source: trunk/gsdl/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10153   19 years kjdon modified the example format statement
(edit) @10121   19 years mdewsnip Added the "sectionalise_using_h_tags" option to HTMLPlug, which …
(edit) @10111   19 years davidb Access to scalar(@$url_array) better protected with 'defined' to …
(edit) @9998   19 years mdewsnip Changed this to work on Windows now that multiread sets binmode, and …
(edit) @9971   19 years jrm21 text_from_part now takes an optional parameter with the part's …
(edit) @9963   19 years davidb values stored for $places_filename adjusted to be free of hard-wiring …
(edit) @9962   19 years davidb MP3Plug updated to make use of newer version of MP3 applet player.
(edit) @9961   19 years davidb Minor refinement made to print statements (warnings) generated by BasPlug.
(edit) @9960   19 years davidb Minor refinement made to print statments the show how the plugin code …
(edit) @9959   19 years davidb Record text now scanned and any URLS turned into HTML hyperlinks.
(edit) @9958   19 years davidb Upgrading of OAIPlug to be based on XMLPlug. OAIPlug was originally …
(edit) @9957   19 years davidb Introduction of XSLT support to XML based plugins. This is done …
(edit) @9893   19 years mdewsnip A plugin for processing Internet Explorer Favourites files, by Stephen …
(edit) @9853   19 years kjdon fixed up maxdocs - now pass an extra parameter to the read function
(edit) @9823   19 years jrm21 fix bug where we forgot to call a method with $self->
(edit) @9747   19 years davidb Encountered new circumstance -- table -- for HTML tags that reference …
(edit) @9738   19 years kjdon fixed a typo
(edit) @9706   19 years mdewsnip Forgot to escape escape for dot when using -process_extension.
(edit) @9703   19 years mdewsnip Improvement to previous change so "file not processed" messages are …
(edit) @9702   19 years mdewsnip Wasn't passing the $gli argument into plugin::read.
(edit) @9694   19 years kjdon when an element had no qualifier it was still getting the symbol …
(edit) @9586   19 years mdewsnip Added a ProcessingError message so the GLI knows when a file failed to …
(edit) @9585   19 years mdewsnip Now provides a message through to the GLI on why files are not …
(edit) @9584   19 years mdewsnip Plugins that return -1 from their read function now must output the …
(edit) @9582   19 years jrm21 couple of fixes: " and others" in the author field => 'et. al.' …
(edit) @9574   19 years mdewsnip Added a couple of checks for Windows 95/98 to a) prevent pluginfo.pl …
(edit) @9494   19 years mdewsnip A couple more fixes for the metadata_read stuff.
(edit) @9493   19 years mdewsnip Fixed some problems with SplitPlug and MARCPlug caused by the …
(edit) @9468   19 years kjdon added a gli processing message
(edit) @9467   19 years kjdon last commit had PDFPlug instead of PSPlug in the pront statement
(edit) @9466   19 years kjdon added to list of args for read
(edit) @9465   19 years kjdon ConvertToPlug now accepts the gli arg in read() and passes it in …
(edit) @9462   19 years mdewsnip Added "use bytes" in all XML::Parser Char functions. This is to …
(edit) @9427   19 years mdewsnip Added the "-process_extension" option: a simpler alternative to …
(edit) @9421   19 years mdewsnip Was adding "Source" metadata twice.
(edit) @9420   19 years mdewsnip Now adds a complete path for gsdlsourcefilename instead of just the …
(edit) @9413   19 years jrm21 if we are trying to automatically determine the encoding, look for a …
(edit) @9403   19 years jrm21 need to 'bless' an object before you can call functions in it (for …
(edit) @9398   19 years davidb Introduction of GISBasPlug for Geographic Informatoin System support. …
(edit) @9376   19 years davidb Fault in "combining" saved_metadata and metadata.xml when …
(edit) @9361   19 years davidb Tidied up code, removed commented out lines etc.
(edit) @9360   19 years davidb A new (abstract) plugin module that lexically scopes useful functions …
(edit) @9357   19 years davidb SplitPlug enhanced to support the two pass: metadata_read, read …
(edit) @9353   19 years davidb Combination of metadata passed on through the 'saved_metadata' …
(edit) @9352   19 years davidb Processing lines for OAIPlug were not appearing in GLI (librarian …
(edit) @9351   19 years davidb Two changes: 1. Fusing files with the same root filename is meant …
(edit) @9229   19 years davidb Added default_process_exp to ZIPPlug, so GLI can "see" that it likes …
(edit) @9228   19 years davidb Changed setting URL metadata back to always being done (regardless of …
(edit) @9169   19 years davidb HTMLPlug was always setting URL metadata. This only makes sense if …
(edit) @9168   19 years davidb Fixed typo in argument list: was 'first_inoder_ext' when it should …
(edit) @9167   19 years davidb 'process_exp' added to list of arguments MP3Plug uses. This is the …
(edit) @9145   19 years davidb Removal of some debugging print statements, plus rewording of comment.
(edit) @9144   19 years davidb "Source" metadata now set to be consistent with other plugins.
(edit) @9143   19 years davidb Added handling of <embed> tag in a similar fashion to <img> Also, …
(edit) @9125   19 years mdewsnip Added a substr function to unicode.pm that should work correctly on …
(edit) @9122   19 years mdewsnip Grrr... why doesn't anyone think about Windows when writing code?
(edit) @9120   19 years kjdon BibTex plug can do exploding - set 'explodes' to yes in xml description
(edit) @9118   19 years kjdon MARC plug can do exploding - set 'explodes' to yes in xml description
(edit) @9067   19 years kjdon moved smart blocking stuff in htmlplug metadata_read into basplug …
(edit) @9057   19 years kjdon tidied up previous commit
(edit) @9056   19 years kjdon added an option to not strip html tags from metadata in description …
(edit) @9053   19 years kjdon changed the description tags metadata handling again. now uses an …
(edit) @9046   19 years kjdon added an empty block exp so that we don't block images - any cases …
(edit) @9044   19 years kjdon changed some of the comments
(edit) @9043   19 years kjdon new plugin for processing the .nul files produced by exploding …
(edit) @8915   19 years chi Add an option-smart_block_BN for BN Portugal Collection.
(edit) @8914   19 years chi Add a smart_block option to deal with associated files of HTML document.
(edit) @8913   19 years chi program layout change
(edit) @8909   19 years davidb PageImgPlug updated so read function follows more consistently the …
(edit) @8908   19 years davidb BasPlug now sets a piece of metadata [hascover] if document has a …
(edit) @8904   19 years jrm21 need to do qp decoding before doing text_into_html so we don't keep …
(edit) @8902   19 years jrm21 slightly better way of recognising gb charset names (mapped to 'gb')
(edit) @8893   19 years davidb Additional check added to plugins read function to remain compatible …
(edit) @8892   19 years davidb Addition of new minus option to BasPlug: -associate_ext. This new …
(edit) @8891   19 years davidb Revision of argument types to a few plugin options to better reflect …
(edit) @8843   19 years jrm21 fix problem for -metadata_fields if tag1<Tag2> given for mapping to a …
(edit) @8818   19 years mdewsnip Title tags over multiple lines will now be removed correctly before …
(edit) @8814   19 years mdewsnip Updated files for Kea 3.0, thanks to Olena.
(edit) @8795   19 years kjdon if use_sections is on, now we are a bit more relaxed about what the …
(edit) @8794   19 years jrm21 remove trailing \n from meta tags (bug reported by Tim Finney, 13 Dec 2004)
(edit) @8789   19 years mdewsnip Better documentation of the extract keyphrases (Kea) code, thanks to Olena.
(edit) @8767   19 years jrm21 add 'use utf8' so hopefully substr() is smart enough to cut between …
(edit) @8764   19 years chi Modifications of the use of BasPlug
(edit) @8762   19 years mdewsnip The files this plugin processes can be exploded by the …
(edit) @8761   19 years mdewsnip XML plugin descriptions now include an <Explodes> tag that records …
(edit) @8749   19 years mdewsnip Now escapes '<' and '>' characters in metadata values correctly.
(edit) @8740   19 years chi Modifications for validated METS format.
(edit) @8739   19 years chi A new plugin - BNContentePlug to deal with Portugal BN collections.
(edit) @8737   19 years davidb Extension to RecPlug so metadata that goes with a file that is in a …
(edit) @8716   19 years kjdon added some changes made by Emanuel Dejanu (Simple Words)
(edit) @8684   19 years mdewsnip Ooops... the OAIPlug has never worked properly on Windows! Regular …
(edit) @8678   19 years kjdon cover images are now turned on by default, and the option is changed …
(edit) @8668   19 years kjdon when processing description tags, it used to use …
(edit) @8646   19 years mdewsnip Made ISISPlug.pm a bit more robust to crap files.
(edit) @8563   20 years mdewsnip Ripped all the obtaining referenced documents and exploding database …
(edit) @8519   20 years mdewsnip Fixed the extra Title metadata problem with David's help.
(edit) @8514   20 years chi Modify the namespace in METS file as "gsdl3"
(edit) @8513   20 years chi Add a method metadata_read in order to go straight to BasPlug and …
(edit) @8512   20 years chi Add a new metadata_read method in the first pass in order to identify …
(edit) @8511   20 years chi A new plugin to import the collections in DSpace format to GS2.
Note: See TracRevisionLog for help on using the revision log.