--- branches/humanistika/INSTALL 2004/03/12 16:02:06 267 +++ branches/humanistika/INSTALL 2004/04/17 20:50:56 305 @@ -52,11 +52,9 @@ Config::IniFiles DBD::Pg or some other DBD driver like DBD::SQLite CGI::Application - HTML::Pager HTML::Template HTML::FillInForm - SWISH - SWISH::Fork and of course, swish-e executable + SWISH::API XML::Simple Text::Iconv TDB_File @@ -100,10 +98,8 @@ because they are not part of Debian distribution: CGI::Application - HTML::Pager HTML::FillInForm - SWISH - SWISH::Fork + SWISH::API and optionally some of those modules: @@ -148,6 +144,11 @@ Since you need development tools on target machine to compile OpenIsis, you might want to compile it on another machine and just copy perl module. -4. edit global.conf and all2xml.conf to suit your needs. Comments inside +4. Edit global.conf and all2xml.conf to suit your needs. Comments inside those files should help get you started. +5. All perl code will use locale to do sorting. That also include indexes + which, while being RDBMS-based, also use perl sorting (because each + entry has ordinal number created by perl). So, be sure that LC_COLLATE + environment variable is configured for your locale (which also has to + be enabled, check dpkg-reconfigure locales if you are using Debian).