website/index.html in echi-converter-0.3.8 vs website/index.html in echi-converter-0.4.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.3.8</a> + <a href="http://rubyforge.org/projects/echi-converter" class="numbers">0.4.0</a> </div> <h1>&#x2192; &#8216;echi-converter&#8217;</h1> <h2>The <span class="caps">ECHI</span> (External Call History Interface) Converter</h2> @@ -56,17 +56,18 @@ <p>The utility provides the following capabilities:</p> <ol> <li>Support of ActiveRecord (means you may use Oracle, MySQL, MS-SQL, Postgres, <span class="caps">DB2</span>, ODBC, etc)</li> - <li>Generate your schema via ActiveRecord Migrations</li> + <li>Generate your schema via ActiveRecord Migrations automatically</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>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> - <li>Supports inserting data from the various &#8217;.dat&#8217; files provided by the Avaya <span class="caps">CMS</span></li> + <li>Supports inserting data from the various &#8217;.dat&#8217; files provided by the Avaya <span class="caps">CMS</span> into associated tables</li> <li>Runs as a daemon (via fork) on Posix and a service on Windows</li> <li>Has a watchdog process on Posix or you may set a service watch on Windows</li> + <li>Support for <span class="caps">UTF8</span> encoding</li> <li>Allows for multiple <span class="caps">FTP</span> sessions to be used for greater performance (via <a href="http://en.wikipedia.org/wiki/Green_threads">green threads</a>)</li> </ol> <ol> @@ -98,25 +99,21 @@ <h2>Requirements</h2> <ol> <li><a href="http://www.ruby-lang.org/">Ruby v1.8.6+</a></li> - <li><a href="http://www.rubygems.org/">Rubygems v1.0.1+</a> </li> - <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://sporkmonger.com/projects/uuidtools/">UUIDTools v1.0.1+</a></li> - <li><a href="http://win32utils.rubyforge.org/">Win32-service v.0.5.x &#8211; <strong><span class="caps">ONLY</span></strong> -</a> (Manual install for Windows only) - <ol> - <li>A release will come out to support v0.6.x in the future, as that version of Win32-service is not backward compatible</li> + <li><a href="http://www.rubygems.org/">Rubygems v1.2+</a> </li> + <li><a href="http://activerecord.rubyforge.org/">ActiveRecord v2.1+</a></li> + <li><a href="http://activesupport.rubyforge.org/">ActiveSupport v2.1+</a></li> + <li><a href="http://daemons.rubyforge.org/">Daemons v1.0.10+</a> (for Linux only)</li> + <li><a href="http://fastercsv.rubyforge.org/">FasterCSV v1.2.3+</a></li> + <li><a href="http://rake.rubyforge.org/">Rake v0.8.1+</a></li> + <li><a href="http://sporkmonger.com/projects/uuidtools/">UUIDTools v1.0.3+</a></li> + <li><a href="http://win32utils.rubyforge.org/">Win32-service v.0.6.1+</a> (for Windows only)</li> + <li><a href="http://rubyforge.org/projects/seattlerb/">Hoe v1.7+</a></li> + <li><a href="http://www.avaya.com/gcm/master-usa/en-us/products/offers/call_management_system_r14.htm">Avaya <span class="caps">CMS</span></a> ECHI Release 12+ enabled and configured to send to an <span class="caps">FTP</span> server</li> </ol> - </li> - <li><a href="http://rubyforge.org/projects/seattlerb/">Hoe v1.2.2+</a></li> - <li>Avaya <span class="caps">CMS ECHI</span> Release 12+ enabled and configured to send to an <span class="caps">FTP</span> server</li> - </ol> <h2>Installing</h2> @@ -184,11 +181,11 @@ <li>echi-converter restart myproject &#8211; Restart the <span class="caps">ECHI</span> converter </li> <li>echi-converter zap myproject &#8211; If there has been an unexpected close and the system still thinks the converter is running, clean up the pid files</li> </ol> - <p>For Windows:</p> + <p>For MS-Windows:</p> <ol> <li>echi-converter install myproject &#8211; install the service (must specify complete path such as c:\path\to\my\project &#8211; if the directory name or path has any spaces, please enclose the &#8220;myproject&#8221; in double quotes )</li> <li>echi-converter start &#8211; start the service</li> @@ -240,11 +237,11 @@ <ol> <li><span class="caps">POSIX</span></li> <li>Windows <span class="caps">XP SP2</span></li> <li>Windows 2000</li> - <li>Windows 2003.</li> + <li>Windows 2003</li> </ol> <h4>Databases</h4> @@ -253,18 +250,14 @@ <li>MySQL</li> <li>Microsoft Sqlserver</li> <li><span class="caps">DB2</span></li> <li>Sqlite3</li> <li>Postgres</li> + <li>Oracle</li> </ol> - <ol> - <li>Oracle (Currently automated table generation with migrations not supported. One must create their own schema following the Avaya documentation, and then the <span class="caps">ECHI</span>-Converter will run thereafter. Future Oracle Migrations support is planned. A further description and work around example may be found <a href="http://rubyforge.org/tracker/index.php?func=detail&#38;aid=21295&#38;group_id=4110&#38;atid=15802">here</a>.)</li> - </ol> - - <h4><span class="caps">FTP</span> Servers</h4> <ol> <li><span class="caps">VSFTP</span> </li> @@ -329,10 +322,10 @@ <ol> <li>Asterisk &#8211; is the world&#8217;s leading open source PBXi, telephony engine, and telephony applications toolkit, link <a href="http://www.asterisk.org">here.</a></li> <li>Adhearsion &#8211; is an open-source, unconventional voice framework that ties technologies together neatly, link <a href="http://www.adhearsion.com">here.</a></li> </ol> <p class="coda"> - <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 21st July 2008<br> + <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 22nd July 2008<br> Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a> </p> </div> <!-- insert site tracking codes here, like Google Urchin -->