# # ChangeLog for trunk/gsdl/perllib # # Generated by Trac 1.4.2 # 2024-06-01T14:14:43+12:00 Tue, 25 Sep 2001 22:38:47 GMT jrm21 [2754] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) oops - left a debugging statement in there. Mon, 24 Sep 2001 05:15:15 GMT sjboddie [2751] * trunk/gsdl/collect/modelcol/etc/collect.cfg (modified) * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/src/recpt/vlistbrowserclass.cpp (modified) Had a go at enriching the default document structure. Added ... Mon, 10 Sep 2001 04:27:00 GMT sjboddie [2735] * trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified) * trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified) * trunk/gsdl/perllib/plugins/SplitPlug.pm (modified) Fixed up bugs I introduced with recent change to BasPlug Sun, 09 Sep 2001 22:55:01 GMT sjboddie [2734] * trunk/gsdl/perllib/plugins/BasPlug.pm (modified) Chinese text segmentation is now done whenever language="zh" instead ... Tue, 04 Sep 2001 23:30:41 GMT jrm21 [2733] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) minor regex fixes/improvements. Tue, 04 Sep 2001 04:43:57 GMT jrm21 [2732] * trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified) needed
 tags when using the text/plain part of a multipart
	message.


Mon, 03 Sep 2001 03:29:45 GMT jrm21 [2730]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	1) Non-ascii characters should now work for any encoding handled by ...


Tue, 28 Aug 2001 05:12:41 GMT jrm21 [2717]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Do some email munging - @ symbols become @. Both netscape and IE ...


Thu, 23 Aug 2001 02:21:12 GMT sjboddie [2713]
	* trunk/gsdl/perllib/unicode.pm (modified)

	*** empty log message ***


Wed, 22 Aug 2001 03:22:07 GMT sjboddie [2711]
	* trunk/gsdl/bin/script/mkcol.pl (modified)
	* trunk/gsdl/collect/demo/etc/collect.cfg (modified)
	* trunk/gsdl/collect/modelcol/etc/collect.cfg (modified)
	* trunk/gsdl/perllib/colcfg.pm (modified)

	Removed the "beta" collect.cfg option to avoid awkward questions from ...


Tue, 14 Aug 2001 22:51:45 GMT cs025 [2700]
	* trunk/gsdl/perllib/mgppbuilder.pm (modified)

	fixed this up for building under windows


Sun, 12 Aug 2001 23:42:33 GMT jrm21 [2695]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)

	Allow spaces in img src=... tags if surrounded with dbl quotes.


Thu, 02 Aug 2001 02:01:41 GMT jrm21 [2685]
	* trunk/gsdl/perllib/classify/DateList.pm (modified)

	Improved regex for when the last category is too small, and we need ...


Tue, 31 Jul 2001 03:14:42 GMT jrm21 [2681]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	fixed a few more minor MIME header parsing cases.


Tue, 31 Jul 2001 01:58:05 GMT jrm21 [2680]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	1. we escape '[' and ']' chars in headers so greenstone doesn't try ...


Mon, 23 Jul 2001 04:26:31 GMT jrm21 [2667]
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	protect against < and > chars, as 
 tags don't preserve them.


Mon, 23 Jul 2001 04:12:40 GMT jrm21 [2666]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Modified phind classifier so that special delimiters are always ...


Fri, 20 Jul 2001 04:48:23 GMT jrm21 [2662]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	oops, that's a bit stupid (of me) - changed:
	    if ...


Fri, 20 Jul 2001 00:25:40 GMT jrm21 [2661]
	* trunk/gsdl/perllib/plugins/PDFPlug.pm (modified)

	added a default block exp of "" so it doesn't inherit HTMLPlugs...


Wed, 18 Jul 2001 00:23:12 GMT jrm21 [2658]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	fixed a typo


Tue, 17 Jul 2001 23:57:01 GMT jrm21 [2657]
	* trunk/gsdl/perllib/plugins/SRCPlug.pm (modified)

	fixed a bug when #including a macro (ie no "... or <... on the line)


Thu, 12 Jul 2001 10:40:05 GMT jrm21 [2652]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Needed to replace \s with \\s. Also checked for multipart/related.


Wed, 11 Jul 2001 03:00:50 GMT jrm21 [2638]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	typo in regexp broke import... encoding type should have had [^\s], ...


Mon, 09 Jul 2001 07:14:52 GMT jrm21 [2632]
	* trunk/gsdl/perllib/classify/DateList.pm (modified)

	added an option "-bymonth=1", to group by (eg) 2000-January, ...


