source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @8402   20 years kjdon fixed up the header page stuff with pagedimgplug - docs always have a …
(edit) @8366   20 years kjdon added script to the list of tags to process as relative links, and js …
(edit) @8365   20 years kjdon put doule quotes around values of <a href=xxx> and <img src=xxx>
(edit) @8363   20 years kjdon renamed build option 'allclassifications' to …
(edit) @8362   20 years kjdon added a new option to the phind classifier: min_occurs. this is the …
(edit) @8361   20 years kjdon renamed build option 'allclassifications' to …
(edit) @8350   20 years kjdon assign the fall back title after processing any other metadata, so …
(edit) @8315   20 years mdewsnip Was adding Source metadata twice.
(edit) @8278   20 years jrm21 sanity check for a valid date before trying to add it as metadata, …
(edit) @8275   20 years cs025 Avoids problems with 'oai' being visible better than the previous version.
(edit) @8252   20 years kjdon changed the pagedimgplug -noheaderpage to -headerpage
(edit) @8246   20 years kjdon changed the default to have noheaderpage, so the option is now …
(edit) @8245   20 years kjdon a few fixes for problems found on Ians laptop
(edit) @8227   20 years jrm21 all perl things should "use strict;" to catch errors! $cursection was …
(edit) @8226   20 years jrm21 tell HTMLPlug to extract the author metadata, and rename it to Creator.
(edit) @8225   20 years jrm21 support tag<tagname> as described in the pluginfo for HTMLPlug. The …
(edit) @8221   20 years cs025 Added AllList to provide a universal list of all documents, which …
(edit) @8220   20 years cs025 Extensions to underpin OAI - e.g. creation of the OAI classifier, …
(edit) @8218   20 years jrm21 use the unicode::ensure_utf8() function on the extracted text so we …
(edit) @8217   20 years jrm21 added a safety check to ensure_utf8()
(edit) @8171   20 years mdewsnip FileFormat metadata for PostScript files should now be set correctly.
(edit) @8170   20 years mdewsnip Fixed some of the new FileFormat metadata so you only get one value …
(edit) @8166   20 years mdewsnip Added FileSize metadata in most plugins.
(edit) @8154   20 years kjdon added a bit more to teh sortmeta description
(edit) @8145   20 years mdewsnip Check for ImageMagick being installed and on the path, and bail early …
(edit) @8139   20 years mdewsnip Now adds NumPages metadata.
(edit) @8138   20 years mdewsnip Added FileFormat metadata.
(edit) @8121   20 years chi Add the "FileFormat" metadata to each of the Plugins.
(edit) @8119   20 years jrm21 allow multiple callbacks, one for each metadata field (using the …
(edit) @8117   20 years mdewsnip Fixed a bug where extra dots in filenames would cause the file …
(edit) @8102   20 years mdewsnip Unfinished, but I'm committing it now so I don't lose it.
(edit) @8098   20 years jrm21 * guess a title if no \title tag * \it tag * fractions in maths mode
(edit) @8097   20 years jrm21 added extra accent for \"i
(edit) @8094   20 years jrm21 fix errors with uninitialised variables if 'saveas' not specified. …
(edit) @8090   20 years davidb Switching RecPlug over to using XMLParser wrapper rather than …
(edit) @8087   20 years mdewsnip On Windows we use the XML::Parser stuff in bin/windows/perl/lib rather …
(edit) @8079   20 years davidb docsave.pm had been saving both GA and METS format. if-statement …
(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) @7966   20 years mdewsnip Updated my fix from yesterday, so the collections will work correctly …
(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) @7949   20 years mdewsnip Added a bit of a hack for the wv 0.7.1 bug under Windows that causes …
(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) @7929   20 years davidb doc.pm modified so filename stored under gsdlsourcefilename is local …
(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) @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) @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) @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) @7798   20 years jrm21 added a function, unicode::ensure_utf8(), that will test that the …
(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) @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) @7668   20 years jrm21 renamed "kea" to "Keyphrase" metadata, and add one for each extracted …
(edit) @7645   20 years jrm21 don't fail if we can't load the diagnostics package.
(edit) @7644   20 years jrm21 don't print "wrong encoding" message for text in english. textcat …
(edit) @7640   20 years mdewsnip Removed the reference to WebPlug, which no longer exists.
(edit) @7595   20 years mdewsnip Seem to have fixed the problem with anchors being added to images (for …
(edit) @7589   20 years kjdon some util stuff for the two unbuild scripts (though only v2 uses it at …
(edit) @7580   20 years kjdon added a new function: generate_title_from_metadata to BasClas - takes …
(edit) @7577   20 years kjdon added min range values to the numeric args
(edit) @7572   20 years mdewsnip Changed regular expression so lines entirely in UTF-8 are still read …
(edit) @7571   20 years kjdon origianl filename is now used for gsdlsourcefilename, and converted …
(edit) @7570   20 years kjdon now sets the converted filename to be used for hashing
(edit) @7569   20 years kjdon can now set gsdlconvertedfilename - gsdlsourcefilename is the original …
(edit) @7560   20 years kjdon added a (simple) description for LaTeXPlug
(edit) @7559   20 years kjdon added use BasPLug
(edit) @7557   20 years kjdon when adding metadata to teh list, use 'if @{}' instead of 'if defined …
(edit) @7556   20 years kjdon set the original filename as gsdlsourcefilename so that GLI can assign …
(edit) @7555   20 years kjdon removed ugly quotes from a printed message
(edit) @7553   20 years kjdon apparently 80 columns is too wide, use 64
(edit) @7549   20 years kjdon new/renamed/redescribed metadata options to AZCompactList
(edit) @7548   20 years kjdon renamed the onlyfirst and allmetadata options to be firstvalueonly and …
(edit) @7547   20 years kjdon the text::wrap module is not a standard one apparently, so I have made …
(edit) @7544   20 years kjdon comma separated list of metadata now uses all values of the first …
(edit) @7541   20 years jrm21 new plugin. Eventually I'll get bibtex to inherit from latexplug …
(edit) @7533   20 years kjdon wrap the lines of the record at 80 columns
Note: See TracRevisionLog for help on using the revision log.