Changeset 2835 for trunk/gsdl


Ignore:
Timestamp:
2001-11-21T13:11:40+13:00 (22 years ago)
Author:
dmm9
Message:

Corrected pluginfo entry and renamed extract_date to extract_historical_years as an option

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/plugins/BasPlug.pm

    r2816 r2835  
    111111    print STDERR "   -extract_email    Extract email addresses as metadata\n\n";
    112112
    113     print STDERR "   -extract_date     Extract dates pertaining to the content of documents about\n";
    114     print STDERR "                     history\n";
    115     print STDERR "   -maximum_date     The maximum historical date to be used as metadata (in a\n";
     113    print STDERR "   -extract_historical_years Extract time-period information from historical\n";
     114    print STDERR "                     documents.  This is stored as metadata with the document.\n";
     115    print STDERR "                     There is a search interface for this metadata, which you \n";
     116    print STDERR "                     can include in your collection by adding the statement:\n";
     117    print STDERR "                           format QueryInterface DateSearch\n";
     118    print STDERR "                     to your collection configuration file\n";
     119    print STDERR "   -maximum_year     The maximum historical date to be used as metadata (in a\n";
    116120    print STDERR "                     Common Era date, such as 1950)\n";
    117121    print STDERR "   -maximum_century  The maximum named century to be extracted as historical\n";
     
    164168             q^default_language/.{2}/en^, \$self->{'default_language'},
    165169             q^first/.*/^, \$self->{'first'},
    166              q^extract_date^, \$self->{'date_extract'},
    167              qq^maximum_date/\\d{4}/$year^, \$self->{'max_year'},
     170             q^extract_historical_years^, \$self->{'date_extract'},
     171             qq^maximum_year/\\d{4}/$year^, \$self->{'max_year'},
    168172             q^no_bibliography^, \$self->{'no_biblio'},
    169173             qq^maximum_century/-?\\d{1,2}( ?B\\.C\\.E\\.)?/-1^, \$self->{'max_century'},
Note: See TracChangeset for help on using the changeset viewer.