website/index.html in echi-converter-0.3.3 vs website/index.html in echi-converter-0.3.4
- 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.3</a>
+ <a href="http://rubyforge.org/projects/echi-converter" class="numbers">0.3.4</a>
</div>
<h1>→ ‘echi-converter’</h1>
<h2>The <span class="caps">ECHI</span> (External Call History Interface) Converter</h2>
@@ -61,21 +61,25 @@
<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 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 agent names from agname.dat</li>
+ <li>Supports inserting data from the various ’.dat’ files provided</li>
<li>Runs as a daemon (via fork) on *NIX and a service on Windows</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>
<li>Table names:
<ol>
<li>echi_records – stores all <span class="caps">ECHI</span> data </li>
<li>echi_logs – stores a log entry for each file processed</li>
- <li>echi_agents – stores the data from the agname.dat file</li>
+ <li>echi_agents – stores the data from the agname.dat file </li>
+ <li>echi_aux_reasons – stores the data from the aux_rsn.dat file</li>
+ <li>echi_cwcs – stores data from the cwc.dat file</li>
+ <li>echi_vdns – stores data from the vdn.dat file</li>
</ol></li>
</ol>
<h2>Requirements</h2>
@@ -149,19 +153,19 @@
<li>echi-converter create myproject – create the local project to run the <span class="caps">ECHI</span> converter from</li>
<li>echi-converter upgrade myproject – location of project to upgrade after a new gem is installed</li>
</ol>
- <p>For *NIX:</p>
+ <p>For <span class="caps">POSIX</span>:</p>
<ol>
<li>echi-converter run myproject – Run the <span class="caps">ECHI</span> converter interactively from the location given</li>
<li>echi-converter start myproject – Start the <span class="caps">ECHI</span> converter in daemon mode from the location given</li>
<li>echi-converter stop myproject – Stop the <span class="caps">ECHI</span> converter daemon</li>
<li>echi-converter restart myproject – Restart the <span class="caps">ECHI</span> converter </li>
- <li>echi-converter zap myrpoject – If there has been an unexpected close and the system still thinks the converter is running, clean up the pid files</li>
+ <li>echi-converter zap myproject – 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>
@@ -183,10 +187,18 @@
<li>ruby “c:\myproject\lib\main_win32.rb”</li>
</ol></li>
</ol>
+ <p>Multi-byte character support:</p>
+
+
+ <ol>
+ <li>If you require multi-byte character support be sure to set your database to ‘utf8’ as well as uncomment the option ‘encoding: utf8’ in the config/database.yml file</li>
+ </ol>
+
+
<h2>Demonstration of usage</h2>
<p>Start the daemon/service:</p>
@@ -196,10 +208,28 @@
<p>Stop the daemon/service:</p>
<pre syntax="ruby">echi-converter stop myproject</pre>
+ <h2>Supported Platforms</h2>
+
+
+ <p>While the use of Ruby allows for operation on a multitude of platforms, these are the platforms that have actually been tested on. If you have success running on other platforms, please feel free to provide details on the Google Group.</p>
+
+
+ <h4>Operating Systems</h4>
+
+
+ <p><span class="caps">POSIX</span>, Windows <span class="caps">XP SP2</span>, Windows 2000 and Windows 2003.</p>
+
+
+ <h4><span class="caps">FTP</span> Servers</h4>
+
+
+ <p><span class="caps">VSFTP</span> and Windows 2003/XP <span class="caps">FTP</span> Servers.</p>
+
+
<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>
@@ -228,10 +258,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>, 6th November 2007<br>
+ <a href="mailto:drnicwilliams@gmail.com">Dr Nic</a>, 25th November 2007<br>
Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
</p>
</div>
<!-- insert site tracking codes here, like Google Urchin -->