source: trunk/gsdl/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13192   18 years kjdon moved the doctype checking code into a function. implemented …
(edit) @13189   18 years kjdon new plugin that reads metadata.xml files. Functionality moved here …
(edit) @13188   18 years kjdon RecPlug no longer handles reading metadata.xml files. It is purely …
(edit) @13178   18 years mdewsnip Added "info_only" check to prevent errors when running pluginfo.pl on …
(edit) @13174   18 years kjdon now checks for Filename field when reading through the first line. …
(edit) @13173   18 years mdewsnip Fixed problem where Unix line endings weren't being dealt with correctly.
(edit) @13157   18 years mdewsnip Now only adds * metadata values if the field is specified to have …
(edit) @13153   18 years shaoqun added code for displaying XMLMARCPlug's arguments
(edit) @13149   18 years shaoqun added a new plugin for xml marc files
(edit) @13148   18 years shaoqun added code to check whether its subclass can parse a doc type before …
(edit) @13147   18 years shaoqun added method used by XMLPlug to check whether its subclass can parse …
(edit) @12970   18 years kjdon set_keepold and self->{'keepold'} have been changed to set_incremental …
(edit) @12969   18 years kjdon only do the timestamp thing if incremental is set
(edit) @12961   18 years kjdon added a new option to ConvertToPlug: -keep_original_filename. The …
(edit) @12947   18 years kjdon added new -extract_style option to HTMLPlug. looks for style, script …
(edit) @12883   18 years mdewsnip Removed a pointless comparison.
(edit) @12844   18 years mdewsnip Incremental building and dynamic GDBM updating code, many thanks to …
(edit) @12834   18 years kjdon these convertto plugins were all setting extract_language=1 to their …
(edit) @12833   18 years kjdon we don't want textcat to be run for isis files. we assume ascii …
(edit) @12741   18 years kjdon changed the descriptions
(edit) @12715   18 years mdewsnip Now supports MST and XRF files with uppercase extensions on Linux, …
(edit) @12705   18 years mdewsnip Now escapes backslash characters in metadata values so these appear …
(edit) @12703   18 years mdewsnip Added new "*" values for each field, which contain the first subfield …
(edit) @12688   18 years kjdon make sure the output filename to use in the conversion is in utf-8, …
(edit) @12687   18 years kjdon moved 'use DBI' from the start to 'require DBI' in the read function - …
(edit) @12683   18 years kjdon check for a byte order marker and strip it
(edit) @12630   18 years mdewsnip Plugins now output a <Processes> and <Blocks> information field, so …
(edit) @12627   18 years mdewsnip Extended to allow quoted names in the first line.
(edit) @12624   18 years mdewsnip Added an extra argument to print_xml_usage for specifying whether to …
(edit) @12610   18 years mdewsnip Essentially a brand-new plugin (the old CSVPlug has been renamed to …
(edit) @12606   18 years mdewsnip Renamed CSVPlug.pm to MetadataCSVPlug.pm, as there will be a new …
(edit) @12546   18 years kjdon changed parse2::parse so that it returns -1 on error, 0 on success, or …
(edit) @12401   18 years kjdon allows as part of the gsdl metadata name in the marctodc mapping file
(edit) @12397   18 years kjdon in the read function. moved the line setting …
(edit) @12309   18 years kjdon changed to explodes=yes, put table tags around the HTMLDisplay …
(edit) @12291   18 years kjdon set explodes to yes, added a space before 'and' when concatenation authors
(edit) @12270   18 years kjdon set_OIDtype now takes two arguments, the type and the metadata (used …
(edit) @12269   18 years kjdon fixed a typo in a comment
(edit) @12169   18 years mdewsnip Tidied up that horrible long line in the new() function of every plugin.
(edit) @11995   18 years davidb Improved support for incremental addition: instead of having to run …
(edit) @11970   18 years mdewsnip Removed, as the version of the translator it was used for is long gone.
(edit) @11966   18 years mdewsnip (Profiling) Creating new textcat objects (one for each plugin) is …
(edit) @11920   18 years mdewsnip Removed the code that converts the filename into a regular expression, …
(edit) @11919   18 years mdewsnip Fixed some metadata_read code that was obviously not tested on Windows.
(edit) @11918   18 years mdewsnip Simple plugin for reading metadata from comma-separated value files.
(edit) @11893   18 years kjdon deleted some stuff to do with original Word documents - this plugin …
(edit) @11884   18 years kjdon removed tof_header option - can just specify this in the toc_header option
(edit) @11881   18 years kjdon added a test for image file in case there isn't one, in process_item
(edit) @11880   18 years kjdon added a #" to line 1100 so that emacs colouring is not stuffed up
(edit) @11851   18 years kjdon added modegli=3 to delete_toc option so that it only shows up if the …
(edit) @11849   18 years kjdon added the header etc args into StructuredHTMLPlug args otherwise it …
(edit) @11834   18 years mdewsnip Replaced all "_httpcollection_" in metadata (especially srclink) with …
(edit) @11833   18 years kjdon the test for windows scripting now tests if its true, rather than defined
(edit) @11827   18 years kjdon moved the add FileFormat metadata bit outside of the loop so that it …
(edit) @11681   18 years kjdon print_xml_usage and print_xml_header now take arguments
(edit) @11680   18 years kjdon changed how it loads secondary plugins - now uses eval. did this cos …
(edit) @11679   18 years kjdon changed Yes to yes for inherits
(edit) @11677   18 years kjdon added a few more print methods so that pluginfo will work properly
(edit) @11676   18 years kjdon added adstract tag or changed Yes to yes for inherits
(edit) @11669   18 years kjdon need to pass a parameter to print_xml_header so it knows which DTD to …
(edit) @11661   18 years kjdon changed COLLECTDIR to GSDLCOLLECTDIR cos thats what everyone else uses
(edit) @11546   18 years mdewsnip Added a comment regarding my last change.
(edit) @11545   18 years mdewsnip Added support for repeatable fields using .
(edit) @11538   18 years cvs_anon make HTMLPlug recognize the @ character in file extensions
(edit) @11527   18 years kjdon added URL properly to the list of fields
(edit) @11506   18 years kjdon fixed the bug where space outside Metadata tags was getting added into …
(edit) @11493   18 years kjdon only add [img1], [img2] to the dummy text if assoc_images is on
(edit) @11468   18 years mdewsnip Ooops... fix to code I just committed to deal with < and > characters.
(edit) @11467   18 years mdewsnip Changed my mind about the previous change. Now the nicely formatted …
(edit) @11466   18 years mdewsnip Improved the formatting of the ISISRecordHTML table slightly.
(edit) @11465   18 years mdewsnip Now adds ISISRecordHTML metadata also, as a shortcut towards a nicely …
(edit) @11430   18 years mdewsnip Fix for removing nasty carriage returns/line feeds from the end of …
(edit) @11414   18 years kjdon added URL to the list of fields
(edit) @11390   18 years mdewsnip Added process_exp arguments to these plugins so the GLI knows what …
(edit) @11389   18 years jrm21 try to get the encoding from a '<meta http-equiv' tag if HTML. make …
(edit) @11380   18 years kjdon davids fixes for a couple of warnings
(edit) @11379   18 years mdewsnip Bug fix for subfield change.
(edit) @11368   18 years kjdon For some reason smart_block was hidden for gli, so made it visible
(edit) @11353   18 years mdewsnip Added a bit of code to prevent infinite looping on bad data.
(edit) @11335   18 years mdewsnip Now sends messages to the GLI telling the user the CDS/ISIS file is …
(edit) @11334   18 years mdewsnip Errors reading the .fdt or .xrf files are now reported back to the GLI …
(edit) @11333   18 years mdewsnip Now consistently sets $self->{'gli'} in plugin::begin.
(edit) @11332   18 years mdewsnip Added a mechanism for plugins to do tidying up after exploding. …
(edit) @11329   18 years mdewsnip Made the block_exp option hidden from the GLI, as it is non-negiotable.
(edit) @11305   18 years kjdon forgot to change the mp3 icon name
(edit) @11300   18 years mdewsnip Now also removes '#' characters from field names.
(edit) @11299   18 years mdewsnip Now removes more punctuation from field names, and removes the …
(edit) @11298   18 years mdewsnip Fairly substantial changes in order to deal with …
(edit) @11295   18 years mdewsnip Hide the "split_exp" option from the GLI, since it should never need …
(edit) @11286   18 years kjdon Richards (DLC) fixes for allowing single quotes to surround href, src …
(edit) @11262   18 years mdewsnip The FDT file wasn't being read using the encoding specified, so things …
(edit) @11249   18 years kjdon added some checks that the image and text files exist before we try to …
(edit) @11193   18 years mdewsnip Changed ogg.png to iogg.gif.
(edit) @11123   18 years davidb Filename stored as URL metadata was missing from this plugin and …
(edit) @11122   18 years davidb Introduction of -associate_tail_re option to BasPlug. This is a …
(edit) @11090   18 years kjdon made all plugins that implement read() call read_block to check …
(edit) @11089   18 years kjdon removed a couple of unnecessary bits of code like repeated arguments, …
(edit) @11072   18 years mdewsnip Removed this from CVS because it is a bit too specific to be in the …
(edit) @11071   18 years mdewsnip Undid my previous change. This is going to be removed from CVS and put …
(edit) @11069   18 years mdewsnip Added an option to use Kea 4.0 -- this isn't included with Greenstone, …
Note: See TracRevisionLog for help on using the revision log.