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/AZCompactList.pm

    r1948 r2022  
    3030#                      will be included in list, list will be sorted
    3131#                      by this element.
    32 # title=Title       -- (optional) the title field for this classification.
     32# buttonname=Title  -- (optional) the title field for this classification.
    3333#                      if not included title field will be Metaname.
    3434# mingroup=Num      -- (optional) the smallest value that will cause
     
    5555  options:
    5656   -metadata     Metadata field used for classification
    57    -title        Title to use on web pages
     57   -buttonname   Title to use on web pages
    5858
    5959   -mingroup
     
    8282     if (!parsargv::parse(\@_,
    8383             q^metadata/.*/^, \$metaname,
    84              q^title/.*/^, \$title,
     84             q^buttonname/.*/^, \$title,
    8585
    8686             q^mingroup/.*/2^, \$mingroup,
Note: See TracChangeset for help on using the changeset viewer.