Mon, 09 Jul 2001 07:11:26 GMT jrm21 [2631]
	* trunk/gsdl/perllib/sorttools.pm (modified)

	Don't assume funny dates are 20th C - eg 101 -> 19101 - add to 1900 ...


Mon, 09 Jul 2001 07:09:06 GMT jrm21 [2630]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Mime support for multipart messages. Doesn't extract attachments ...


Thu, 21 Jun 2001 22:59:43 GMT jrm21 [2604]
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)

	when extracting email addresses, we now include people in the .net ...


Wed, 20 Jun 2001 05:00:11 GMT jrm21 [2601]
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)

	modified usage to not mention HTMLplug blocking rtf.


Tue, 19 Jun 2001 02:27:13 GMT sjboddie [2576]
	* trunk/gsdl/etc/packages/phind (added)
	* trunk/gsdl/etc/packages/phind/stopword (added)
	* trunk/gsdl/etc/packages/phind/stopword/en (added)
	* trunk/gsdl/etc/packages/phind/stopword/en/brown.sw (added)
	* trunk/gsdl/etc/packages/phind/stopword/fr (added)
	* trunk/gsdl/etc/packages/phind/stopword/fr/JASIS.sw (added)
	* trunk/gsdl/etc/stopword (deleted)
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Moved phind's stopword directory from etc to etc/packages/phind


