website/index.html in echi-converter-0.1.1 vs website/index.html in echi-converter-0.2.0

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>ECHI Converter</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/echi-converter"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/echi-converter" class="numbers">0.1.1</a> + <a href="http://rubyforge.org/projects/echi-converter" class="numbers">0.2.0</a> </div> <h1>&#x2192; &#8216;echi-converter&#8217;</h1> <h2>The <span class="caps">ECHI</span> (External Call History Interface) Converter</h2> @@ -59,11 +59,11 @@ <ol> <li>Support of ActiveRecord (means you may use Oracle, MySQL, MS-SQL, Postgres, <span class="caps">DB2</span>, etc)</li> <li>Generate your schema via ActiveRecord Migrations</li> <li>Fetch Binary or <span class="caps">ASCII CSV</span> files from the Avaya <span class="caps">CMS</span> platform via <span class="caps">FTP</span></li> <li>Convert from the defined Binary format to <span class="caps">ASCII</span></li> - <li>Insert the records into the defined database table</li> + <li>Insert the records into the defined database table using database transactions, via ActiveRecord, on a per file basis to support recovery on failure</li> <li>Change schema structure via <span class="caps">YML</span> configuration file to accommodate various releases of the <span class="caps">ECHI</span> format</li> </ol> <ol> @@ -84,10 +84,11 @@ <li><a href="http://activerecord.rubyforge.org/">ActiveRecord v1.15.3+</a></li> <li><a href="http://activesupport.rubyforge.org/">ActiveSupport v1.4.2+</a></li> <li><a href="http://daemons.rubyforge.org/">Daemons v1.0.7+</a></li> <li><a href="http://fastercsv.rubyforge.org/">FasterCSV v1.2.0+</a></li> <li><a href="http://rake.rubyforge.org/">Rake v0.7.3+</a></li> + <li><a href="http://rubyforge.org/projects/seattlerb/">Hoe v1.2.2+</a></li> </ol> <h2>Installing</h2> @@ -173,10 +174,16 @@ <ol> <li>&#8216;echi-converter create&#8217; works fine with <span class="caps">OSX</span>/Linux, need to test validate with a Win32 platform, therefore currently recommended to only run on a Linux/OSX platform, could use <a href="http://www.vmware.com">VMWare</a> to do this on Windows.</li> </ol> + <h2>Screencast</h2> + + + <p>You may view the screencast on howto install and use the <span class="caps">ECHI</span>-Converter <a href="http://www.screencast.com/t/lQQkIVkUZMr">here</a>.</p> + + <h2>Forum</h2> <p><a href="http://groups.google.com/group/echi-converter">Google Groups &#8211; <span class="caps">ECHI</span> Converter</a></p> @@ -199,10 +206,10 @@ <h2>Contact</h2> <p>Comments are welcome. Send an email to <a href="mailto:jason@goecke.net">jason [at] goecke.net</a>.</p> <p class="coda"> - <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 17th September 2007<br> + <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 23rd October 2007<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->