source: trunk/gsdl/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @10395   19 years mdewsnip A plugin for RealMedia files. By Xin Gao for the 517 Digital Libraries …
(edit) @10356   19 years chi tidy up the code.
(edit) @10355   19 years chi Remove heading_title options to StructuredHTMLPlug.
(edit) @10354   19 years chi Add an argument "title_sub" here in PagedImgPlug
(edit) @10353   19 years chi Modification for allowing PDF document being converted to various …
(edit) @10352   19 years chi Change the pagedimg_png,jpg,gif (hyphen to underscore) setting in …
(edit) @10347   19 years kjdon removed the unneeded 'use parsargv'
(edit) @10344   19 years kjdon if there was no Title, add PageNum as a Title
(edit) @10329   19 years mdewsnip Changed the default_language string to be of type "string", since …
(edit) @10313   19 years mdewsnip Fixed undefined doc_oid variable problem.
(edit) @10305   19 years davidb newly introduced is_incremental() used to help determine if file needs …
(edit) @10280   19 years chi Some major changes to allow secondary plugin setting.
(edit) @10279   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10278   19 years chi A major modification to allow a secondary-plugin setting. With this …
(edit) @10277   19 years chi tidy up the filename in add_file().
(edit) @10276   19 years chi Add a read_into_doc_obj() for enabling secondary_pluging function. …
(edit) @10275   19 years chi A modification to allow a secondary plugin setting through ConvertToPlug
(edit) @10274   19 years chi A modification to allow a secondary plug setting through ConvertToPlug.
(edit) @10273   19 years chi A modification to allow a secondary-plugin setting through ConvertToPlug.
(edit) @10272   19 years chi A modification to allow a secondary-plugin setting.
(edit) @10271   19 years chi A new program to demonstrate HTML document (converted from other …
(edit) @10270   19 years chi The modification to allow the secondary-plugin setting.
(edit) @10254   19 years kjdon added 'use strict' to all plugins, and made modifications (mostly …
(edit) @10229   19 years kjdon fixed up some stuff for printing args (pluginfo.pl, classinfo.pl)
(edit) @10218   19 years kjdon Jeffrey's new parsing modifications, committed approx 6 July, 15.16
(edit) @10170   19 years kjdon made our, added two parse methods - if you want to do xml parsing …
(edit) @10168   19 years kjdon modified this to use a new xml format. it should work as before on the …
(edit) @10156   19 years davidb Extra functionality introduced to support incremental building.
(edit) @10155   19 years davidb deinit subroutine added that balances out init routine. 'init' called …
(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 …
Note: See TracRevisionLog for help on using the revision log.