Mon, 18 Jun 2001 23:12:08 GMT jrm21 [2564]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/PDFPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/RTFPlug.pm (added)

	Added RTFPlug. (It's the smallest one so far - 1511 bytes - yay!)
 ...


Tue, 12 Jun 2001 23:40:27 GMT sjboddie [2539]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	*** empty log message ***


Tue, 12 Jun 2001 22:26:10 GMT sjboddie [2529]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	added quoting to system calls in phind classifier - needed when ...


Tue, 12 Jun 2001 01:18:38 GMT kjm18 [2525]
	* trunk/gsdl/perllib/mgppbuilder.pm (modified)

	removed unneeded output


Mon, 11 Jun 2001 02:33:44 GMT sjboddie [2516]
	* trunk/gsdl/perllib/util.pm (modified)

	*** empty log message ***


Mon, 11 Jun 2001 00:15:21 GMT sjboddie [2515]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/PDFPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/WordPlug.pm (modified)

	Fixed a couple of bugs/inconsistencies in word and pdf plugins that ...


Thu, 07 Jun 2001 22:48:14 GMT sjboddie [2510]
	* trunk/gsdl/etc/stopword (added)
	* trunk/gsdl/etc/stopword/en (added)
	* trunk/gsdl/etc/stopword/en/brown.sw (added)
	* trunk/gsdl/etc/stopword/fr (added)
	* trunk/gsdl/etc/stopword/fr/JASIS.sw (added)
	* trunk/gsdl/etc/stopwords (deleted)
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	renamed phind's stopwords directory and contents to use Win3.1 ...


Thu, 07 Jun 2001 09:53:32 GMT sjboddie [2509]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Fixed (bypassed really) a problem with the phind classifier on ...


Thu, 07 Jun 2001 05:13:11 GMT sjboddie [2507]
	* trunk/gsdl/bin/java (added)
	* trunk/gsdl/bin/java/Phind.jar (added)
	* trunk/gsdl/macros/document.dm (modified)
	* trunk/gsdl/perllib/classify/phind.pm (modified)
	* trunk/gsdl/src/java (added)
	* trunk/gsdl/src/java/org (added)
	* trunk/gsdl/src/java/org/nzdl (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/Makefile (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/Phind.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/PhindTitle.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultBox.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultCanvas.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultDisplay.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultItem.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultItemDocument.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultItemLink.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultItemPhrase.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/ResultTitle.java (added)
	* trunk/gsdl/src/java/org/nzdl/gsdl/Phind/URLUTF8Encoder.java (added)
	* trunk/gsdl/src/phind/client (deleted)
	* trunk/gsdl/src/phind/host (deleted)

	Tidied up the phind client a little more. It now belongs to the ...


Thu, 07 Jun 2001 01:30:50 GMT dmm9 [2506]
	* trunk/gsdl/perllib/mgbuilder.pm (modified)

	added writing of collection document list to db (OID browselist)


Thu, 07 Jun 2001 01:30:00 GMT dmm9 [2505]
	* trunk/gsdl/perllib/mgbuildproc.pm (modified)

	added collection of collection document list


Thu, 07 Jun 2001 00:23:09 GMT sjboddie [2503]
	* trunk/gsdl/perllib/classify/DateList.pm (modified)

	fixed a small bug in the datelist classifier that caused year ranges ...


Wed, 06 Jun 2001 04:49:55 GMT sjboddie [2500]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Removed test for phindcgi from phind classifier as it is no longer
	used


Tue, 05 Jun 2001 01:57:56 GMT paynter [2493]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Changed at the request of Marcio - see mailing list.


Tue, 05 Jun 2001 01:57:10 GMT paynter [2492]
	* trunk/gsdl/perllib/plugins/SplitPlug.pm (modified)

	Fixed trivial bug in the new set_OID function.


Tue, 05 Jun 2001 00:26:55 GMT dmm9 [2489]
	* trunk/gsdl/perllib/classify/Browse.pm (added)

	adding the browse interface as a classifier option


Fri, 01 Jun 2001 02:51:29 GMT sjboddie [2487]
	* trunk/gsdl/lib/text_t.cpp (modified)
	* trunk/gsdl/lib/text_t.h (modified)
	* trunk/gsdl/macros/document.dm (modified)
	* trunk/gsdl/packages/mg/src/text/WIN32.MAK (modified)
	* trunk/gsdl/perllib/classify/phind.pm (modified)
	* trunk/gsdl/src/phind/client/Phind.java (modified)
	* trunk/gsdl/src/phind/generate/phrase.cpp (modified)
	* trunk/gsdl/src/phind/generate/phrase.h (modified)
	* trunk/gsdl/src/phind/generate/suffix.cpp (modified)
	* trunk/gsdl/src/phind/generate/suffix.h (modified)
	* trunk/gsdl/src/phind/host/phindcgi.cpp (modified)
	* trunk/gsdl/src/recpt/librarymain.cpp (modified)
	* trunk/gsdl/src/w32server/cgiwrapper.cpp (modified)

	Changes to get phind working under windows


Tue, 29 May 2001 11:52:32 GMT say1 [2484]
	* trunk/gsdl/perllib/doc.pm (modified)
	* trunk/gsdl/perllib/plugins/BibTexPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/SplitPlug.pm (modified)

	Changed SplitPlug to allow control over the OID. Changed BibTexPlug ...


Tue, 29 May 2001 04:46:01 GMT say1 [2483]
	* trunk/gsdl/perllib/unicode.pm (modified)

	added a "if" to catch the case where someone tries to convert an ...


Tue, 29 May 2001 02:08:11 GMT kjm18 [2481]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	changed mgpp system calls to use the new executable names


Mon, 28 May 2001 22:51:39 GMT kjm18 [2480]
	* trunk/gsdl/perllib/mgppbuildproc.pm (modified)

	added the store_text option as done in mgbuildproc.pm


Mon, 28 May 2001 22:50:25 GMT kjm18 [2479]
	* trunk/gsdl/perllib/colcfg.pm (modified)

	added indexmap and indexfieldmap to build.cfg fields


Mon, 28 May 2001 22:49:04 GMT kjm18 [2478]
	* trunk/gsdl/perllib/mgppbuilder.pm (modified)

	brought it in line with changes to buildcol.pl, mgbuilder.pm
	now ...


Mon, 21 May 2001 06:02:32 GMT jrm21 [2453]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)

	Slightly smarter title extraction from body's text.


Mon, 21 May 2001 06:01:42 GMT jrm21 [2452]
	* trunk/gsdl/perllib/plugins/PDFPlug.pm (modified)

	-title_sub works now -- previously had a leading "--" argument, which ...


Mon, 21 May 2001 06:01:10 GMT jrm21 [2451]
	* trunk/gsdl/perllib/plugins/PSPlug.pm (modified)

	PSPlug now uses the -title_sub option to TEXTPlug, to remove any ...


Mon, 21 May 2001 06:00:29 GMT jrm21 [2450]
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	now accepts the "-title_sub" option, a regexp to remove when ...


Wed, 16 May 2001 12:57:03 GMT say1 [2432]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	switched the order of removing the symbolic link and checking for ...


Mon, 14 May 2001 22:12:23 GMT sjboddie [2412]
	* trunk/gsdl/perllib/cpan/Ping.tgz (added)

	Added a tar archive of all the perl modules required to make ping.pl
	work


Fri, 04 May 2001 04:44:17 GMT jrm21 [2364]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)

	turn "\" into "\\" so that we don't lose backslashes along the way...


Fri, 04 May 2001 02:58:33 GMT jrm21 [2363]
	* trunk/gsdl/perllib/plugins/GMLPlug.pm (modified)

	fixed nasty bug where  was being matched ...


Thu, 03 May 2001 23:15:58 GMT sjboddie [2359]
	* trunk/gsdl/bin/script/build (modified)
	* trunk/gsdl/bin/script/buildcol.pl (modified)
	* trunk/gsdl/bin/script/import.pl (modified)
	* trunk/gsdl/bin/script/mkcol.pl (modified)
	* trunk/gsdl/perllib/parsargv.pm (modified)
	* trunk/gsdl/perllib/util.pm (modified)

	Altered the help text a little for mkcol.pl, import.pl, buildcol.pl, ...


Thu, 03 May 2001 03:04:14 GMT sjboddie [2356]
	* trunk/gsdl/perllib/plugins/BookPlug.pm (added)
	* trunk/gsdl/perllib/plugins/HBSPlug.pm (deleted)

	Renamed HBSPlug BookPlug in the hope that it's a little less crytic


Thu, 03 May 2001 01:59:37 GMT sjboddie [2355]
	* trunk/gsdl/bin/script/buildcol.pl (modified)
	* trunk/gsdl/bin/script/import.pl (modified)
	* trunk/gsdl/perllib/colcfg.pm (modified)

	All options to import.pl and buildcol.pl may now be specified from ...


Sun, 29 Apr 2001 21:31:14 GMT sjboddie [2342]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)

	renamed HTMLPlug's w3mir option to file_is_url


