Changeset 1609 for trunk/gsdl


Ignore:
Timestamp:
2000-10-24T10:30:14+13:00 (24 years ago)
Author:
say1
Message:

fixed print_uage

File:
1 edited

Legend:

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

    r1605 r1609  
    5757    print STDERR "   -metadata_fields       Comma separated list of metadata fields to attempt to extract.\n";
    5858    print STDERR "                          Defaults to 'Title'.\n";
    59     print STDERR "                          Use `H1` to get the text inside the first <H1> and </H1> tags in the text.\n";
     59    print STDERR "                          Use 'tag<tagname>' to have the contents of the first <tagname>\n";
     60    print STDERR "                          pair put in a metadata element called 'tagname' Capitalise \n";
     61    print STDERR "                          'tagname' as you want the metadata capitalised in the GML \n";
     62    print STDERR "                          file, since the tag extraction is case insensitive.\n";
    6063    print STDERR "   -hunt_creator_metadata Find as much metadata as possible on authorship and place it in the\n ";
    6164    print STDERR "                          'Creator' field. Requires the -metadata_fields flag.\n ";
Note: See TracChangeset for help on using the changeset viewer.