# # ChangeLog for trunk/gsdl/perllib/plugins # # Generated by Trac 1.4.2 # 2024-06-06T13:30:55+12:00 Mon, 08 Jan 2007 03:46:57 GMT shaoqun [13544] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) it seems that the replacement of spaces with %20 is unnecessary, so ... Mon, 08 Jan 2007 03:44:31 GMT shaoqun [13543] * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) fixed the bug that cause the server couldn't locate the file which is ... Mon, 08 Jan 2007 03:37:59 GMT shaoqun [13542] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) it seems that the replacement of spaces with %20 is unnecessary, so ... Tue, 19 Dec 2006 21:17:56 GMT mdewsnip [13524] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) Now just prints a warning if the text file contains no text, as ... Mon, 11 Dec 2006 23:12:39 GMT shaoqun [13496] * trunk/gsdl/perllib/plugins/MARCXMLPlug.pm (modified) make the marc xml record disply nicely Mon, 11 Dec 2006 01:03:05 GMT kjdon [13486] * trunk/gsdl/perllib/plugins/MARCXMLPlug.pm (added) * trunk/gsdl/perllib/plugins/XMLMARCPlug.pm (deleted) * trunk/gsdl/perllib/strings.properties (modified) XMLMARCPlug renamed to MARCXMLPlug Tue, 05 Dec 2006 03:25:07 GMT kjdon [13420] * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) added a option to add a table of metadata as the documnet text, ... Tue, 05 Dec 2006 02:48:46 GMT kjdon [13417] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) added a comment Tue, 05 Dec 2006 02:48:23 GMT kjdon [13416] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) remove surrounding {} as well as surrounding "" from value Mon, 04 Dec 2006 22:43:25 GMT kjdon [13413] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) added some special handling for year so that it only gets 4 digits. ... Mon, 27 Nov 2006 20:34:40 GMT kjdon [13357] * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) added some comments Sun, 26 Nov 2006 21:49:42 GMT kjdon [13343] * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) small tidy up changes Fri, 24 Nov 2006 01:31:47 GMT kjdon [13334] * trunk/gsdl/perllib/plugins/LOMPlug.pm (modified) added a comment about home it doesn't work behind a firewall Fri, 24 Nov 2006 01:22:57 GMT kjdon [13333] * trunk/gsdl/perllib/plugins/LOMPlug.pm (modified) added quotes arount output_dir in wget command Fri, 24 Nov 2006 01:16:19 GMT kjdon [13332] * trunk/gsdl/perllib/plugins/LOMPlug.pm (modified) chdir doesn't seem to work on windows, so when using wget on windows, ... Thu, 23 Nov 2006 22:51:21 GMT kjdon [13324] * trunk/gsdl/perllib/plugins/LOMPlug.pm (added) new plugin for LOM (Learning Object Metadata) documents. Written by ... Wed, 22 Nov 2006 04:15:40 GMT shaoqun [13315] * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) uses the stardand method to set doc ID and new param list for the ... Fri, 17 Nov 2006 02:21:07 GMT mdewsnip [13298] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Changed from using substr to unicode::substr, for non-ASCII CDS/ISIS ... Tue, 14 Nov 2006 23:09:57 GMT shaoqun [13269] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) use a variable to indicate the target string is in utf8 ecoding Mon, 13 Nov 2006 02:49:38 GMT shaoqun [13243] * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) fixed the encoding bug for BasPlug:dummy_text Wed, 08 Nov 2006 03:52:47 GMT shaoqun [13241] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) added the end tag to prevent the text after a image figure being ... Mon, 06 Nov 2006 00:08:28 GMT shaoqun [13226] * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) should allow element names with digits Fri, 03 Nov 2006 02:33:51 GMT shaoqun [13222] * trunk/gsdl/perllib/plugins/METSPlug.pm (modified) * trunk/gsdl/perllib/plugins/OAIPlug.pm (modified) * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) added a method required by XMLPlug Fri, 03 Nov 2006 02:32:01 GMT shaoqun [13221] * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) allow qualified document element names Mon, 30 Oct 2006 03:18:23 GMT shaoqun [13198] * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) now this plugin can handle ascii marc files Mon, 30 Oct 2006 03:16:38 GMT shaoqun [13197] * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) the empty segments are ignored Mon, 30 Oct 2006 03:14:32 GMT shaoqun [13196] * trunk/gsdl/perllib/plugins/XMLMARCPlug.pm (modified) now all subfield values of a field, instead of the first one, are ... Mon, 30 Oct 2006 01:05:28 GMT kjdon [13192] * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) moved the doctype checking code into a function. implemented ... Mon, 30 Oct 2006 01:01:00 GMT kjdon [13189] * trunk/gsdl/perllib/plugins/MetadataXMLPlug.pm (added) new plugin that reads metadata.xml files. Functionality moved here ... Mon, 30 Oct 2006 01:00:16 GMT kjdon [13188] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) RecPlug no longer handles reading metadata.xml files. It is purely ... Fri, 27 Oct 2006 02:40:14 GMT mdewsnip [13178] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Added "info_only" check to prevent errors when running pluginfo.pl on ... Fri, 27 Oct 2006 01:33:59 GMT kjdon [13174] * trunk/gsdl/perllib/plugins/MetadataCSVPlug.pm (modified) now checks for Filename field when reading through the first line. ... Fri, 27 Oct 2006 00:54:06 GMT mdewsnip [13173] * trunk/gsdl/perllib/plugins/MetadataCSVPlug.pm (modified) Fixed problem where Unix line endings weren't being dealt with correctly. Fri, 20 Oct 2006 02:52:38 GMT mdewsnip [13157] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Now only adds ^* metadata values if the field is specified to have ... Fri, 20 Oct 2006 00:26:22 GMT shaoqun [13153] * trunk/gsdl/perllib/plugins/XMLMARCPlug.pm (modified) added code for displaying XMLMARCPlug's arguments Thu, 19 Oct 2006 23:39:19 GMT shaoqun [13149] * trunk/gsdl/perllib/plugins/XMLMARCPlug.pm (added) added a new plugin for xml marc files Thu, 19 Oct 2006 23:37:50 GMT shaoqun [13148] * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) added code to check whether its subclass can parse a doc type before ... Thu, 19 Oct 2006 23:33:36 GMT shaoqun [13147] * trunk/gsdl/perllib/plugins/GAPlug.pm (modified) added method used by XMLPlug to check whether its subclass can parse ... Mon, 02 Oct 2006 22:59:22 GMT kjdon [12970] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/GISBasPlug.pm (modified) * trunk/gsdl/perllib/plugins/MetadataPass.pm (modified) set_keepold and self->{'keepold'} have been changed to ... Mon, 02 Oct 2006 22:58:25 GMT kjdon [12969] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) only do the timestamp thing if incremental is set Sat, 30 Sep 2006 23:12:31 GMT kjdon [12961] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/strings.properties (modified) added a new option to ConvertToPlug: -keep_original_filename. The ... Fri, 29 Sep 2006 03:38:44 GMT kjdon [12947] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) * trunk/gsdl/perllib/strings.properties (modified) added new -extract_style option to HTMLPlug. looks for style, script ... Wed, 27 Sep 2006 22:43:16 GMT mdewsnip [12883] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) Removed a pointless comparison. Mon, 25 Sep 2006 02:17:10 GMT mdewsnip [12844] * trunk/gsdl/bin/script/buildcol.pl (modified) * trunk/gsdl/bin/script/getdocument.pl (added) * trunk/gsdl/bin/script/lucene_passes.pl (modified) * trunk/gsdl/bin/script/removedocument.pl (added) * trunk/gsdl/bin/script/set_metadata.pl (added) * trunk/gsdl/perllib/ClassifyTreeModel.pm (added) * trunk/gsdl/perllib/ClassifyTreeNode.pm (added) * trunk/gsdl/perllib/ClassifyTreePath.pm (added) * trunk/gsdl/perllib/GDBMUtils.pm (added) * trunk/gsdl/perllib/IncrementalBuildUtils.pm (added) * trunk/gsdl/perllib/IncrementalDocument.pm (added) * trunk/gsdl/perllib/basebuilder.pm (modified) * trunk/gsdl/perllib/basebuildproc.pm (modified) * trunk/gsdl/perllib/classify.pm (modified) * trunk/gsdl/perllib/incremental_build.pm (added) * trunk/gsdl/perllib/lucenebuilder.pm (modified) * trunk/gsdl/perllib/lucenebuildproc.pm (modified) * trunk/gsdl/perllib/plugins/GAPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) * trunk/gsdl/src/gdbmget (added) * trunk/gsdl/src/gdbmget/Makefile.in (added) * trunk/gsdl/src/gdbmget/config.h.in (added) * trunk/gsdl/src/gdbmget/configtest.pl (added) * trunk/gsdl/src/gdbmget/configure (added) * trunk/gsdl/src/gdbmget/gdbmget.cpp (added) * trunk/gsdl/src/gdbmget/install-sh (added) * trunk/gsdl/src/gdbmget/win32.mak (added) * trunk/gsdl/src/gdbmset (added) * trunk/gsdl/src/gdbmset/Makefile.in (added) * trunk/gsdl/src/gdbmset/config.h.in (added) * trunk/gsdl/src/gdbmset/configtest.pl (added) * trunk/gsdl/src/gdbmset/configure (added) * trunk/gsdl/src/gdbmset/gdbmset.cpp (added) * trunk/gsdl/src/gdbmset/install-sh (added) * trunk/gsdl/src/gdbmset/win32.mak (added) Incremental building and dynamic GDBM updating code, many thanks to ... Fri, 22 Sep 2006 04:03:36 GMT kjdon [12834] * trunk/gsdl/perllib/plugins/ExcelPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) * trunk/gsdl/perllib/plugins/PPTPlug.pm (modified) * trunk/gsdl/perllib/plugins/PSPlug.pm (modified) * trunk/gsdl/perllib/plugins/RTFPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) these convertto plugins were all setting extract_language=1 to their ... Fri, 22 Sep 2006 04:01:31 GMT kjdon [12833] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) we don't want textcat to be run for isis files. we assume ascii ... Thu, 14 Sep 2006 01:32:25 GMT kjdon [12741] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) changed the descriptions Fri, 08 Sep 2006 02:56:13 GMT mdewsnip [12715] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Now supports MST and XRF files with uppercase extensions on Linux, ... Thu, 07 Sep 2006 02:39:13 GMT mdewsnip [12705] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Now escapes backslash characters in metadata values so these appear ... Thu, 07 Sep 2006 01:20:33 GMT mdewsnip [12703] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Added new "^*" values for each field, which contain the first ... Wed, 06 Sep 2006 02:24:13 GMT kjdon [12688] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) make sure the output filename to use in the conversion is in utf-8, ... Wed, 06 Sep 2006 02:21:19 GMT kjdon [12687] * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) moved 'use DBI' from the start to 'require DBI' in the read function ... Tue, 05 Sep 2006 21:25:05 GMT kjdon [12683] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) check for a byte order marker and strip it Thu, 31 Aug 2006 02:57:50 GMT mdewsnip [12630] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) Plugins now output a and information field, so ... Thu, 31 Aug 2006 01:46:50 GMT mdewsnip [12627] * trunk/gsdl/perllib/plugins/CSVPlug.pm (modified) Extended to allow quoted names in the first line. Thu, 31 Aug 2006 01:10:34 GMT mdewsnip [12624] * trunk/gsdl/perllib/classify/BasClas.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) Added an extra argument to print_xml_usage for specifying whether to ... Wed, 30 Aug 2006 03:05:30 GMT mdewsnip [12610] * trunk/gsdl/perllib/plugins/CSVPlug.pm (modified) Essentially a brand-new plugin (the old CSVPlug has been renamed to ... Wed, 30 Aug 2006 00:22:21 GMT mdewsnip [12606] * trunk/gsdl/perllib/plugins/MetadataCSVPlug.pm (added) Renamed CSVPlug.pm to MetadataCSVPlug.pm, as there will be a new ... Thu, 24 Aug 2006 04:19:13 GMT kjdon [12546] * trunk/gsdl/perllib/classify/BasClas.pm (modified) * trunk/gsdl/perllib/downloaders/BasDownload.pm (modified) * trunk/gsdl/perllib/parse2.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugouts/BasPlugout.pm (modified) changed parse2::parse so that it returns -1 on error, 0 on success, ... Fri, 04 Aug 2006 00:58:39 GMT kjdon [12401] * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) allows ^ as part of the gsdl metadata name in the marctodc mapping file Thu, 03 Aug 2006 21:34:45 GMT kjdon [12397] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) in the read function. moved the line setting ... Wed, 26 Jul 2006 03:28:37 GMT kjdon [12309] * trunk/gsdl/perllib/plugins/ProCitePlug.pm (modified) changed to explodes=yes, put table tags around the HTMLDisplay ... Mon, 24 Jul 2006 04:56:10 GMT kjdon [12291] * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) set explodes to yes, added a space before 'and' when concatenation ... Thu, 20 Jul 2006 04:02:07 GMT kjdon [12270] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (modified) * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) * trunk/gsdl/perllib/plugins/FOXPlug.pm (modified) * trunk/gsdl/perllib/plugins/HBPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) set_OIDtype now takes two arguments, the type and the metadata (used ... Thu, 20 Jul 2006 04:00:54 GMT kjdon [12269] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) fixed a typo in a comment Wed, 12 Jul 2006 02:12:36 GMT mdewsnip [12169] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) * trunk/gsdl/perllib/plugins/BookPlug.pm (modified) * trunk/gsdl/perllib/plugins/CSVPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (modified) * trunk/gsdl/perllib/plugins/DBPlug.pm (modified) * trunk/gsdl/perllib/plugins/DSpacePlug.pm (modified) * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) * trunk/gsdl/perllib/plugins/ExcelPlug.pm (modified) * trunk/gsdl/perllib/plugins/FOXPlug.pm (modified) * trunk/gsdl/perllib/plugins/FavouritesPlug.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/ISISPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/IndexPlug.pm (modified) * trunk/gsdl/perllib/plugins/LaTeXPlug.pm (modified) * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) * trunk/gsdl/perllib/plugins/METSPlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/NULPlug.pm (modified) * trunk/gsdl/perllib/plugins/OAIPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) * trunk/gsdl/perllib/plugins/PDFPlug.pm (modified) * trunk/gsdl/perllib/plugins/PPTPlug.pm (modified) * trunk/gsdl/perllib/plugins/PSPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/ProCitePlug.pm (modified) * trunk/gsdl/perllib/plugins/RTFPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) * trunk/gsdl/perllib/plugins/RogPlug.pm (modified) * trunk/gsdl/perllib/plugins/SRCPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) * trunk/gsdl/perllib/plugins/W3ImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified) Tidied up that horrible long line in the new() function of every plugin. Tue, 04 Jul 2006 03:07:11 GMT davidb [11995] * trunk/gsdl/perllib/plugins/ArcPlug.pm (modified) Improved support for incremental addition: instead of having to run ... Tue, 27 Jun 2006 22:52:20 GMT mdewsnip [11970] * trunk/gsdl/perllib/plugins/MACROPlug.pm (deleted) Removed, as the version of the translator it was used for is long gone. Tue, 27 Jun 2006 00:07:27 GMT mdewsnip [11966] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) (Profiling) Creating new textcat objects (one for each plugin) is ... Thu, 15 Jun 2006 02:53:08 GMT mdewsnip [11920] * trunk/gsdl/perllib/plugins/CSVPlug.pm (modified) Removed the code that converts the filename into a regular ... Thu, 15 Jun 2006 02:51:57 GMT mdewsnip [11919] * trunk/gsdl/perllib/plugins/RecPlug.pm (modified) Fixed some metadata_read code that was obviously not tested on Windows. Thu, 15 Jun 2006 01:37:48 GMT mdewsnip [11918] * trunk/gsdl/perllib/plugins/CSVPlug.pm (added) Simple plugin for reading metadata from comma-separated value files. Tue, 30 May 2006 22:33:25 GMT kjdon [11893] * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) deleted some stuff to do with original Word documents - this plugin ... Tue, 30 May 2006 01:45:44 GMT kjdon [11884] * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) removed tof_header option - can just specify this in the toc_header ... Mon, 29 May 2006 23:11:46 GMT kjdon [11881] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) added a test for image file in case there isn't one, in process_item Mon, 29 May 2006 23:10:47 GMT kjdon [11880] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) added a #" to line 1100 so that emacs colouring is not stuffed up Thu, 25 May 2006 02:16:41 GMT kjdon [11851] * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) added modegli=3 to delete_toc option so that it only shows up if the ... Thu, 25 May 2006 00:30:46 GMT kjdon [11849] * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/WordPlug.pm (modified) added the header etc args into StructuredHTMLPlug args otherwise it ... Thu, 18 May 2006 03:10:38 GMT mdewsnip [11834] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToRogPlug.pm (modified) * trunk/gsdl/perllib/plugins/ImagePlug.pm (modified) * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/OpenDocumentPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/RealMediaPlug.pm (modified) * trunk/gsdl/perllib/plugins/StructuredHTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/UnknownPlug.pm (modified) * trunk/gsdl/perllib/plugins/W3ImgPlug.pm (modified) Replaced all "_httpcollection_" in metadata (especially srclink) with ... Thu, 18 May 2006 00:00:19 GMT kjdon [11833] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) the test for windows scripting now tests if its true, rather than defined Tue, 16 May 2006 04:34:46 GMT kjdon [11827] * trunk/gsdl/perllib/plugins/ReferPlug.pm (modified) moved the add FileFormat metadata bit outside of the loop so that it ... Fri, 21 Apr 2006 03:20:09 GMT kjdon [11681] * trunk/gsdl/perllib/classify/BasClas.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) print_xml_usage and print_xml_header now take arguments Fri, 21 Apr 2006 03:19:32 GMT kjdon [11680] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) changed how it loads secondary plugins - now uses eval. did this cos ... Fri, 21 Apr 2006 03:18:02 GMT kjdon [11679] * trunk/gsdl/perllib/plugins/PPTPlug.pm (modified) changed Yes to yes for inherits Fri, 21 Apr 2006 03:17:33 GMT kjdon [11677] * trunk/gsdl/perllib/plugins/GISBasPlug.pm (modified) added a few more print methods so that pluginfo will work properly Fri, 21 Apr 2006 03:15:59 GMT kjdon [11676] * trunk/gsdl/perllib/plugins/DSpacePlug.pm (modified) * trunk/gsdl/perllib/plugins/MARCPlug.pm (modified) * trunk/gsdl/perllib/plugins/OggVorbisPlug.pm (modified) * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) * trunk/gsdl/perllib/plugins/RogPlug.pm (modified) added adstract tag or changed Yes to yes for inherits Thu, 20 Apr 2006 23:26:39 GMT kjdon [11669] * trunk/gsdl/perllib/classify/BasClas.pm (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) need to pass a parameter to print_xml_header so it knows which DTD to ... Wed, 19 Apr 2006 23:26:46 GMT kjdon [11661] * trunk/gsdl/perllib/plugins/XMLPlug.pm (modified) changed COLLECTDIR to GSDLCOLLECTDIR cos thats what everyone else uses Thu, 30 Mar 2006 03:18:55 GMT mdewsnip [11546] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Added a comment regarding my last change. Thu, 30 Mar 2006 03:12:04 GMT mdewsnip [11545] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Added support for repeatable fields using //. Wed, 29 Mar 2006 05:37:19 GMT cvs_anon [11538] * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) make HTMLPlug recognize the @ character in file extensions Tue, 28 Mar 2006 23:26:20 GMT kjdon [11527] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) added URL properly to the list of fields Mon, 27 Mar 2006 21:02:18 GMT kjdon [11506] * trunk/gsdl/perllib/plugins/PagedImgPlug.pm (modified) fixed the bug where space outside Metadata tags was getting added ... Mon, 27 Mar 2006 03:05:21 GMT kjdon [11493] * trunk/gsdl/perllib/plugins/MP3Plug.pm (modified) only add [img1], [img2] to the dummy text if assoc_images is on Wed, 22 Mar 2006 04:56:34 GMT mdewsnip [11468] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Ooops... fix to code I just committed to deal with < and > characters. Wed, 22 Mar 2006 04:48:28 GMT mdewsnip [11467] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Changed my mind about the previous change. Now the nicely formatted ... Wed, 22 Mar 2006 04:25:18 GMT mdewsnip [11466] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Improved the formatting of the ISISRecordHTML table slightly. Wed, 22 Mar 2006 04:16:32 GMT mdewsnip [11465] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Now adds ISISRecordHTML metadata also, as a shortcut towards a nicely ... Mon, 20 Mar 2006 22:41:40 GMT mdewsnip [11430] * trunk/gsdl/perllib/plugins/ISISPlug.pm (modified) Fix for removing nasty carriage returns/line feeds from the end of ... Mon, 20 Mar 2006 03:50:01 GMT kjdon [11414] * trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified) added URL to the list of fields