Changeset 31745
- Timestamp:
- 2017-06-22T18:10:17+12:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/perllib/plugins/UnknownConverterPlugin.pm.bak
r31744 r31745 42 42 # Add a check that the generated file or files generated in the output dir match the convert_to option selected 43 43 # 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. 44 47 45 48 sub BEGIN { … … 99 102 $self = bless $self, $class; 100 103 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??????? 101 105 102 106 # Convert_To set up, including secondary_plugins for processing the text or html generated
Note:
See TracChangeset
for help on using the changeset viewer.