Changeset 10398


Ignore:
Timestamp:
2005-08-02T16:31:34+12:00 (19 years ago)
Author:
mdewsnip
Message:

Finally got around to committing this. It started off as an attempt to create a simple and clean but powerful classifier that was infinitely hierarchical, and for me to learn about classifiers. It's not quite as simple as it once was however, since I've added lots more functionality to it: Unicode support, better sorting, classifying document sections, etc. It's still a lot smaller than AZCompactList though!

Location:
trunk/gsdl/perllib
Files:
1 added
1 edited

Legend:

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

    r10395 r10398  
    424424DateList.sort:An extra metadata field to sort by in the case where two documents have the same date.
    425425
     426GenericList.alwaysgrouplastelement:Create a bookshelf icon even if there is only one item in each group at the leaf nodes.
     427GenericList.classify_sections:Classify sections instead of documents.
     428GenericList.desc:A general and flexible list classifier with most of the abilities of AZCompactList, but with better Unicode, metadata and sorting capabilities.
     429GenericList.hlistgroupsize:The number of items in each hlist group (constantsize hlistgrouptype only).
     430GenericList.hlistgrouptype:The type of hlist grouping done: either perletter, constantsize, or none.
     431GenericList.leafnodesort:Metadata fields used for sorting the leaf nodes. Use ';' to separate the metadata groups to stable sort and ',' to separate metadata fields within each group.
     432GenericList.metadata:Metadata fields used for classification. Use '/' to separate the levels in the hierarchy and ',' to separate metadata fields within each level.
     433
    426434HFileHierarchy.desc:Classifier plugin for generating hierarchical classifications based on a supplementary structure file.
    427435
Note: See TracChangeset for help on using the changeset viewer.