Ignore:
Timestamp:
2017-06-22T17:41:38+12:00 (7 years ago)
Author:
ak19
Message:

Further changes to new UnknownConverterPlugin that's still in progress. Now I can at least run pluginfo.pl on the plugin to get a description of it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/strings.properties

    r31496 r31744  
    12661266TextPlugin.title_sub:Substitution expression to modify string stored as Title. Used by, for example, PostScriptPlugin to remove "Page 1" etc from text used as the title.
    12671267
     1268UnknownConverterPlugin.desc:If you have a custom conversion tool installed that you're able to run from the command line to convert from an unsupported document format to either text or HTML, provide that command to this Plugin and it will run the command for you, capturing the output for indexing by Greenstone, making your document searchable. Use * as placeholder for input file name, but specify suffix of file to be converted (and also of any output file generated, if a file and not dir of files is generated).
     1269
     1270UnknownConverterPlugin.exec_cmd:Command line command string to execute that will do the conversion.
     1271
     1272UnknownConverterPlugin.output_file_or_dir_name: Full pathname of the output file or of the directory (of output files) that get generated by the conversion
     1273
    12681274UnknownPlugin.assoc_field:Name of the metadata field that will hold the associated file's name.
    12691275
Note: See TracChangeset for help on using the changeset viewer.