Ignore:
Timestamp:
2008-08-28T13:24:28+12:00 (16 years ago)
Author:
kjdon
Message:

added a few new plugin strings

File:
1 edited

Legend:

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

    r17029 r17056  
    741741BasePlugin.filename_encoding.auto_lf:Uses language analysis then filesystem encoding to detect the filename encoding.
    742742
     743BasePlugin.no_blocking:Don't do any file blocking. Any associated files (e.g. images in a web page) will be added to the collection as documents in their own right.
     744
    743745BasePlugin.no_cover_image:Do not look for a prefix.jpg file (where prefix is the same prefix as the file being processed) and associate it as a cover image.
     746
     747BasePlugin.OIDtype.auto:Use OIDtype set in import.pl
    744748
    745749BasePlugin.process_exp:A perl regular expression to match against filenames. Matching filenames will be processed by this plugin. For example, using '(?i).html?\$' matches all documents ending in .htm or .html (case-insensitive).
     
    822826
    823827EmailPlugin.headers:Store email headers as "Headers" metadata.
     828
     829EmailPlugin.OIDtype.message_id:Use the message identifier as the document OID. If no message identifier is found, then will use a hash OID.
    824830
    825831EmailPlugin.split_exp:A perl regular expression used to split files containing many messages into individual documents.
Note: See TracChangeset for help on using the changeset viewer.