Tue, 24 Apr 2001 04:36:21 GMT sjboddie [2336]
	* trunk/gsdl/bin/script/buildcol.pl (modified)
	* trunk/gsdl/perllib/colcfg.pm (modified)
	* trunk/gsdl/perllib/mgbuilder.pm (modified)
	* trunk/gsdl/perllib/mgbuildproc.pm (modified)

	added a -no_text option to buildcol.pl to allow collections to be ...


Mon, 23 Apr 2001 02:03:06 GMT kjm18 [2333]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	closed all filehandles that had remained open, to fix the bug that ...


Thu, 19 Apr 2001 23:44:50 GMT sjboddie [2327]
	* trunk/gsdl/perllib/doc.pm (modified)
	* trunk/gsdl/perllib/docproc.pm (modified)
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/ConvertToPlug.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/SplitPlug.pm (modified)

	*** empty log message ***


Thu, 19 Apr 2001 10:13:12 GMT sjboddie [2326]
	* trunk/gsdl/perllib/doc.pm (modified)
	* trunk/gsdl/perllib/plugins/GMLPlug.pm (modified)

	fixed a small bug in the new XML gml code that caused metadata tags ...


Tue, 03 Apr 2001 02:33:03 GMT davidb [2267]
	* trunk/gsdl/perllib/doc.pm (modified)
	* trunk/gsdl/perllib/docprint.pm (modified)
	* trunk/gsdl/perllib/docsave.pm (modified)
	* trunk/gsdl/perllib/plugins/GMLPlug.pm (modified)

	GML file syntax altered to be XML compliant.  This basically meant ...


Sun, 01 Apr 2001 09:19:25 GMT sjboddie [2241]
	* trunk/gsdl/bin/script/gsConvert.pl (modified)
	* trunk/gsdl/bin/script/pdftohtml.pl (modified)
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	Tidied up the ConvertToPlug stuff to get it working on Windows 95/98


Sun, 01 Apr 2001 01:21:16 GMT sjboddie [2237]
	* trunk/gsdl/perllib/unicode.pm (modified)

	Added a unicode2koi8r function to unicode.pm (because I needed one). ...


Sun, 01 Apr 2001 01:04:26 GMT sjboddie [2235]
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)
	* trunk/gsdl/perllib/textcat.pm (modified)

	Hacked the textcat package about so that it only reads all the ...


Thu, 29 Mar 2001 01:26:42 GMT paynter [2230]
	* trunk/gsdl/perllib/plugins/ImagePlug.pm (modified)

	User can erquest a "Screen" image - essentially a second thumbnail. ...


Tue, 27 Mar 2001 02:49:14 GMT paynter [2228]
	* trunk/gsdl/perllib/plugins/RecPlug.pm (modified)

	The -use_metadata_files option tells RecPlug to read any metadata XML ...


Mon, 26 Mar 2001 21:43:01 GMT paynter [2226]
	* trunk/gsdl/perllib/plugins/ImagePlug.pm (modified)

	Image size metadata fixed, dummy text added, Image filename fixed.


Mon, 26 Mar 2001 04:30:28 GMT paynter [2224]
	* trunk/gsdl/perllib/docsave.pm (modified)

	When the document has associated files, a metadata element ...


