# # ChangeLog for trunk/gsdl/bin # # Generated by Trac 1.4.2 # 2024-06-07T16:38:22+12:00 Thu, 24 Aug 2006 04:17:35 GMT kjdon [12545] * trunk/gsdl/bin/script/buildcol.pl (modified) * trunk/gsdl/bin/script/classinfo.pl (modified) * trunk/gsdl/bin/script/downloadinfo.pl (modified) * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) * trunk/gsdl/bin/script/export.pl (modified) * trunk/gsdl/bin/script/exportcol.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/bin/script/mkcol.pl (modified) * trunk/gsdl/bin/script/pluginfo.pl (modified) * trunk/gsdl/bin/script/plugoutinfo.pl (modified) changed parse2::parse so that it returns -1 on error, 0 on success, ... Tue, 22 Aug 2006 04:16:43 GMT kjdon [12500] * trunk/gsdl/bin/script/buildcol.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) hide the keepold and removeold options from gli Fri, 18 Aug 2006 05:07:45 GMT mdewsnip [12484] * trunk/gsdl/bin/script/gti.pl (modified) The username of the person who did the translations is now recorded ... Fri, 18 Aug 2006 04:37:21 GMT mdewsnip [12483] * trunk/gsdl/bin/script/gti.pl (modified) Changed the way the Updated comments are dealt with, in preparation ... Fri, 18 Aug 2006 03:44:05 GMT mdewsnip [12481] * trunk/gsdl/bin/script/gti.pl (modified) Turned tutorial translation off by default. Thu, 17 Aug 2006 04:44:47 GMT kjdon [12458] * trunk/gsdl/bin/script/import.pl (modified) gzip option is only a flag, so don't pass a value to plugouts Thu, 10 Aug 2006 04:59:21 GMT mdewsnip [12429] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Changed the "-filter" argument to use a general Lucene QueryFilter, ... Wed, 09 Aug 2006 03:39:39 GMT mdewsnip [12425] * trunk/gsdl/bin/script/buildcol.pl (modified) Fixed a bug where buildcol would try to continue when invalid ... Tue, 08 Aug 2006 22:41:39 GMT mdewsnip [12418] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns parse exceptions and too many clauses exceptions as ... Mon, 07 Aug 2006 22:11:06 GMT mdewsnip [12415] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Moved the code that messes around with the query to add the fuzziness ... Mon, 07 Aug 2006 03:24:47 GMT mdewsnip [12408] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Added a "-filter" option which can currently be used for specifying ... Fri, 04 Aug 2006 05:11:49 GMT shaoqun [12406] * trunk/gsdl/bin/script/downloadfrom.pl (modified) uses the cache_dir par rather than ${ENV{'HOME'} to get the cache dir Thu, 03 Aug 2006 22:47:22 GMT kjdon [12399] * trunk/gsdl/bin/script/import.pl (modified) I rearranged some stuff so that all the essential checks are done ... Thu, 03 Aug 2006 04:35:48 GMT shaoqun [12394] * trunk/gsdl/bin/java/org (added) * trunk/gsdl/bin/java/org/nzdl (added) * trunk/gsdl/bin/java/org/nzdl/gsdl (added) * trunk/gsdl/bin/java/org/nzdl/gsdl/ApplyXSLT.class (added) class for xslt transformation Thu, 03 Aug 2006 01:19:12 GMT mdewsnip [12390] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) More fixes, many thanks to John Thompson and DL Consulting Ltd. Wed, 02 Aug 2006 05:21:57 GMT mdewsnip [12387] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Fixes for fuzzy searching, many thanks to John Thompson and DL ... Wed, 02 Aug 2006 03:07:47 GMT mdewsnip [12377] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns query term occurrences correctly, and does fuzzy ... Wed, 02 Aug 2006 02:14:57 GMT mdewsnip [12375] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Ooops... StopWord output went to STDERR instead of STDOUT. Wed, 02 Aug 2006 01:19:10 GMT mdewsnip [12373] * trunk/gsdl/bin/script/lucene_query.pl (modified) Bit tidy up, particularly regarding command-line option parsing. Wed, 02 Aug 2006 00:45:56 GMT mdewsnip [12372] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now returns the stop words that have been removed from the query. Tue, 01 Aug 2006 22:22:54 GMT kjdon [12370] * trunk/gsdl/bin/script/import.pl (modified) now create the archives directory here rather than expecting plugouts ... Mon, 31 Jul 2006 23:33:37 GMT mdewsnip [12364] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) * trunk/gsdl/src/colservr/lucenesearch.cpp (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Now uses the t variable to control whether a "some" or "all" search ... Mon, 31 Jul 2006 21:47:36 GMT kjdon [12361] * trunk/gsdl/bin/script/export.pl (modified) changed a comment Mon, 31 Jul 2006 21:47:08 GMT kjdon [12360] * trunk/gsdl/bin/script/import.pl (modified) changed sortmeta type to metadata instead of metadatum, cos the ... Mon, 31 Jul 2006 05:13:31 GMT kjdon [12359] * trunk/gsdl/bin/script/import.pl (modified) added a comment Mon, 31 Jul 2006 05:13:20 GMT kjdon [12358] * trunk/gsdl/bin/script/export.pl (modified) added back in the unshift that I removed in last commit Mon, 31 Jul 2006 04:58:48 GMT mdewsnip [12357] * trunk/gsdl/bin/script/import.pl (modified) Put back in adding GSDLCOLLECTDIR/perllib to INC, so collection- ... Mon, 31 Jul 2006 04:21:55 GMT kjdon [12355] * trunk/gsdl/bin/script/unbuildv1.pl (modified) * trunk/gsdl/bin/script/unbuildv2.pl (modified) updated to use plugouts instead of docsave Mon, 31 Jul 2006 04:19:36 GMT kjdon [12354] * trunk/gsdl/bin/script/export.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) removed docsave reference Fri, 28 Jul 2006 04:14:40 GMT kjdon [12342] * trunk/gsdl/bin/script/buildcol.pl (modified) added modegli=3 to maxnumeric option Fri, 28 Jul 2006 04:06:28 GMT shaoqun [12341] * trunk/gsdl/bin/script/import.pl (modified) fixed the bugs Fri, 28 Jul 2006 03:18:49 GMT kjdon [12338] * trunk/gsdl/bin/script/buildcol.pl (modified) added the maxnumeric option to buildcol. so it can be set in GLI. ... Fri, 28 Jul 2006 03:05:10 GMT shaoqun [12335] * trunk/gsdl/bin/script/import.pl (modified) now it uses plugouts Fri, 28 Jul 2006 03:01:46 GMT shaoqun [12334] * trunk/gsdl/bin/script/plugoutinfo.pl (added) a module that displays plugouts info Fri, 28 Jul 2006 03:00:23 GMT shaoqun [12333] * trunk/gsdl/bin/script/export.pl (modified) now it uses plugout Mon, 24 Jul 2006 04:47:39 GMT kjdon [12290] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) had to add 'use FileHandle' to this file - was getting an error about ... Fri, 21 Jul 2006 05:23:04 GMT mdewsnip [12275] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Added a command-line option for sorting the search results. Thu, 20 Jul 2006 03:48:39 GMT kjdon [12266] * trunk/gsdl/bin/script/import.pl (modified) added a new option: OIDmetadata, which is used with OIDtype=assigned, ... Thu, 20 Jul 2006 00:13:33 GMT mdewsnip [12264] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2IndexModifier.java (added) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneDelete.java (added) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneEditor.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2IndexModifier.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneDelete.java (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneEditor.java (added) New classes to support incremental building with Lucene, many thanks ... Wed, 19 Jul 2006 23:11:03 GMT mdewsnip [12261] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/GS2LuceneQuery.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/GS2LuceneQuery.java (modified) Changed the way query terms are output. Also shows the number of ... Wed, 19 Jul 2006 21:21:32 GMT mdewsnip [12260] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) Updated to include the new query term stuff, and the classes in packages. Wed, 19 Jul 2006 21:15:43 GMT mdewsnip [12258] * trunk/gsdl/bin/script/lucene_passes.pl (modified) * trunk/gsdl/bin/script/lucene_query.pl (modified) Now references the GS2Lucene classes in the org.nzdl.gsdl.LuceneWrap ... Wed, 19 Jul 2006 03:55:48 GMT mdewsnip [12255] * trunk/gsdl/bin/java/LuceneWrap.jar (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Indexer.java (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/Makefile (modified) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/lib/lucene-1.4.1.jar (deleted) * trunk/gsdl/src/java/org/nzdl/gsdl/LuceneWrap/lib/lucene-core-2.0.0.jar (added) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Indexer.java (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/Makefile (modified) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/lib/lucene-1.4.1.jar (deleted) * trunk/indexers/lucene-gs/src/org/greenstone/LuceneWrapper/lib/lucene-core-2.0.0.jar (added) Upgraded the version of Lucene from 1.4.1 to 2.0.0... what's the ... Tue, 04 Jul 2006 03:36:20 GMT davidb [12003] * trunk/gsdl/bin/script/build (modified) * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/bin/script/lucene_passes.pl (modified) Scripts upgraded to perform more efficiently with incremental addition. Mon, 19 Jun 2006 23:37:46 GMT kjdon [11944] * trunk/gsdl/bin/script/exportcol.pl (modified) tidied up the code a bit, added a new option: noinstall, which makes ... Wed, 31 May 2006 03:17:38 GMT kjdon [11895] * trunk/gsdl/bin/script/exportcol.pl (modified) commented out or deleted all references to win32s, net16 and net32 ... Thu, 25 May 2006 05:17:11 GMT kjdon [11858] * trunk/gsdl/bin/script/pdftoimg.pl (modified) create_itemfile, had different regex for windows image files, but all ... Tue, 23 May 2006 01:25:01 GMT mdewsnip [11844] * trunk/gsdl/bin/script/sendmail.pl (modified) Added an option to send the message as HTML. Thu, 11 May 2006 01:44:23 GMT kjdon [11802] * trunk/gsdl/bin/java/xalan-license.txt (added) license file for xalan Tue, 09 May 2006 02:58:16 GMT kjdon [11786] * trunk/gsdl/bin/script/downloadinfo.pl (modified) changed a few of the strings Tue, 09 May 2006 02:57:43 GMT kjdon [11785] * trunk/gsdl/bin/script/downloadfrom.pl (added) jefferey's script from downloading from an external server. uses ... Mon, 08 May 2006 23:42:45 GMT kjdon [11782] * trunk/gsdl/bin/script/downloadinfo.pl (added) modified version of Jeffrey's downloadinfo - used to describe the ... Sun, 30 Apr 2006 22:31:22 GMT kjdon [11747] * trunk/gsdl/bin/script/exportcol.pl (modified) no netscape option any more. no longer bundle netscape Sun, 30 Apr 2006 22:30:16 GMT kjdon [11746] * trunk/gsdl/bin/script/export.pl (modified) * trunk/gsdl/bin/script/import.pl (modified) added in a default for saveas_version - greenstone, which isn't used ... Wed, 26 Apr 2006 02:05:12 GMT mdewsnip [11705] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) Changed the number of characters in the .nul filenames from 4 to 8, ... Tue, 25 Apr 2006 21:20:07 GMT shaoqun [11695] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new version Fri, 21 Apr 2006 03:23:06 GMT kjdon [11683] * trunk/gsdl/bin/script/classinfo.pl (modified) * trunk/gsdl/bin/script/pluginfo.pl (modified) added a -describeall option, so we can generate the descriptive ... Thu, 20 Apr 2006 23:23:51 GMT kjdon [11667] * trunk/gsdl/bin/script/pluginfo.pl (modified) changed PlugName element in PluginName in DTD to match the output Tue, 11 Apr 2006 21:34:39 GMT shaoqun [11649] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new version Sun, 09 Apr 2006 23:38:37 GMT kjdon [11634] * trunk/gsdl/bin/script/gti.pl (modified) strings.rb renamed to strings.properties Thu, 06 Apr 2006 03:19:57 GMT kjdon [11602] * trunk/gsdl/bin/script/gti.pl (modified) added in GLI help entry Mon, 03 Apr 2006 03:13:48 GMT shaoqun [11573] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new version Mon, 03 Apr 2006 00:06:28 GMT shaoqun [11571] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new version Sun, 02 Apr 2006 22:02:56 GMT shaoqun [11567] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new version Tue, 28 Mar 2006 23:33:46 GMT mdewsnip [11528] * trunk/gsdl/bin/script/gti.pl (modified) Now barfs if there are duplicate chunk keys in Greenstone XML files. Tue, 28 Mar 2006 23:25:40 GMT mdewsnip [11526] * trunk/gsdl/bin/script/gti.pl (modified) Fixed a bug parsing multi-line strings with Updated tags (Greenstone ... Tue, 28 Mar 2006 05:05:20 GMT mdewsnip [11519] * trunk/gsdl/bin/script/gti.pl (modified) Fixed a bug comparing CVS dates with Update dates. Mon, 27 Mar 2006 03:38:58 GMT mdewsnip [11498] * trunk/gsdl/bin/script/gti.pl (modified) Code for handling new entities in the XML. Mon, 27 Mar 2006 01:57:22 GMT mdewsnip [11487] * trunk/gsdl/bin/script/gti.pl (modified) Added comments to the greenstone XML files, to ... Wed, 22 Mar 2006 23:35:37 GMT shaoqun [11473] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) new jar Tue, 21 Mar 2006 05:00:06 GMT mdewsnip [11452] * trunk/gsdl/bin/script/gti.pl (modified) Yet more subtle XML escaping -- there must be something weird going ... Tue, 21 Mar 2006 03:22:12 GMT mdewsnip [11449] * trunk/gsdl/bin/script/gti.pl (modified) Prevented from adding extra newlines to the Greenstone XML files ... Tue, 21 Mar 2006 03:17:35 GMT mdewsnip [11448] * trunk/gsdl/bin/script/gti.pl (modified) Some more XML escaping code, for the Greenstone XML files. Hope this ... Tue, 21 Mar 2006 03:08:25 GMT mdewsnip [11447] * trunk/gsdl/bin/script/gti.pl (modified) Some fixes for greenstone XML files that I forgot to commit earlier :-( Tue, 21 Mar 2006 02:18:12 GMT kjdon [11442] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) check the result of read_file before continuing Mon, 20 Mar 2006 21:38:00 GMT shaoqun [11422] * trunk/gsdl/bin/java/GsdlCollageApplet.jar (modified) jar file with fixed bugs Wed, 15 Mar 2006 21:38:32 GMT mdewsnip [11366] * trunk/gsdl/bin/script/gti.pl (modified) Added settings for tutorial exercises. Mon, 13 Mar 2006 02:53:00 GMT mdewsnip [11350] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) * trunk/gsdl/perllib/strings.rb (modified) * trunk/gsdl/perllib/strings_es.rb (modified) * trunk/gsdl/perllib/strings_fr.rb (modified) * trunk/gsdl/perllib/strings_ru.rb (modified) Removed the "-filename_field" option from ... Mon, 13 Mar 2006 02:48:44 GMT mdewsnip [11348] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) Now only tries to obtain documents locally if the values (formed by ... Mon, 13 Mar 2006 01:50:17 GMT mdewsnip [11342] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) The "-metadata_set" option is no longer hidden from the GLI. For John ... Sun, 12 Mar 2006 23:17:49 GMT mdewsnip [11333] * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/perllib/plugin.pm (modified) * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) Now consistently sets $self->{'gli'} in plugin::begin. Sun, 12 Mar 2006 22:34:14 GMT mdewsnip [11332] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Added a mechanism for plugins to do tidying up after exploding. ... Sun, 12 Mar 2006 21:22:52 GMT mdewsnip [11330] * trunk/gsdl/bin/script/mkcol.pl (modified) Added ISISPlug to the default list of plugins, for John Rose. Thu, 09 Mar 2006 02:07:34 GMT mdewsnip [11321] * trunk/gsdl/bin/script/gti.pl (modified) Added support for the XML files used for the tutorial exercises. Tue, 07 Mar 2006 22:40:01 GMT kjdon [11309] * trunk/gsdl/bin/script/mkcol.pl (modified) now uses new parse2 parsing instead of old parsargv, and creator no ... Fri, 03 Mar 2006 00:31:05 GMT mdewsnip [11302] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) When obtaining documents using the "document_field" option, a file ... Tue, 14 Feb 2006 03:16:17 GMT kjdon [11247] * trunk/gsdl/bin/java/xalan.jar (added) xalan.jar, needed for -xslt switch in XMLPlug Sun, 12 Feb 2006 22:55:10 GMT mdewsnip [11238] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) Now escapes all '&' characters, to prevent problems with undefined ... Fri, 03 Feb 2006 02:36:05 GMT mdewsnip [11224] * trunk/gsdl/bin/script/gti.pl (modified) Added rule for gaelic macrofiles. Tue, 31 Jan 2006 21:11:10 GMT kjdon [11178] * trunk/gsdl/bin/script/exportcol.pl (modified) modifications to support bundling netscape, needs the language pack ... Mon, 30 Jan 2006 02:03:38 GMT kjdon [11163] * trunk/gsdl/bin/script/lucene_query.pl (modified) added some quotes into the java command, in case we are installed in ... Thu, 26 Jan 2006 04:09:45 GMT mdewsnip [11121] * trunk/gsdl/bin/script/expand_macros.pl (modified) Updated expand_macros.pl script for super cool macro browsing, by ... Wed, 25 Jan 2006 22:42:00 GMT mdewsnip [11104] * trunk/gsdl/bin/script/gti.pl (modified) A couple of fixes for handling resource bundles, and for handling ... Tue, 17 Jan 2006 02:00:37 GMT mdewsnip [11056] * trunk/gsdl/bin/script/gti.pl (modified) Disabled greenstone.org translation by default. Wed, 11 Jan 2006 23:05:21 GMT mdewsnip [11029] * trunk/gsdl/bin/script/gti.pl (modified) Fix for '#' characters as anchor references being mistaken for comments. Wed, 11 Jan 2006 21:12:48 GMT mdewsnip [11026] * trunk/gsdl/bin/script/gti.pl (modified) Added greenstone.org translation. Fri, 16 Dec 2005 00:57:08 GMT mdewsnip [10999] * trunk/gsdl/bin/script/explode_metadata_database.pl (modified) Now all the Greenstone encodings are available for the ... Thu, 08 Dec 2005 22:35:10 GMT jrm21 [10984] * trunk/gsdl/bin/script/pluginfo.pl (modified) * trunk/gsdl/perllib/printusage.pm (modified) move the terminal detection/pager redirection stuff from pluginfo.pl ... Wed, 02 Nov 2005 01:24:39 GMT jrm21 [10825] * trunk/gsdl/bin/script/pluginfo.pl (modified) 1) print usage if given -h or --help 2) set language before printing ... Mon, 10 Oct 2005 22:05:46 GMT mdewsnip [10721] * trunk/gsdl/bin/script/registerencoding.pl (deleted) * trunk/gsdl/bin/script/registerlanguage.pl (deleted) * trunk/gsdl/bin/script/registermacrofile.pl (deleted) Made redundant by the new versions of the language pack.