source: trunk/gsdl/perllib

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @9429   19 years mdewsnip Renamed UnknownPlug.file_type to UnknownPlug.file_format.
(edit) @9428   19 years mdewsnip Added string for new UnknownPlug "-process_extension" option.
(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) @9414   19 years jrm21 oops, removed a testing/debugging statement
(edit) @9413   19 years jrm21 if we are trying to automatically determine the encoding, look for a …
(edit) @9411   19 years jrm21 updated comment at top to reflect changed functionality
(edit) @9410   19 years jrm21 do unicode endian detection if the encoding is 'unicode', rather than …
(edit) @9409   19 years jrm21 use unlink() instead of rm
(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) @9397   19 years davidb Addition of GISBasPlug.* descriptions for pluginfo.
(edit) @9396   19 years davidb Added text message to describe new "on-the-side" GISBasPlug
(edit) @9395   19 years davidb Text message for new MetadataPass plugin.
(edit) @9390   19 years mdewsnip Added translations, many thanks to Olena Medelyan.
(edit) @9389   19 years mdewsnip Added translations, many thanks to Jesus Tramullas.
(edit) @9376   19 years davidb Fault in "combining" saved_metadata and metadata.xml when …
(edit) @9363   19 years jrm21 put Language.name in utf-8 instead of iso-8859-1
(edit) @9362   19 years mdewsnip Added a check to prevent errors when three conditions are met: a) no …
(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) @9322   19 years davidb Typo detected in code: mistakenly sets childtype of Vlist not VList. …
(edit) @9241   19 years davidb Incorrect parsing of gsdlassocfile in METS code. Can have a directory …
(edit) @9239   19 years mdewsnip Changed "unshift" to "push", so an existing XML::Parser on the system …
(edit) @9232   19 years davidb Text for DSpacePlug related option. Modification to text for generic …
(edit) @9231   19 years davidb Revision to associated files for handling METS saveas case.
(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) @9214   19 years kjdon now set a gdbm_level in buildproc, so can tell whether to number …
(edit) @9206   19 years davidb Reworking of AutoHierarchy and Hierarchy so they are merged as one …
(edit) @9204   19 years davidb Fixed typo (@ should have been $) in access to perl array.
(edit) @9197   19 years kjdon a few changes to make it work on windows
(edit) @9186   19 years kjdon changed the doc id numbers if no sections to be doc numbers not …
(edit) @9179   19 years kjdon added a text pass to store the documents - we want all the html in it …
(edit) @9178   19 years kjdon tried to tidy up the paragraph tagging stuff, but its still not …
(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) @9163   19 years mdewsnip Removed old version of Kea (new version is in packages/kea).
(edit) @9157   19 years kjdon changed the my declarations of the global variables to our - so lucene …
(edit) @9156   19 years kjdon ISISPlug doc field/suffix/prefix options moved to be exploding options
(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) @9142   19 years davidb Revision to Collaging so only documents with associated files that …
(edit) @9133   19 years mdewsnip Added the "-hlist_at_top" option from Hierarchy.
(edit) @9130   19 years mdewsnip Allowed the use of "|" characters as well as "\" for separating …
(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) @9082   19 years mdewsnip Whole lot of changes, mostly changing "local" to "my".
(edit) @9067   19 years kjdon moved smart blocking stuff in htmlplug metadata_read into basplug …
(edit) @9065   19 years kjdon moved the removeprefix and removesuffix descriptions to BasClas, and …
(edit) @9064   19 years kjdon moved the removeprefix and removesuffix descriptions to BasClas
(edit) @9063   19 years kjdon initialised in reclassify to get rid of warnings
(edit) @9059   19 years kjdon added strings for new HTMLPlug.no_strip_metadata_html and NULPlug.desc …
(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) @9042   19 years kjdon added in first draft exploding strings
(edit) @9038   19 years kjdon when doing hash ids, don't hash on the file if it has zero size
(edit) @8989   19 years mdewsnip Updated from first set of translations for the UNESCO 2005 CD-ROM.
(edit) @8988   19 years mdewsnip Fixed a couple of spelling mistakes.
(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) @8906   19 years chi Modifications of dublin_core element value into the DSpace's format. …
(edit) @8904   19 years jrm21 need to do qp decoding before doing text_into_html so we don't keep …
(edit) @8903   19 years jrm21 fix typo in ensure_utf8 function for asian characters
(edit) @8902   19 years jrm21 slightly better way of recognising gb charset names (mapped to 'gb')
(edit) @8895   19 years chi Modification of the validated METS format in the docmets.xml.
(edit) @8894   19 years chi Modification of the validated METS format in the docmets.xml
(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) @8890   19 years davidb Reading of config files has support for environment variables, however …
(edit) @8889   19 years davidb Small modification of image URL manipulation remain consistent with …
(edit) @8886   19 years mdewsnip Bug fix in html2txt function, thanks to Emanuel Dejanu.
(edit) @8885   19 years mdewsnip Ooops... fixed up a mismatch between the name of an option and how it …
(edit) @8866   19 years kjdon if the list is split into only one bucket, then suppress the HList
(edit) @8854   19 years kjdon we now format the metadata used for sorting the import docs, can also …
(edit) @8852   19 years kjdon shifted format_metadata_for_sorting from BasCLas to sorttools, so …
(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) @8797   19 years kjdon added new oidtypes 'assigned' (from stephen de gabrielle) and fixed up …
(edit) @8796   19 years kjdon added new oidtypes 'assigned' (from stephen de gabrielle) and …
(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)
Note: See TracRevisionLog for help on using the revision log.