Wed, 21 Mar 2001 03:01:08 GMT sjboddie [2219]
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	Had another go at suppressing the "subroutine redefined" warnings as ...


Tue, 20 Mar 2001 04:05:16 GMT sjboddie [2209]
	* trunk/gsdl/perllib/plugins/HTMLPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	Suppressed some annoying perl warnings


Tue, 20 Mar 2001 03:58:54 GMT paynter [2207]
	* trunk/gsdl/perllib/plugins/ImagePlug.pm (modified)

	Bugfixes: read returns number of files instead of file type, and ...


Tue, 20 Mar 2001 03:21:36 GMT paynter [2206]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Annoying bug.


Sun, 18 Mar 2001 22:46:39 GMT sjboddie [2193]
	* trunk/gsdl/perllib/util.pm (modified)

	soft_link function now acts as a simple "copy" function on windows


Thu, 01 Mar 2001 00:44:42 GMT jrm21 [2096]
	* trunk/gsdl/perllib/plugins/EMAILPlug.pm (modified)

	Minor changes to regexs, so that header fields have to be at start of ...


Wed, 28 Feb 2001 05:01:05 GMT jrm21 [2086]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	We create a copy of any args to new() because parsargs might modify ...


Wed, 28 Feb 2001 04:57:03 GMT jrm21 [2085]
	* trunk/gsdl/perllib/plugins/SRCPlug.pm (modified)
	* trunk/gsdl/perllib/plugins/TEXTPlug.pm (modified)

	When importing, we need to escape any escape codes otherwise mg(?) ...


Wed, 28 Feb 2001 03:24:57 GMT jrm21 [2084]
	* trunk/gsdl/perllib/plugins/BasPlug.pm (modified)

	usage message is now formatted to fit within 80 columns.


Wed, 28 Feb 2001 03:19:48 GMT paynter [2083]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Fixed a stupid mistake that I know I've fixed before.


Wed, 28 Feb 2001 02:59:12 GMT jrm21 [2082]
	* trunk/gsdl/perllib/plugins/ZIPPlug.pm (modified)

	added bzip2 support (untested).


Tue, 27 Feb 2001 04:16:51 GMT jrm21 [2080]
	* trunk/gsdl/perllib/classify/AZCompactList.pm (modified)

	When creating nodes, now need to pass -buttonname instead of -title.


Tue, 27 Feb 2001 03:22:13 GMT paynter [2079]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Added a new binary field to the savephrases output that indicates ...


Sat, 24 Feb 2001 01:03:24 GMT paynter [2064]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	Sort thesaurus phrases by frequency then type.


Thu, 22 Feb 2001 02:55:32 GMT sjboddie [2048]
	* trunk/gsdl/perllib/docsave.pm (modified)

	*** empty log message ***


Wed, 21 Feb 2001 03:16:43 GMT jrm21 [2041]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	don't strip all whitespace from tmp filename, only from base name. ...


Wed, 21 Feb 2001 03:09:32 GMT sjboddie [2040]
	* trunk/gsdl/perllib/Kea-1.1.4/Kea-CSTR-model (deleted)

	*** empty log message ***


Wed, 21 Feb 2001 03:07:14 GMT jrm21 [2039]
	* trunk/gsdl/perllib/util.pm (modified)

	do eval{symlink()} because platforms that don't support symlink ...


Wed, 21 Feb 2001 01:52:10 GMT jrm21 [2036]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	don't use strict; anymore, as we want to be able to write error msgs ...


Tue, 20 Feb 2001 03:12:55 GMT jrm21 [2029]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	Return 0 instead of "" on error in read() so that RecPlug can
	continue.


Tue, 20 Feb 2001 02:57:37 GMT jrm21 [2027]
	* trunk/gsdl/perllib/plugins/ConvertToPlug.pm (modified)

	read() is now completely independent of BasPlug::read(), as the ...


Tue, 20 Feb 2001 02:09:22 GMT paynter [2025]
	* trunk/gsdl/perllib/classify/phind.pm (modified)

	You can now have several phind classifiers on one collection.  This ...


Tue, 20 Feb 2001 02:05:25 GMT paynter [2024]
	* trunk/gsdl/perllib/classify.pm (modified)

	Store classifier-specific parameters in gdbm file if required. ...


Tue, 20 Feb 2001 01:32:26 GMT sjboddie [2022]
	* 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/HTML.pm (modified)
	* trunk/gsdl/perllib/classify/Hierarchy.pm (modified)
	* trunk/gsdl/perllib/classify/List.pm (modified)
	* trunk/gsdl/perllib/classify/SectionList.pm (modified)

	Caught some of the classifiers up with the documentation (finally). ...