source: trunk/gsdl

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8077   20 years mdewsnip Changed things back to using XML-Parser-2.27 until the Expat code can …
(edit) @8075   20 years davidb README file updated to reflect shift to using newer version of …
(edit) @8074   20 years davidb Upgrade to using newer version of XML::Parser.
(edit) @8073   20 years davidb removed a handful of #include statements involving mg and mgpp that …
(edit) @8072   20 years davidb Support for building collections with lucene.
(edit) @8071   20 years davidb When title metadata is derived from first 100 chars of text, extra =~ …
(edit) @8069   20 years davidb Introduction of XMLParser.pm as a wrapper for XML::Parser (a standard …
(edit) @8066   20 years davidb Changes introduced so Expat shared library (.so) for perl 5.6 and perl …
(edit) @8033   20 years davidb Support for optional compilation of lucene searching and z39.50 server.
(edit) @8032   20 years davidb Introduction of #ifdef USE_LUCENE around lucene specific code.
(edit) @8031   20 years davidb Support for compiling lucene and z39.50 options in.
(edit) @8030   20 years davidb Support for lucene indexer added.
(edit) @8029   20 years davidb Introduction of code for elementary use of lucene indexer.
(edit) @8028   20 years davidb Changes introduced to support lucene indexer.
(edit) @8027   20 years davidb Introduction of lucene*.cpp,h classes to support searching with this …
(edit) @8026   20 years davidb Shift from mg* fields and member functions to text* to better reflect …
(edit) @8025   20 years davidb Change of mg* field and member functions to text* to better reflect …
(edit) @8024   20 years davidb Renaming of variables and member functions using contstructs such as …
(edit) @8017   20 years mdewsnip Changed the type of the "sortmeta" option to be accurate for the GLI.
(edit) @7966   20 years mdewsnip Updated my fix from yesterday, so the collections will work correctly …
(edit) @7964   20 years davidb Updated version of Signed Gatherer applet jar file with better …
(edit) @7958   20 years davidb Minor tweak to open statement for gsdlsite.cfg
(edit) @7957   20 years davidb Scripts revised to provide better error handline. Much of useful …
(edit) @7956   20 years davidb Customisation of CGI.pm for Greenstone uses. Includes a …
(edit) @7955   20 years davidb Introduction of some strings for various news options to command line …
(edit) @7954   20 years davidb Minor tweak to regular expression that modifies white space.
(edit) @7953   20 years davidb Minor modifications relating to storing buildtype information. …
(edit) @7952   20 years davidb Script extended to support '-listall' option which prints out all the …
(edit) @7951   20 years davidb macro directory (if present) now included in exported files so any …
(edit) @7950   20 years davidb Exit status resulting from a 'die' statement changed to print and exit …
(edit) @7949   20 years mdewsnip Added a bit of a hack for the wv 0.7.1 bug under Windows that causes …
(edit) @7942   20 years mdewsnip Updated Chinese interface images, many thanks to Andrew Yan Han and …
(edit) @7941   20 years mdewsnip Updated Chinese interface, many thanks to Andrew Yan Han and student.
(edit) @7938   20 years mdewsnip Added a note to say that (apparently) Greenstone can also be compiled …
(edit) @7935   20 years mdewsnip Changed the image type of the buttons on the home page to home_page_button.
(edit) @7934   20 years mdewsnip No longer used (upgraded to pdftohtml v0.36).
(edit) @7933   20 years mdewsnip Win32::Shortcut 0.03 module (from CPAN) to support RecPlug resolving …
(edit) @7932   20 years mdewsnip A first cut at modifying RecPlug to resolve Windows shortcuts …
(edit) @7931   20 years mdewsnip Tidied up the macros for the buttons in the table in the middle of the …
(edit) @7930   20 years davidb Improved GLI applet with better feedback when uploading and …
(edit) @7929   20 years davidb doc.pm modified so filename stored under gsdlsourcefilename is local …
(edit) @7922   20 years davidb Improved checking of cgi arguments.
(edit) @7911   20 years mdewsnip Finally got around to committing Christy Kuo's (cyk2) COMP517-03B …
(edit) @7909   20 years mdewsnip CPAN module for processing XPath expressions.
(edit) @7906   20 years chi Introduction of '-saveas' flag for controlling the generation of the …
(edit) @7905   20 years chi New entries in dictionary for -saveas METS option.
(edit) @7904   20 years chi Minor changes to layout of code.
(edit) @7903   20 years chi Added unescaping routine for HTML entities < > &. Used in METSPlug.
(edit) @7902   20 years chi Saving of documents (in archive format) extended to generate METS …
(edit) @7901   20 years chi Greenstone2 now supports METS format as an archiving option. …
(edit) @7900   20 years chi Some minor changes in preparation for the introduction of METSPlug.
(edit) @7839   20 years mdewsnip Updated Chinese interface, many thanks to Andrew Yan Han.
(edit) @7835   20 years jrm21 record mdoffset for each document when adding to a sub list. List.pm …
(edit) @7830   20 years jrm21 change a couple of error messages to using gsprintf translated strings …
(edit) @7829   20 years jrm21 use strict and declare all vars (think this fixes a "not a glob …
(edit) @7828   20 years jrm21 use strict (caught an error/typo). use perl's Exporter module, so we …
(edit) @7821   20 years davidb Switched to using Java based unzip program.
(edit) @7819   20 years davidb Shift to using Java to unzip rather than 'unzip' command line utility. …
(edit) @7818   20 years jrm21 improvements to the handling of textcat's guessed encoding
(edit) @7817   20 years jrm21 new ensure_utf8() function was returning the wrong thing, so the utf8 …
(edit) @7815   20 years jrm21 added a comment... ascii2utf8 takes iso-8859-1, not just plain ascii.
(edit) @7800   20 years davidb Preventing scripts from being launched without a collection set too …
(edit) @7799   20 years davidb Updated version of signed jar applet with debugging off.
(edit) @7798   20 years jrm21 added a function, unicode::ensure_utf8(), that will test that the …
(edit) @7788   20 years kjdon Johns fix: He accidently used SocketTimeoutException which, despite …
(edit) @7769   20 years davidb * empty log message *
(edit) @7768   20 years davidb Check added to make sure collection name is defined and non-empty
(edit) @7767   20 years davidb Standard module for parsing cgi-script arguments (from CPAN)
(edit) @7766   20 years davidb launch upload and download CGI scripts added to support remote …
(edit) @7765   20 years davidb generalisation of RE expression used to match config lines.
(edit) @7764   20 years davidb New optioned added to control gli applet enabled/disable
(edit) @7763   20 years davidb additional macro for applet version of GLI.
(edit) @7762   20 years davidb 'gliapplet' flag added -- in comparable style of 'collector' flag -- …
(edit) @7751   20 years davidb SignedGatherer.jar provides the necessary files for GLI to run as a …
(edit) @7750   20 years davidb Flag added to control whether or not a collection directory must …
(edit) @7737   20 years mdewsnip Updated Chinese images, many thanks to Andrew Yan Han for the translations.
(edit) @7736   20 years mdewsnip Now with updated images.
(edit) @7735   20 years mdewsnip Updated Chinese interface, many thanks to Andrew Yan Han.
(edit) @7734   20 years kjdon commiting John T's changes (c/- DL Consulting) to stop phind hanging …
(edit) @7733   20 years jrm21 fixes for compiler warnings
(edit) @7731   20 years jrm21 gcc 3 is more strict about signed vs unsigned chars... and get() wants …
(edit) @7707   20 years jrm21 start to put languages in their own language (not everyone speaks …
(edit) @7706   20 years jrm21 close our <option> tags
(edit) @7705   20 years jrm21 can now read in utf-8 encoded non-ascii chars from main.cfg file.
(edit) @7704   20 years jrm21 oops... we were failing on documents that start with a 0 (zero)... if …
(edit) @7703   20 years jrm21 1) use the email's message ID instead of document hash for Identifier. …
(edit) @7702   20 years jrm21 handle metadata values that start with a "-", instead of screwing up …
(edit) @7701   20 years jrm21 allow utf-8 as an alias for utf8
(edit) @7693   20 years mdewsnip Improvements to the new code so that it works on Windows as well as Unix.
(edit) @7692   20 years mdewsnip Fixed up the parsing of quoted strings so strings like "Hello " (with …
(edit) @7688   20 years mdewsnip Fixed a small bug in the code I just added.
(edit) @7686   20 years mdewsnip First cut at upgrading the CDS/ISIS plugin to obtain and index …
(edit) @7685   20 years jrm21 make sure warning/error messages go to $outhandle.
(edit) @7684   20 years jrm21 added comment for mysql
(edit) @7683   20 years jrm21 better code for reading in the config file, so not just unix-specific.
(edit) @7682   20 years mdewsnip Added strings for the new RecPlug and ISISPlug options to support …
(edit) @7681   20 years jrm21 more portable way of reading config file
(edit) @7672   20 years kjdon now use wget 1.9 instead of 1.5.3
(edit) @7671   20 years kjdon new version (1.9) of wget
(edit) @7668   20 years jrm21 renamed "kea" to "Keyphrase" metadata, and add one for each extracted …
Note: See TracRevisionLog for help on using the revision log.