Ignore:
Timestamp:
2005-02-23T14:33:40+13:00 (19 years ago)
Author:
kjdon
Message:

ISISPlug doc field/suffix/prefix options moved to be exploding options

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/strings.rb

    r9065 r9156  
    131131# -- explode_metadata_database.pl --
    132132explode.desc:Explode a metadata database
     133
     134explode.document_field:The metadata element specifying the file name of documents to obtain and include in the collection.
     135
     136explode.document_prefix:A prefix for the document locations (for use with the document_field option).
     137
     138explode.document_suffix:A suffix for the document locations (for use with the document_field option).
     139
    133140explode.encoding:Encoding to use when reading in the database file
    134 explode.filename_field:Field to use for filenames for the generated null files.
     141explode.filename_field:Field to use for filenames for the generated null files (if no document_field or that field is empty)
    135142explode.metadata_set:Metadata set (namespace) to export all metadata as
    136 explode.plugin: plugin to use for exploding
     143explode.plugin: Plugin to use for exploding
    137144explode.params: [options] filename
    138145# -- exportcol.pl --
     
    657664ISISPlug.entry_separator:The string used to separate multiple values for single metadata fields in CDS/ISIS database records.
    658665
    659 ISISPlug.explode_databases:Explode databases processed by this plugin into individual records with editable metadata. This is an irreversible process and the original database files will be deleted.
    660 
    661 ISISPlug.document_field:The metadata element specifying the file name of documents to obtain and include in the collection.
    662 
    663 ISISPlug.document_prefix:A prefix for the document locations (for use with the document_field option).
    664 
    665 ISISPlug.document_suffix:A suffix for the document locations (for use with the document_field option).
    666 
    667666LaTeXPlug.desc:Plugin for LaTeX documents.
    668667
Note: See TracChangeset for help on using the changeset viewer.