Changeset 9059


Ignore:
Timestamp:
2005-02-16T12:14:09+13:00 (19 years ago)
Author:
kjdon
Message:

added strings for new HTMLPlug.no_strip_metadata_html and NULPlug.desc and BasPlug.smart_block

File:
1 edited

Legend:

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

    r9042 r9059  
    560560BasPlug.maximum_year:The maximum historical date to be used as metadata (in a Common Era date, such as 1950).
    561561
     562BasPlug.must_be_implemented:BasPlug::read function must be implemented in sub-class for recursive plugins
     563
    562564BasPlug.no_bibliography:Do not try to block bibliographic dates when extracting historical dates.
    563565
     
    566568BasPlug.read_denied:Read permission denied for %s
    567569
    568 BasPlug.must_be_implemented:BasPlug::read function must be implemented in sub-class for recursive plugins
     570BasPlug.smart_block:Block files in a smarter way than just looking at filenames.
    569571
    570572BasPlug.stems:stems
     
    626628HTMLPlug.no_metadata:Don't attempt to extract any metadata from files.
    627629
     630HTMLPlug.no_strip_metadata_html:Comma separated list of metadata names, or 'all'. Used with -description_tags, it prevents stripping of HTML tags from the values for the specified metadata.
     631
    628632HTMLPlug.nolinks:Don't make any attempt to trap links (setting this flag may improve speed of building/importing but any relative links within documents will be broken).
    629633
     
    671675
    672676MARCPlug.metadata_mapping:Name of file that includes mapping details from MARC values to Greenstone metadata names. Defaults to 'marctodc.txt' found in the site's etc directory.
     677
     678NULPlug.desc:Dummy (.nul) file plugin. Used with the files produced by exploding metadata database files.
    673679
    674680OAIPlug.desc:Basic Open Archives Initiate (OAI) plugin.
Note: See TracChangeset for help on using the changeset viewer.