# # ChangeLog for trunk/gsdl/perllib # # Generated by Trac 1.4.2 # 2024-06-06T12:03:19+12:00 Fri, 30 May 2003 02:23:39 GMT jrm21 [4429] * trunk/gsdl/etc/packages/example.dbi (added) * trunk/gsdl/perllib/plugins/DBPlug.pm (added) new plugin for importing data from perl's DBI database interface - eg ... Wed, 14 May 2003 04:18:26 GMT jrm21 [4284] * trunk/gsdl/perllib/Kea-1.1.4/Iterated-Lovins-stemmer/stem.c (modified) the sysfuncs.h header file confuses our gcc, and we don't really need ... Wed, 14 May 2003 04:17:45 GMT jrm21 [4283] * trunk/gsdl/perllib/Kea-1.1.4/Iterated-Lovins-stemmer/stem-Lovins-iterated.c (modified) main() must return int. Wed, 14 May 2003 04:17:05 GMT jrm21 [4282] * trunk/gsdl/perllib/Kea-1.1.4/stemmer (deleted) not much point storing a binary executable here, especially since it ... Wed, 14 May 2003 04:16:07 GMT jrm21 [4281] * trunk/gsdl/perllib/Kea-1.1.4/Kea (modified) * trunk/gsdl/perllib/Kea-1.1.4/k4.pl (modified) 1) use Getopts::Std instead of getopts.pl 2) Only print informative ... Tue, 06 May 2003 03:46:31 GMT mdewsnip [4229] * trunk/gsdl/perllib/unicode.pm (modified) Replaced unicode2koi8r with a more generic version: ... Mon, 05 May 2003 02:32:06 GMT jrm21 [4225] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) if the "removeprefix" option makes the metadata value empty, we skip ... Mon, 05 May 2003 00:07:08 GMT jrm21 [4224] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) fixed regexp for when we have a content type without a charset Fri, 18 Apr 2003 02:23:57 GMT sjboddie [4192] * trunk/gsdl/perllib/colcfg.pm (modified) * trunk/gsdl/perllib/mgbuilder.pm (modified) Added maxnumeric build time configuration option. This is useful for ... Tue, 08 Apr 2003 00:25:08 GMT sjboddie [4103] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) Added a -nohidden PDFPlug option and made it pass the -hidden option ... Mon, 07 Apr 2003 02:27:48 GMT jrm21 [4089] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) added "\n" to headers as we weren't picking up messages that were ... Wed, 19 Mar 2003 05:34:21 GMT jrm21 [3932] * trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified) need to escape _ chars. Wed, 19 Mar 2003 02:57:06 GMT jrm21 [3919] * trunk/gsdl/perllib/plugins/SRCPlug.pm (modified) tidy and fix reg-exps when looking for #includes... it got stuck in a ... Tue, 11 Mar 2003 22:53:28 GMT davidb [3856] * trunk/gsdl/perllib/plugins/MACROPlug.pm (modified) General improvement to the translator facility. Mon, 10 Mar 2003 04:42:34 GMT sjboddie [3834] * trunk/gsdl/perllib/doc.pm (modified) * trunk/gsdl/perllib/docsave.pm (modified) * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) * trunk/gsdl/perllib/multiread.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/unicode.pm (modified) Prevent "use bytes" from causing errors for older perls Mon, 10 Mar 2003 02:44:08 GMT jrm21 [3833] * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) fixed up parsing the use_sections argument. Thu, 06 Mar 2003 09:03:38 GMT sjboddie [3805] * trunk/gsdl/perllib/mgppbuilder.pm (modified) Bug fix so mgpp works properly for windows installations installed to ... Wed, 26 Feb 2003 04:21:49 GMT sjboddie [3772] * trunk/gsdl/perllib/textcat/es-utf8.lm (added) * trunk/gsdl/perllib/textcat/fr-utf8.lm (added) * trunk/gsdl/perllib/textcat/it-utf8.lm (added) Added utf-8 textcat models for french, spanish, and italian Tue, 25 Feb 2003 10:03:28 GMT sjboddie [3767] * trunk/gsdl/perllib/doc.pm (modified) * trunk/gsdl/perllib/docsave.pm (modified) * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) * trunk/gsdl/perllib/multiread.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/unicode.pm (modified) Scattered some "use bytes" pragmas around to try to prevent perl-5.8 ... Wed, 19 Feb 2003 23:12:18 GMT davidb [3737] * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (added) * trunk/gsdl/perllib/plugins/RogPlug.pm (added) Used to support music-centent based collections Sun, 16 Feb 2003 01:04:38 GMT jrm21 [3732] * trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified) need to escape "[", "]", "<", and ">" in title metadata Thu, 13 Feb 2003 04:42:57 GMT jrm21 [3731] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) If textcat returns too many possibilities, use the default language ... Tue, 11 Feb 2003 03:14:15 GMT sjboddie [3728] * trunk/gsdl/perllib/classify/Hierarchy.pm (modified) * trunk/gsdl/perllib/classify/List.pm (modified) Prevent "undefined variable" warnings for documents that have no ... Tue, 11 Feb 2003 03:13:09 GMT sjboddie [3727] * trunk/gsdl/perllib/classify/AZList.pm (modified) Reverted back last change to AZList.pm. Attempting to make it work ... Thu, 06 Feb 2003 21:52:59 GMT jrm21 [3726] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) minor fix for "_" chars in urls... escape them after, not before. ... Wed, 05 Feb 2003 03:20:36 GMT kde2 [3724] * trunk/gsdl/bin/script/fromsearch.pl (added) * trunk/gsdl/bin/script/picklanguage.pl (modified) * trunk/gsdl/bin/script/submit_translation.pl (modified) * trunk/gsdl/bin/script/translator.pl (modified) * trunk/gsdl/macros/english2.dm (modified) * trunk/gsdl/macros/translang.dm (modified) * trunk/gsdl/perllib/plugins/MACROPlug.pm (added) Submission of Interface Translation Agency Sun, 02 Feb 2003 22:02:04 GMT jrm21 [3721] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) bug where some text/plain messages weren't having < > & properly ... Tue, 28 Jan 2003 03:22:26 GMT sjboddie [3720] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/bin/script/pdftohtml.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) Added options to PDFPlug to take advantage of the improvements in ... Tue, 28 Jan 2003 00:48:33 GMT sjboddie [3719] * trunk/gsdl/perllib/classify/AZList.pm (modified) * trunk/gsdl/perllib/classify/Hierarchy.pm (modified) * trunk/gsdl/perllib/classify/List.pm (modified) Prevent dodgy format_string_english() functions from destroying any ... Tue, 28 Jan 2003 00:43:41 GMT sjboddie [3718] * trunk/gsdl/perllib/textcat/ru-utf8.lm (added) Added new language model so textcat can detect UTF-8 encoded Russian Fri, 24 Jan 2003 04:11:53 GMT sjboddie [3708] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Fixed a bug where HTMLPlug failed to associate files whose filenames ... Sun, 12 Jan 2003 08:38:58 GMT sjboddie [3665] * trunk/gsdl/perllib/mgbuildproc.pm (modified) Prevent occurances of 70 or more hyphens in metadata values from ... Thu, 02 Jan 2003 21:03:31 GMT kjdon [3639] * trunk/gsdl/perllib/classify/Hierarchy.pm (modified) modified the default sorting element, and fixed a bug. Tue, 10 Dec 2002 04:58:13 GMT jrm21 [3630] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) 1) Correct typo in print_usage(): process_exp -> split_exp 2) Fixed ... Tue, 10 Dec 2002 04:44:16 GMT jrm21 [3629] * trunk/gsdl/perllib/plugins/GAPlug.pm (modified) need to look for associated files in the assocfilepath, if this ... Tue, 10 Dec 2002 02:18:12 GMT jrm21 [3628] * trunk/gsdl/perllib/util.pm (modified) hard_link returns 1 on error. (But not if it attempts to copy - ... Mon, 09 Dec 2002 01:52:41 GMT jrm21 [3627] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) added less-obfuscated quote-printable parsing in qp_decode() Tue, 03 Dec 2002 01:41:17 GMT jrm21 [3614] * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) modified section-handling stuff to work with output from v.0.34 of ... Fri, 29 Nov 2002 04:38:16 GMT jrm21 [3590] * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) modified the split regular expression so it works with newer versions ... Fri, 29 Nov 2002 02:02:32 GMT jrm21 [3587] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) removed comments about storing "BibTex" metadata as we don't do that ... Wed, 20 Nov 2002 21:33:13 GMT jrm21 [3542] * trunk/gsdl/perllib/plugins/HBPlug.pm (modified) ghtml returns utf8, not iso-8859-1, so any html entities were being ... Mon, 18 Nov 2002 04:43:56 GMT kjdon [3540] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) * trunk/gsdl/perllib/classify/AZList.pm (modified) * trunk/gsdl/perllib/classify/AZSectionList.pm (modified) * trunk/gsdl/perllib/classify/BasClas.pm (modified) * trunk/gsdl/perllib/classify/Browse.pm (modified) * trunk/gsdl/perllib/classify/DateList.pm (modified) * trunk/gsdl/perllib/classify/HTML.pm (modified) * trunk/gsdl/perllib/classify/Hierarchy.pm (modified) * trunk/gsdl/perllib/classify/List.pm (modified) * trunk/gsdl/perllib/classify/Phind.pm (modified) * trunk/gsdl/perllib/classify/SectionList.pm (modified) * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) * trunk/gsdl/perllib/plugins/BookPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) * trunk/gsdl/perllib/plugins/FOXPlug.pm (modified) * trunk/gsdl/perllib/plugins/GAPlug.pm (modified) * trunk/gsdl/perllib/plugins/GMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/HBPlug.pm (modified) * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/IndexPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) * trunk/gsdl/perllib/plugins/PSPlug.pm (modified) * trunk/gsdl/perllib/plugins/RTFPlug.pm (modified) * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) * trunk/gsdl/perllib/plugins/SRCPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) * trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified) added John T's changes into CVS - added info to enable retrieval of ... Mon, 18 Nov 2002 01:42:03 GMT kjdon [3539] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) added jpe to the process and block expressions Thu, 14 Nov 2002 08:08:12 GMT jrm21 [3537] * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) if process() returns undef, then the plugin couldn't process that ... Thu, 14 Nov 2002 08:04:58 GMT jrm21 [3536] * trunk/gsdl/perllib/classify/Phind.pm (modified) set doc title to "" if it is undefined Thu, 14 Nov 2002 03:36:21 GMT jrm21 [3529] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) fixed oversight where alpha_numeric_cmp was no longer being called ... Mon, 11 Nov 2002 02:32:03 GMT kjdon [3524] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) added the help message for the previous change Mon, 11 Nov 2002 02:26:08 GMT kjdon [3523] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) now EMAILplug accepts the split_exp option - a regular expression ... Fri, 08 Nov 2002 00:38:23 GMT jrm21 [3520] * trunk/gsdl/perllib/multiread.pm (modified) wrong variable name meant we were throwing away the first line of ... Wed, 06 Nov 2002 12:17:37 GMT davidb [3517] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) ImagePlug modified so 'Source' metadata set to be consistent with ... Tue, 05 Nov 2002 04:23:35 GMT jrm21 [3515] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) call a plugin's set_OID() method if one exists, otherwise use the ... Wed, 30 Oct 2002 05:05:53 GMT jrm21 [3510] * trunk/gsdl/perllib/classify/AZList.pm (modified) need to check that remove_prefix is defined before checking its length Tue, 29 Oct 2002 21:13:37 GMT jrm21 [3508] * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) modified copyright statement Tue, 29 Oct 2002 04:50:25 GMT jrm21 [3507] * trunk/gsdl/perllib/cfgread.pm (modified) updated to also allow '..."foo" ...' as the enclosing quotes (for ... Tue, 29 Oct 2002 04:23:42 GMT jrm21 [3506] * trunk/gsdl/perllib/cfgread.pm (modified) need to allow escaped \" inside a multiline "...". Eg ... Thu, 24 Oct 2002 03:37:12 GMT kjdon [3472] * trunk/gsdl/perllib/classify/Phind.pm (added) * trunk/gsdl/perllib/classify/phind.pm (deleted) renamed phind.pm to Phind.pm in keeping with the names of the other ... Tue, 01 Oct 2002 03:05:47 GMT jrm21 [3433] * trunk/gsdl/perllib/classify/AZList.pm (modified) If a metadata value becomes empty (because of the removeprefix ... Tue, 24 Sep 2002 05:17:39 GMT jrm21 [3430] * trunk/gsdl/etc/marctodc.txt (added) * trunk/gsdl/perllib/cpan/MARC (added) * trunk/gsdl/perllib/cpan/MARC/Batch.pm (added) * trunk/gsdl/perllib/cpan/MARC/Field.pm (added) * trunk/gsdl/perllib/cpan/MARC/File (added) * trunk/gsdl/perllib/cpan/MARC/File.pm (added) * trunk/gsdl/perllib/cpan/MARC/File/MicroLIF.pm (added) * trunk/gsdl/perllib/cpan/MARC/File/USMARC.pm (added) * trunk/gsdl/perllib/cpan/MARC/Lint.pm (added) * trunk/gsdl/perllib/cpan/MARC/Record.pm (added) * trunk/gsdl/perllib/plugins/MARCPlug.pm (added) Added MARCPlug, mostly done by David Bainbridge. It needs a ... Tue, 17 Sep 2002 08:51:08 GMT sjboddie [3427] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) The input encoding will now default to utf8 instead of iso-8859-1. ... Fri, 13 Sep 2002 03:20:47 GMT jrm21 [3426] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) Don't add \n to the end of each metadata value. Tue, 10 Sep 2002 07:15:46 GMT jrm21 [3418] * trunk/gsdl/perllib/cfgread.pm (modified) Allow fields to stretch over multiple lines if enclosed in double ... Tue, 10 Sep 2002 01:43:58 GMT jrm21 [3416] * trunk/gsdl/perllib/arcinfo.pm (modified) Fix up problem if no documents were processed and accepted. Tue, 10 Sep 2002 01:40:40 GMT jrm21 [3415] * trunk/gsdl/perllib/docsave.pm (modified) don't try to write to and close an archive file if one wasn't opened ... Tue, 03 Sep 2002 06:21:24 GMT jrm21 [3414] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Need to escape "_" characters so that greenstone doesn't interprete ... Tue, 03 Sep 2002 06:19:33 GMT jrm21 [3413] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) Added "\" to the characters we need to escape for classifying. Thu, 29 Aug 2002 04:37:54 GMT jrm21 [3411] * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) Now takes a "-use_sections" option to make a section per page. Mon, 26 Aug 2002 04:26:56 GMT sjboddie [3402] * trunk/gsdl/bin/script/import.pl (modified) * trunk/gsdl/perllib/plugin.pm (modified) import.pl now tells user where the fail.log lives Sun, 25 Aug 2002 23:43:17 GMT sjboddie [3400] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) WordPlug now handles .dot files as well as .doc files. Fri, 23 Aug 2002 03:31:53 GMT jrm21 [3398] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Oops... the last change to the regex was too permissive... fixed up ... Fri, 23 Aug 2002 03:22:34 GMT jrm21 [3397] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) minor change to the regex for marking up urls (to allow #anchor at ... Tue, 20 Aug 2002 05:09:03 GMT sjboddie [3369] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) HTMLPlug will no longer prevent metadata extraction when the ... Wed, 14 Aug 2002 04:46:11 GMT jrm21 [3352] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) We can now properly handle messages with a content type of ... Tue, 13 Aug 2002 05:25:35 GMT jrm21 [3351] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) If a message is in an unsupported encoding, we assume iso8859-1. ... Tue, 13 Aug 2002 00:28:15 GMT sjboddie [3350] * trunk/gsdl/bin/script/gsConvert.pl (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) Added -use_strings option to ConvertToPlug. The default behaviour for ... Mon, 12 Aug 2002 23:29:48 GMT sjboddie [3349] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Bug fix. Fri, 09 Aug 2002 02:05:00 GMT jrm21 [3329] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Oops, removed debugging statement! Fri, 09 Aug 2002 02:04:07 GMT jrm21 [3328] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Make sure that sender's name is more than 0 chars long, otherwise use ... Wed, 31 Jul 2002 15:05:38 GMT davidb [3307] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) Some minor modifications to Image Plugin: filenames can now include ... Wed, 31 Jul 2002 15:03:31 GMT davidb [3306] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) Removed some debugging print statements Tue, 30 Jul 2002 16:10:41 GMT davidb [3303] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) Classifier extented to support frequency sort option through ... Tue, 30 Jul 2002 15:41:10 GMT davidb [3302] * trunk/gsdl/perllib/classify/AZCompactList.pm (modified) Classifier modified so it does not include A-Z letters at top of ... Fri, 12 Jul 2002 03:19:17 GMT jrm21 [3249] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) 1) add a space when joining consecutive lines, just in case. 2) ... Thu, 11 Jul 2002 06:11:01 GMT jrm21 [3248] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) If we convert to HTML, we post-process to change named entities (eg ... Thu, 11 Jul 2002 05:59:16 GMT jrm21 [3247] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Modified automatic title extraction to also recognise utf-8 nbsp as ... Mon, 08 Jul 2002 05:59:24 GMT jrm21 [3244] * trunk/gsdl/perllib/classify/phind.pm (modified) we no longer exit with an error if the suffix program failed to ... Fri, 05 Jul 2002 04:55:56 GMT jrm21 [3226] * trunk/gsdl/perllib/mgppbuildproc.pm (modified) Don't allow fields Encoding or Language for search - these are ... Thu, 04 Jul 2002 23:24:42 GMT jrm21 [3215] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Fixed up some regexs for mime header encodings - eg people with ... Tue, 02 Jul 2002 05:15:34 GMT jrm21 [3206] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Oops! Bad things were happening when the headers said utf-8 encoding, ... Tue, 25 Jun 2002 22:08:57 GMT sjboddie [3196] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Added   to the list of entities that HTMLPlug doesn't convert to ... Tue, 25 Jun 2002 21:55:21 GMT kjdon [3195] * trunk/gsdl/perllib/mgppbuildproc.pm (modified) create_shortname (turns a long metadata name into 2 char name) ... Tue, 25 Jun 2002 08:15:26 GMT sjboddie [3181] * trunk/gsdl/perllib/classify/phind.pm (modified) * trunk/gsdl/perllib/ghtml.pm (modified) * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Altered the getcharequiv() function so it now converts entities to ... Fri, 21 Jun 2002 02:39:08 GMT kjdon [3158] * trunk/gsdl/perllib/mgppbuilder.pm (modified) the indexfieldmap list is now in sorted order with TextOnly at the ... Tue, 18 Jun 2002 02:01:26 GMT jrm21 [3156] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) Added a few extra accented characters, and recognise some bibtex- ... Sun, 16 Jun 2002 22:28:16 GMT jrm21 [3148] * trunk/gsdl/perllib/mgbuildproc.pm (modified) * trunk/gsdl/perllib/mgppbuildproc.pm (modified) * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) If a document has associated files that are also given a ... Tue, 11 Jun 2002 09:16:30 GMT sjboddie [3146] * trunk/gsdl/perllib/textcat/id-iso_8859_1.lm (added) * trunk/gsdl/perllib/textcat/in-iso_8859_1.lm (deleted) textcat now returns "id" for Indonesian instead of "in" Tue, 11 Jun 2002 04:26:04 GMT kjdon [3144] * trunk/gsdl/perllib/mgppbuilder.pm (modified) added mgpp's metadata field map to the gdbm file For metadata, it ... Tue, 11 Jun 2002 02:21:46 GMT jrm21 [3143] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Minor tweak for badly formatted dates. We now use a window, so ... Mon, 10 Jun 2002 06:14:45 GMT jrm21 [3142] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) 1) We can't use "Date" for the year metadata, as greenstone assumes ... Fri, 07 Jun 2002 00:32:11 GMT paynter [3137] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) Changed the way Width, Height, Size and Type metadata is calculated. ... Fri, 07 Jun 2002 00:25:02 GMT paynter [3136] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) Reconciled John's version of my changes to EMAILPlug with my version ...