Changeset 31745


Ignore:
Timestamp:
2017-06-22T18:10:17+12:00 (7 years ago)
Author:
ak19
Message:

Another change that's needed, this time to add the plugin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak

    r31744 r31745  
    4242# Add a check that the generated file or files generated in the output dir match the convert_to option selected
    4343# before trying to process them
     44# Add option that says where output comes from: stdout of the process, file that gets generated, folder.
     45# At present, a file or folder of files is assumed.
     46# Need to look in there for files with extension process_ext.
    4447
    4548sub BEGIN {
     
    99102    $self = bless $self, $class;
    100103
     104$self->{'convert_to'} = "text"; # why do I have to set a value for convert_to here, when a default's already set at start of this file???????
    101105
    102106    # Convert_To set up, including secondary_plugins for processing the text or html generated
Note: See TracChangeset for help on using the changeset viewer.