source: gsdl/trunk/perllib/plugins

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17983   15 years ak19 Wvware inserts a comment at the end of the HTML it generates which …
(edit) @17927   15 years anna add quotes around the filename so it can handle spaces in the file
(edit) @17863   15 years anna change the name tidy_html switch in HTMLPlug into use_realistic_book …
(edit) @17822   15 years kjdon need to use BasePLugin's can_process_this_file cos we want to …
(edit) @17745   15 years kjdon changed the string keys to reflect the name changes
(edit) @17744   15 years kjdon changed the string keys to reflect the name changes
(edit) @17741   15 years kjdon changed a comment
(edit) @17740   15 years kjdon renamed GAPlugin to GreenstoneXMLPlugin
(edit) @17739   15 years kjdon removed unnecessary comment
(edit) @17738   15 years kjdon AbstractPLugin has been removedd, so these now inherit from PrintInfo, …
(edit) @17737   15 years kjdon removed AbstractPlugin cos I don't like the name and couldn't think of …
(edit) @17735   15 years kjdon removed convert_post_process as ppthtml produces utf8 already (I hope)
(edit) @17729   15 years kjdon GML files are no longer used, and who knows if they would even work …
(edit) @17727   15 years kjdon W3ImagePlugin renamed to HTMLImagePlugin
(edit) @17726   15 years kjdon PSPlugin renamed to PostScriptPlugin
(edit) @17725   15 years kjdon renamed PSPlugin to PostScriptPlugin
(edit) @17723   15 years kjdon PPTPlugin renamed to PowerPointPlugin
(edit) @17722   15 years kjdon renamed PPTPlugin to PowerPointPlugin, and changed the name inside the file
(edit) @17720   15 years kjdon renamed DBPlugin to DatabasePlugin, and changed the name inside the file
(edit) @17717   15 years davidb Missing 'use multiread' -- now added
(edit) @17666   15 years max Added file extensions for JPEG2000
(edit) @17591   15 years kjdon changed a comment
(edit) @17590   15 years kjdon commit 17320 means that DirectoryPlugin now assumes that filepaths in …
(edit) @17588   15 years kjdon OAIPlugin wasn't calling set_Source_metadata
(edit) @17543   16 years mdewsnip Fixed the block_exp regular expression to move the $ symbol, so it …
(edit) @17513   16 years kjdon extrametadata keys need to be regexs, so windows paths need converting
(edit) @17483   16 years kjdon I just discovered that if image magick was not installed, you weren't …
(edit) @17480   16 years kjdon removed the pc namespace. the metadata is now extracted metadata, and …
(edit) @17479   16 years kjdon put this back to using block expression for now - on windows sets up …
(edit) @17463   16 years kjdon some mods to make this a bit more useful in response to request from …
(edit) @17330   16 years kjdon added default values for self->input_encoding and …
(edit) @17322   16 years kjdon added a -f test on filename in can_process_this_file to prevent this …
(edit) @17320   16 years kjdon found and fixed what I think is a bug - in the metadata structures for …
(edit) @17319   16 years kjdon tidied this up and removed some old code
(edit) @17313   16 years kjdon this seemed to have been forgotten in the 'removing metadata form …
(edit) @17300   16 years kjdon removed the metadata argument from metadata_read as its not used and …
(edit) @17293   16 years davidb fixed type in function call: parsefile -> parse_file
(edit) @17290   16 years kjdon previous changes to get exploding working (using metadata_read) meant …
(edit) @17289   16 years kjdon moved the actual parsing from read into parse_file so other plugins …
(edit) @17250   16 years kjdon forgot to pass the arguments to ImageConverter::begin()
(edit) @17216   16 years kjdon trying to get OAI files exploding. Have copied in some code from one …
(edit) @17213   16 years ak19 Significant changes to subroutine get_language_encoding to better work …
(edit) @17212   16 years ak19 Removed some unnecessary commented-out code
(edit) @17197   16 years kjdon previous metadata changes meant that there was no longer URL metadata …
(edit) @17196   16 years kjdon set cover_image to false as it makes no sense for images
(edit) @17127   16 years kjdon want to block body background, so added it into tabbg_matches regex …
(edit) @17126   16 years kjdon inherit and use args form ReadTextFile cos we want the file encoding stuff
(edit) @17112   16 years kjdon CJK text segmentation now done at indexing level (in buildproc), not …
(edit) @17103   16 years ak19 OAI files should be explodable, so added that back in as an option
(edit) @17099   16 years kjdon in get_language_encoding, we extract head from html files. if its not …
(edit) @17088   16 years davidb Plugin modified to only print out URL encoded filename if different to …
(edit) @17066   16 years ak19 OAIPlugin now works again: 1. needs to inherit from ReadTextFile as …
(edit) @17059   16 years ak19 The invalid MIMEtype image/jpg for generated images are now changed to …
(edit) @17054   16 years kjdon a previous change to ReadXMLFile meant that all namespaces were …
(edit) @17053   16 years kjdon made the default OIDtype auto, add message_id at end instead of start …
(edit) @17033   16 years kjdon fixed up some bugs in add_OID
(edit) @17028   16 years kjdon changed METS to GreenstoneMETS in the code
(edit) @17027   16 years kjdon METSPlugin only processes greenstone mets, so renamed it.
(edit) @17026   16 years kjdon OID generation modifications: OIDtype and OIDmetadata options now …
(edit) @16997   16 years ak19 Multilingual filehandling in subroutine extra_metadata
(edit) @16995   16 years kjdon fixed a misnamed method call
(edit) @16994   16 years kjdon add a test for invalid real media file
(edit) @16991   16 years kjdon fixed up a coupld of things to do with assoc files
(edit) @16981   16 years kjdon forgot to commit the changes to the BaseMediaConverter file after …
(edit) @16976   16 years kjdon this is a base class for converters, not an actual converter so …
(edit) @16970   16 years kjdon changed an output statement
(edit) @16961   16 years ak19 Fixed a bug introduced in last commit
(edit) @16960   16 years ak19 Fixed a bug introduced in last commit
(edit) @16958   16 years ak19 Expanded a comment
(edit) @16957   16 years ak19 Associated file names are url-encoded
(edit) @16956   16 years ak19 Associated file names are url-encoded
(edit) @16955   16 years ak19 Associated file names are url-encoded
(edit) @16954   16 years ak19 Minor edit since a subroutine has been renamed
(edit) @16953   16 years ak19 Associated file names are url-encoded
(edit) @16952   16 years ak19 Associated file names are url-encoded
(edit) @16937   16 years ak19 Correction to setting new SourceFile metadata
(edit) @16935   16 years ak19 Removed the commented out debug statements now, since I think …
(edit) @16932   16 years ak19 Fixed error I introduced in the changes committed previously
(edit) @16923   16 years ak19 1. Sets both the Source and new SourceFile metadata; 2. Calls …
(edit) @16922   16 years ak19 1. The doclink uses the new SourceFile metadata, which is the …
(edit) @16921   16 years ak19 src_link uses the new SourceFile metadata, which is the url-encoded …
(edit) @16920   16 years ak19 1. When checking whether the original_file is missing, it ensures that …
(edit) @16919   16 years ak19 set_Source_metadata modified to also set SourceFile metadata which …
(edit) @16904   16 years ak19 1. The percents in URL-encoded associated images' filenames are only …
(edit) @16901   16 years ak19 The percents in URL-encoded image filenames are only escaped with …
(edit) @16888   16 years ak19 URL encodes the name of the file(s) generated upon conversion to html, …
(edit) @16856   16 years kjdon in gli mode, print a warning about can't process images
(edit) @16854   16 years kjdon removed some forgotten debug statements
(edit) @16852   16 years kjdon no_block no longer affects blocking cover images. setting block_exp …
(edit) @16851   16 years kjdon removed a print statement I left in last commit
(edit) @16850   16 years kjdon changed a print statement to print to outhandle instead of STDERR
(edit) @16849   16 years kjdon fixed a bad error in previous commit where I had put super::init …
(edit) @16848   16 years kjdon added Thumbs.db to block list
(edit) @16847   16 years kjdon moved setting of self->basedir from BasePlugin to MediaConverter as …
(edit) @16846   16 years kjdon unhid the cache images option for gli
(edit) @16837   16 years ak19 Fixing an error introduced in the previous commit: after eval_dir_dots …
(edit) @16836   16 years ak19 1. When working out the web_url, it needs to know of any containing …
(edit) @16827   16 years davidb Edited needed to make pageImagePlugin work again after plugin restructuring
(edit) @16826   16 years davidb Base class use in modules such as ImageConverter.pm
(edit) @16825   16 years davidb Code for supporting cache merged back in with Katherine's restructured …
Note: See TracRevisionLog for help on using the revision log.