Ignore:
Timestamp:
2001-02-20T14:32:26+13:00 (23 years ago)
Author:
sjboddie
Message:

Caught some of the classifiers up with the documentation (finally). The
old "title" option has been replaced with the "buttonname" option.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/classify/Hierarchy.pm

    r1947 r2022  
    3535#                     will sort each field alphabetically by Meta (Meta may
    3636#                     also be 'Filename' to sort by the original filename).
    37 # -title Title       - another optional field. this is what will end up in the
     37# -buttonname Title  - another optional field. this is what will end up in the
    3838#                     Title field for this classification. if not present it
    3939#                     defaults to Metaname
     
    5555  options:
    5656
    57    -title X       Title field for this classification.
     57   -buttonname X  Title field for this classification.
    5858                  Defaults to metadata name.
    5959
     
    7676
    7777    if (!parsargv::parse(\@_,
    78              q^title/.*/^, \$title,
     78             q^buttonname/.*/^, \$title,
    7979             q^sort/.*/nosort^, \$sortname,
    8080             q^hfile/.*/^, \$hfile,
Note: See TracChangeset for help on using the changeset viewer.