source: gsdl/trunk/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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) @15748   16 years mdewsnip (Adding dynamic classifiers) Added new code into …
(edit) @15747   16 years mdewsnip (Adding new DB support) Added an sqlite_safe() function to escape …
(edit) @15746   16 years mdewsnip (Adding new DB support) Added stub for read_infodb_file_sqlite().
(edit) @15740   16 years mdewsnip Added "use strict".
(edit) @15739   16 years mdewsnip No longer used (probably hasn't been used for 8 years, actually!).
(edit) @15738   16 years mdewsnip Added "use strict".
(edit) @15728   16 years mdewsnip (Adding new DB support) Now writes the infodbtype field to the …
(edit) @15727   16 years mdewsnip (Adding new DB support) Added a dbutil::get_default_infodb_type() …
(edit) @15726   16 years mdewsnip Removed a couple of debug statements.
(edit) @15725   16 years mdewsnip (Adding new DB support) Added $infodb_type as first argument to all …
(edit) @15724   16 years mdewsnip (Adding new DB support) Changed new "dbtype" option to "infodbtype", …
(edit) @15723   16 years mdewsnip (Adding new DB support) Added new "dbtype" option to collect.cfg file.
(edit) @15722   16 years mdewsnip (Adding new DB support) Added sqlite versions of the three important …
(edit) @15720   16 years mdewsnip Removed a couple of references to incremental_build.pm, which has been …
(edit) @15719   16 years mdewsnip (Adding new DB support) Removed incremental_build.pm, since 1. it …
(edit) @15718   16 years mdewsnip Minor comment improvement.
(edit) @15717   16 years mdewsnip Minor change.
(edit) @15716   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15715   16 years mdewsnip Added "use strict" and fixed various problems that it found.
(edit) @15714   16 years mdewsnip (Adding new DB support) Removed the last of the GDBM-specific code …
(edit) @15713   16 years mdewsnip (Adding new DB support) Tidied up the is_little_endian() function …
(edit) @15712   16 years mdewsnip Added "use strict", and fixed up various problems it found.
(edit) @15711   16 years mdewsnip (Adding new DB support) Creating a new "open_infodb_write_handle()" …
(edit) @15710   16 years mdewsnip (Adding new DB support) Adding new get_infodb_file_path() function to …
(edit) @15709   16 years mdewsnip (Adding new DB support) Updated the output_collection_meta() functions …
(edit) @15708   16 years mdewsnip Minor code rearrange.
(edit) @15705   16 years mdewsnip Merged the one lonely function in unbuildutil into dbutil, as it is …
(edit) @15704   16 years mdewsnip (Adding new DB support) Changed a whole lot of "gdbm"s to "database"s …
(edit) @15703   16 years mdewsnip Added "use strict", and fixed a whole bunch of warnings as a consequence.
(edit) @15702   16 years mdewsnip (Adding new DB support) Tidying up output_classify_info() and changing …
(edit) @15700   16 years mdewsnip (Adding new DB support) Now outputs the "browselist" node using …
(edit) @15699   16 years mdewsnip (Adding new DB support) Moving the write_infodb_entry() functions from …
(edit) @15698   16 years mdewsnip (Adding new DB support) Moved a bit more GDBM-specific code into …
(edit) @15697   16 years mdewsnip (Adding new DB support) Fixed previous change to work with multiple …
(edit) @15696   16 years mdewsnip (Adding new DB support) Moved the GDBM-specific stuff out of infodb() …
(edit) @15695   16 years mdewsnip (Adding new DB support) Starting to tidy up the infodb() function in …
(edit) @15688   16 years mdewsnip Changed "dontgdbm" to "dontdb" internally (the collect.cfg file still …
(edit) @15687   16 years mdewsnip Removed a couple of references to gdbm.
(edit) @15685   16 years mdewsnip (Adding new DB support) Changed all the "gdbm_level"s to "db_level".
(edit) @15656   16 years ak19 Updated write_gsdl_xml_file which now uses wget to check for whether …
(edit) @15619   16 years ak19 Reads collectionConfig.xml file's collection name and description as …
(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) @15605   16 years ak19 Corrected some discrepancies so that it now works on Windows: the …
(edit) @15604   16 years ak19 Change made to two locations: Corrected last commit: composition of …
(edit) @15600   16 years ak19 Removed funny newline symbol possibly introduced by gedit
(edit) @15583   16 years ak19 In method doctxt_to_xlink, made sure that backslashes in filepaths (as …
(edit) @15582   16 years ak19 Dr Bainbridge added code to make sure that on Windows other perl …
(edit) @15446   16 years davidb Fixed incorrect variable name. ::encoding needed as 's' at the end.
(edit) @15395   16 years ak19 For FLI: Removed gsdl.xml file creation from java file Gatherer.java …
(edit) @15360   16 years ak19 Extra test for Greenstone3 added so plugout works for both versions of …
(edit) @15327   16 years kjdon added support for JDBM (or other) in place of GDBM: defaultGDBMLevel …
(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) @15165   16 years ak19 Modified soft_link method to take an extra parameter …
(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) @15140   16 years shaoqun java 1.6 doesn't allow direct drive name like c: when loading xml …
(edit) @15119   16 years ak19 added srcreplaceable option and the subroutine tmp_area_convert_file …
(edit) @15118   16 years ak19 Three new strings, under section titled replace_srcdoc_with_html.pl …
(edit) @15117   16 years ak19 Dr Bainbridge made some changes to tidy up the code (replaced 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) @15113   16 years ak19 Added Dr Bainbridge's code to trackback caller to filename_cat subroutine
(edit) @15089   16 years anna Call Chinese character segmentation when handling metadata values from …
(edit) @15088   16 years kjdon changed reg exp to use split and pop instead due to not working under …
(edit) @15073   16 years kjdon added -reversesort option to import.pl. Used with -sortmeta option, to …
(edit) @15068   16 years xiao when producing buildConfig.xml from collectionConfig.xml, add two more …
(edit) @15030   16 years kjdon added a missing > sign to the plugin description
(edit) @15019   16 years davidb mkcol.pl now takes "-group" option to signal that the the collection …
(edit) @15018   16 years davidb Marc mapping upgraded to support richer set of operations, including …
(edit) @15015   16 years davidb Adjustment to Fedora and METS plugouts so they can handle Fedora v2.x …
(edit) @15013   16 years davidb Adjustment to Fedora and METS plugouts so they can handle Fedora v2.x …
(edit) @15007   16 years davidb "debug_unicode_string" function added to help figure out uncoding …
(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) @15003   16 years davidb With the new ability to group collections within a top-level …
(edit) @14997   16 years shaoqun add a new string for HTMLPlug
(edit) @14996   16 years shaoqun add an option to disable the image links trap
(edit) @14971   16 years davidb Bit of whitespace introduced for legability
(edit) @14970   16 years davidb Changes made to generated files to support Fedora3 syntax
(edit) @14969   16 years davidb ApplyXSLT java class changed to take -m and -t options. Corresponding …
(edit) @14968   16 years davidb Supporting utilities for Greenstone to Fedora convertion scripts
(edit) @14967   16 years davidb New labels added for new options to ImagePlug
(edit) @14966   16 years davidb Code split up a bit more with whitespace
(edit) @14965   16 years davidb Minor change to printing usage information to help with new …
(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 …
Note: See TracRevisionLog for help on using the revision log.