source: gsdl/trunk/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15887   16 years mdewsnip Added "use strict" to the few files that were missing it, and fixing …
(edit) @15881   16 years kjdon auxiliary plugins now pass an extra argument to the PrintInfo
(edit) @15880   16 years kjdon made this inherit from BasePlugin instead of AbstractPlugin - cos it …
(edit) @15877   16 years ak19 Minor edits to subroutine calls
(edit) @15872   16 years kjdon plugin overhaul: plugins renamed to xxPlugin, and in some cases the …
(edit) @15871   16 years kjdon plugin overhaul: Split plug renamed to SplitTextFile, XMLPlug renamed …
(edit) @15870   16 years kjdon plugin overhaul: ArchivesInf and Directory plugins are not true …
(edit) @15869   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15868   16 years kjdon plugin overhaul: BasPlug has been split into several base plugins: …
(edit) @15867   16 years kjdon plugin overhaul: automatic metadata extraction moved out of BasPlug
(edit) @15866   16 years kjdon plugin overhaul: Image conversion stuff moved to this helper plugin, …
(edit) @15865   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15864   16 years kjdon renaming plugins in preparation for my plugin overhaul
(edit) @15845   16 years ak19 Corrected error I made in regex expression used to call …
(edit) @15843   16 years ak19 The file URL added to doc.xml as Image and Source metadata is first …
(edit) @15841   16 years ak19 Filename metadata is turned into utf8 and then added to the document …
(edit) @15838   16 years ak19 Updated the regular expression on img src link to make sure that …
(edit) @15611   16 years ak19 Added a comment to a regex to explain what it does
(edit) @15607   16 years ak19 Dr Bainbridge corrected call to encodings::encodings (previously …
(edit) @15446   16 years davidb Fixed incorrect variable name. ::encoding needed as 's' at the end.
(edit) @15212   16 years kjdon for the greenstone archive collection, we are now using monthly …
(edit) @15182   16 years kjdon removed an unnecessary comment
(edit) @15179   16 years kjdon needed to add extra_metadata() call in close_document so that can get …
(edit) @15178   16 years kjdon needed to add extra_metadata() call in xml_end_tag so that can get …
(edit) @15177   16 years ak19 On Linux, image file sizes can be given in the form 3.4e+02kb (3.4 x 1 …
(edit) @15176   16 years ak19 1. No longer does GLI add anchor tags around img tags (images embedded …
(edit) @15167   16 years ak19 Modified tmp_area_convert_file routine to use pass new argument …
(edit) @15166   16 years ak19 Modified tmp_area_convert_file routine to use pass new argument …
(edit) @15151   16 years ak19 Commented out regular expressions that remove periods, hyphens and …
(edit) @15150   16 years ak19 Now replaces a source textfile with its html by converting it to the …
(edit) @15119   16 years ak19 added srcreplaceable option and the subroutine tmp_area_convert_file …
(edit) @15116   16 years ak19 1. Doesn't presume that GSDLCOLLECT env var is set. 2. Sub …
(edit) @15115   16 years ak19 Added SourceReplaceable in output for plugin xml. srcreplaceable is a …
(edit) @15114   16 years ak19 Added srcreplaceable option to work with new script …
(edit) @15030   16 years kjdon added a missing > sign to the plugin description
(edit) @15018   16 years davidb Marc mapping upgraded to support richer set of operations, including …
(edit) @15006   16 years davidb More careful handling of the file encoding used in a filename read in …
(edit) @15005   16 years davidb In response to developing a custom plugin that stores metadata similar …
(edit) @15004   16 years davidb In response to developing a custom plugin that stores metadata similar …
(edit) @14996   16 years shaoqun add an option to disable the image links trap
(edit) @14964   16 years davidb Minor tweak to MARCPlug so the plugin does not try to convert utf8 …
(edit) @14963   16 years davidb Further massaging of text and metadata values to avoid special …
(edit) @14962   16 years davidb local variable $top_section to tidy up setting metadata code
(edit) @14961   16 years davidb Setting filename metadata (Source) in BasPlug.pm looks to user its …
(edit) @14960   16 years davidb Conflict between new $self->convert method and controlling whether or …
(edit) @14955   16 years mdewsnip Fixed MetadataXMLPlug.pm so empty values in metadata.xml files aren't …
(edit) @14954   16 years mdewsnip New "-cached_generated_images" option for caching images in the …
(edit) @14953   16 years mdewsnip Changed convert() function to take a target file type instead of a …
(edit) @14952   16 years mdewsnip Tidied up the code for cleaning up the temporary files, in preparation …
(edit) @14951   16 years mdewsnip All calls to convert now go through one "convert()" function, in …
(edit) @14950   16 years mdewsnip Renamed run_convert() to generate_images() in preparation for adding …
(edit) @14949   16 years davidb Tweak to parsing of OAI metadata to XML tags within a metadata field …
(edit) @14940   16 years dmn updates for qualified DC
(edit) @14928   16 years davidb ConvertToPlug upgraded to be the same as BasPlug in regard to calling …
(edit) @14913   16 years qq6 updated by Veronica
(edit) @14705   17 years anna Use filename derived title as ex.Title when ex.Title is empty.
(edit) @14687   17 years anna BasPlug.process_exp option should be regexp type.
(edit) @14665   17 years anna Undoing commit of r14657.
(edit) @14664   17 years anna Undoing commit of r14657.
(edit) @14663   17 years anna Undoing commit of r14657.
(edit) @14662   17 years anna Undoing commit of r14657.
(edit) @14661   17 years anna Undoing commit of r14657.
(edit) @14657   17 years anna Updated Perl Module in Marathi. Many thanks to Shubhada Nagarkar.
(edit) @14554   17 years shaoqun correct a mistake made in the previous commit
(edit) @14553   17 years shaoqun fixed wellformed tags;don't do converting character entities to their …
(edit) @14496   17 years anna Trimmed contents before column-content div and fixed the css modifications.
(edit) @14337   17 years anna Fixed a bug in extracting search box.
(edit) @14251   17 years anna updated version, added comments
(edit) @14233   17 years xiao in sub extract_metadata, when reading the value of the argument …
(edit) @14180   17 years mdewsnip Now ignores .svn directories as well as CVS directories.
(edit) @14176   17 years qq6 modified by Shaoqun
(edit) @14174   17 years qq6 add NoText metadata which can be used to suppress the dummy tex
(copy) @14119   17 years oranfry repository restructuring
copied from trunk/gsdl/perllib/plugins
(edit) @14117   17 years xiao add a metadata NoText which can be used to suppress the dummy text …
Note: See TracRevisionLog for help on using the revision log.