source: trunk/gsdl/perllib/plugins/ConvertToPlug.pm

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11090   18 years kjdon made all plugins that implement read() call read_block to check …
(edit) @11008   18 years mdewsnip Added an option to run the "fribidi" Unicode Bidirectional Algorithm …
(edit) @10994   18 years kjdon commented out a line which was incrementing self->num_not_processed. …
(edit) @10890   18 years kjdon changed convetr_to default to auto (was html), got rid of findType …
(edit) @10609   19 years kjdon if convert doesn't work, should return -1 (tried and failed) not 0 …
(edit) @10592   19 years kjdon in read, call title_fallback to make sure that we have a title - pdf …
(edit) @10582   19 years kjdon added in cover image handling into read()
(edit) @10537   19 years chi Set up the auto conversion type of PSPlug to text.
(edit) @10504   19 years kjdon fixed a bug with -convert_to auto handling
(edit) @10503   19 years kjdon added some handling of auto convert to type when windows scripting is on
(edit) @10463   19 years mdewsnip Removing the collection "tmp" directory is now only done when …
(edit) @10453   19 years kjdon fixed up some mistakes from previous merging of davids new code and …
(edit) @10450   19 years kjdon changed from a dos file to unix file (no hat Ms)
(edit) @10430   19 years chi Allow to remove the soft_link.
(edit) @10423   19 years chi Modify the structure of pushing argument and option lists to secondary …
(edit) @10406   19 years chi If the -windows_scripting is on in WordPlug, the secondary plugin will …
(edit) @10352   19 years chi Change the pagedimg_png,jpg,gif (hyphen to underscore) setting in …
(edit) @10278   19 years chi A major modification to allow a secondary-plugin setting. With this …
(edit) @10254   19 years kjdon added 'use strict' to all plugins, and made modifications (mostly …
(edit) @10218   19 years kjdon Jeffrey's new parsing modifications, committed approx 6 July, 15.16
(edit) @9853   19 years kjdon fixed up maxdocs - now pass an extra parameter to the read function
(edit) @9584   19 years mdewsnip Plugins that return -1 from their read function now must output the …
(edit) @9465   19 years kjdon ConvertToPlug now accepts the gli arg in read() and passes it in …
(edit) @9067   19 years kjdon moved smart blocking stuff in htmlplug metadata_read into basplug …
(edit) @9046   19 years kjdon added an empty block exp so that we don't block images - any cases …
(edit) @8893   19 years davidb Additional check added to plugins read function to remain compatible …
(edit) @8513   19 years chi Add a method metadata_read in order to go straight to BasPlug and …
(edit) @8171   20 years mdewsnip FileFormat metadata for PostScript files should now be set correctly.
(edit) @8170   20 years mdewsnip Fixed some of the new FileFormat metadata so you only get one value …
(edit) @8166   20 years mdewsnip Added FileSize metadata in most plugins.
(edit) @8121   20 years chi Add the "FileFormat" metadata to each of the Plugins.
(edit) @7570   20 years kjdon now sets the converted filename to be used for hashing
(edit) @7556   20 years kjdon set the original filename as gsdlsourcefilename so that GLI can assign …
(edit) @7508   20 years kjdon changed the plugin metadata - instead of having eg HTMLPlug metadata …
(edit) @7362   20 years kjdon plugin read functions now return 'undef' - didn't recognise, '-1' - …
(edit) @7353   20 years kjdon removed all the old print_usage functions - they may be misleading as …
(edit) @7243   20 years kjdon David said these were abstract plugins so set abstract to yes - GLI …
(edit) @6408   20 years jmt12 Added two new attributes for script arguments. HiddenGLI controls …
(edit) @5919   20 years kjdon each plugin now adds a metadata field to teh doc obj based on the …
(edit) @5680   21 years mdewsnip Moved plugin descriptions into the resource bundle …
(edit) @4873   21 years mdewsnip Further work on standardising option descriptions. Specifically, in …
(edit) @4842   21 years mdewsnip Added check when creating a ConvertToPlug object so that 'pluginfo.pl …
(edit) @4745   21 years mdewsnip Uncommented a line which shouldn't have been committed commented.
(edit) @4744   21 years mdewsnip Tidied up and structures (representing the options of the plugin) in …
(edit) @3720   21 years sjboddie Added options to PDFPlug to take advantage of the improvements in …
(edit) @3540   21 years kjdon added John T's changes into CVS - added info to enable retrieval of …
(edit) @3350   22 years sjboddie Added -use_strings option to ConvertToPlug. The default behaviour for …
(edit) @3248   22 years jrm21 If we convert to HTML, we post-process to change named entities (eg …
(edit) @3038   22 years jrm21 Put \" \" around href for srclink, in case the collection name has …
(edit) @2980   22 years jrm21 Added converted_to, which tells us what format the last input file we …
(edit) @2816   22 years sjboddie Added cover_image option to BasPlug for associating a jpeg image as a …
(edit) @2811   23 years sjboddie * empty log message *
(edit) @2799   23 years sjboddie Fixed a bug where Word documents containing non-ascii characters …
(edit) @2796   23 years sjboddie * empty log message *
(edit) @2785   23 years sjboddie The build process now creates a summary of how many files were …
(edit) @2755   23 years jrm21 import.pl now takes an option for saving file conversion failures to a …
(edit) @2751   23 years sjboddie Had a go at enriching the default document structure. Added …
(edit) @2735   23 years sjboddie Fixed up bugs I introduced with recent change to BasPlug
(edit) @2515   23 years sjboddie Fixed a couple of bugs/inconsistencies in word and pdf plugins that …
(edit) @2432   23 years say1 switched the order of removing the symbolic link and checking for …
(edit) @2327   23 years sjboddie * empty log message *
(edit) @2241   23 years sjboddie Tidied up the ConvertToPlug stuff to get it working on Windows 95/98
(edit) @2086   23 years jrm21 We create a copy of any args to new() because parsargs might modify …
(edit) @2041   23 years jrm21 don't strip all whitespace from tmp filename, only from base name. …
(edit) @2036   23 years jrm21 don't use strict; anymore, as we want to be able to write error msgs …
(edit) @2029   23 years jrm21 Return 0 instead of "" on error in read() so that RecPlug can continue.
(edit) @2027   23 years jrm21 read() is now completely independent of BasPlug::read(), as the latter …
(edit) @1974   23 years cs025 Fixed omission of encoding from parameters in read_file
(edit) @1954   23 years jmt14 * empty log message *
(edit) @1929   23 years dg5 Modified: ConvertToPlug and HTMLPlug to handle files in binary mode to …
(edit) @1741   23 years sjboddie Fixed a little bug that was causing pluginfo.pl to print some dodgy …
(edit) @1705   23 years say1 fixed to handle filenames with multiple dots.
(edit) @1691   23 years jrm21 return "" instead of exit 1 on error. This means that if 1 file …
(edit) @1446   24 years paynter Major overhauls; works with the new gsConvert.pl instead of …
(edit) @1435   24 years davidb Rearrangement of ConvertTo inheritence so HTMLPlug and TextPlug do not …
(edit) @1420   24 years davidb Moved read_file and read from ConvertToBasPlug to ConvertToPlug.
(edit) @1415   24 years davidb Removed some diagnostic print statements.
(add) @1410   24 years davidb Introduction of "ConvertTo" family of plugins. This establishes a new …
Note: See TracRevisionLog for help on using the revision log.