Changeset 9065 for trunk


Ignore:
Timestamp:
2005-02-16T13:51:39+13:00 (19 years ago)
Author:
kjdon
Message:

moved the removeprefix and removesuffix descriptions to BasClas, and changed them slightly

File:
1 edited

Legend:

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

    r9059 r9065  
    378378
    379379AZCompactList.recopt:Used in nested metadata such as -metadata Year/Organisation.
    380 AZCompactList.removeprefix:A prefix to ignore in the Metadata values for the field when sorting.
    381 AZCompactList.removesuffix:A suffix to ignore in the Metadata values for the field when sorting.
    382 
    383380AZCompactList.sort:Metadata field to sort the child nodes by.
    384381
     
    389386AZList.metadata:A single Metadata field or a comma separated list of Metadata fields used for classification. Following the order indicated by the list, the first field that contains a Metadata value will be used. List will be sorted by this element.
    390387
    391 AZList.removeprefix:A prefix to ignore in the Metadata values for the field when sorting.
    392 
    393 AZList.removesuffix:A suffix to ignore in the Metadata values for the field when sorting.
    394 
    395388AZSectionList.desc:Classifier plugin for sorting alphabetically. This is very similar to AZList except it sorts by section level metadata (excluding the top level) instead of just top level metadata. The only change is to the classify() subroutine which must now iterate through each section, adding each to the classification.
    396389
     
    406399
    407400BasClas.outhandle:The file handle to write output to.
     401
     402BasClas.removeprefix:A prefix to ignore in metadata values when sorting.
     403
     404BasClas.removesuffix:A suffix to ignore in metadata values when sorting.
    408405
    409406BasClas.verbosity:Controls the quantity of output. 0=none, 3=lots.
Note: See TracChangeset for help on using the changeset viewer.