website/koha.html in zcc-0.0.2 vs website/koha.html in zcc-0.0.3

- old
+ new

@@ -31,11 +31,11 @@ <div id="main"> <h1>Using Koha with zcc</h1> <div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/zcc"; return false'> <p>Get Version</p> - <a href="http://rubyforge.org/projects/zcc" class="numbers">0.0.2</a> + <a href="http://rubyforge.org/projects/zcc" class="numbers">0.0.3</a> </div> <p><a href="http://www.koha.org">Koha</a> + <a href="http://zcc.rubyforge.org/zcc.html">zcc</a></p> <h2>Hints</h2> @@ -51,10 +51,10 @@ <ol> <li><a href="http://zcc.rubyforge.org/zcc.html">zcc</a> only creates utf-8 encoded records. If you want marc-8 encoded records you&#8217;re on your own. <span class="caps">MARC</span>-8 encoding has already caused enough problems in this world, so I encourage folks to move to <span class="caps">UTF</span>-8 <span class="caps">ASAP</span>. If you use a different encoding that you want supported, please let me know. To set up Koha properly for dealing with utf-8 encoded records see <a href="http://wiki.koha.org/doku.php?id=encodingscratchpad&#38;s=utf8">this wiki page</a></li> </ol> <ol> - <li>Make sure the Koha modules are a part of your path. I accomplish this by adding &#8220;export <span class="caps">PATH</span>=/usr/local/koha/intranet/modules&#8221; without the quotes to your .bashrc (or add the path to /etc/profile for the root user).</li> + <li>Make sure the Koha modules are a part of your path. I accomplish this by adding &#8220;export <span class="caps">PERL5LIB</span>=/usr/local/koha/intranet/modules&#8221; without the quotes to your .bashrc (or add the path to /etc/profile for the root user).</li> </ol> <ol> <li>You can then have a choice on how to get the records into koha:<ul> <li>Using the Koha Administration interface you can &#8220;Upload <span class="caps">MARC</span> records to the resevoir.&#8221; Then complete processing on the records like adding items and barcodes within the Koha web interface.</li>