Changeset 12743


Ignore:
Timestamp:
2006-09-14T16:15:25+12:00 (18 years ago)
Author:
kjdon
Message:

updated the descriptions of classifiers

File:
1 edited

Legend:

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

    r12742 r12743  
    467467#
    468468
     469AllList.desc:Creates a single list of all documents. Use by the oaiserver.
     470
    469471AZCompactList.allvalues:Use all metadata values found.
    470472
    471 AZCompactList.desc:Classifier plugin for sorting alphabetically
     473AZCompactList.desc:Classifier plugin for sorting alphabetically (on a-zA-Z0-9). Produces a horizontal A-Z list, then a vertical list containing documents, or bookshelves for documents with common metadata.
    472474
    473475AZCompactList.doclevel:Level to process document at.
     
    494496AZCompactSectionList.desc:Variation on AZCompactList that classifies sections rather than documents. Entries are sorted by section-level metadata.
    495497
    496 AZList.desc:Classifier plugin for sorting alphabetically
     498AZList.desc:Classifier plugin for sorting alphabetically (on a-zA-Z0-9). Produces a horizontal A-Z list, with documents listed underneath.
    497499
    498500AZList.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.
    499501
    500 AZSectionList.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.
     502AZSectionList.desc:Variation on AZList that classifies sections rather that documents. Entries are sorted by section-level metadata.
    501503
    502504BasClas.bad_general_option:The %s classifier uses an incorrect option. Check your collect.cfg configuration file.
     
    518520BasClas.verbosity:Controls the quantity of output. 0=none, 3=lots.
    519521
    520 Browse.desc:.
     522Browse.desc:A fake classifier that provides a link in the navigation bar to a prototype combined browsing and searching page. Only works for mgpp collections, and is only practical for small collections.
    521523
    522524DateList.bymonth:Classify by year and month instead of only year.
    523525
    524 DateList.desc:Classifier plugin for sorting by date. By default, sorts by 'Date' metadata. Date is assumed to be in the form yyyymmdd.
    525 
    526 DateList.metadata:The metadata that contains the dates to classify by. The format is expected to be yyyymmdd. Can be a comma separated list, in which case the first date found will be used.
     526DateList.desc:Classifier plugin for sorting by date. By default, sorts by 'Date' metadata. Dates are assumed to be in the form yyyymmdd or yyyy-mm-dd.
     527
     528DateList.metadata:The metadata that contains the dates to classify by. The format is expected to be yyyymmdd or yyyy-mm-dd. Can be a comma separated list, in which case the first date found will be used.
    527529
    528530DateList.reverse_sort:Sort the documents in reverse chronological order (newest first).
     
    573575List.sort:Metadata field to sort by. Use '-sort nosort' for no sorting.
    574576
    575 Phind.desc:The Phind clasifier plugin.
     577Phind.desc:Produces a hierarchy of phrases found in the text, which is browsable via an applet.
    576578
    577579Phind.language:Language or languages to use building hierarchy. Languages are identified by two-letter country codes like en (English), es (Spanish), and fr (French). Language is a regular expression, so 'en|fr' (English or French) and '..' (match any language) are valid.
     
    593595SectionList.desc:Same as List classifier but includes all sections of document (excluding top level) rather than just top level document itself.
    594596
    595 Collage.desc:The Collage classifier plugin.
     597Collage.desc:An applet is used to display a collage of images found in the collection.
    596598
    597599Collage.geometry:The dimensions of the Collage canvas. For a canvas 600 pixels wide by 400 pixels high, for example, specify geometry as 600x400
Note: See TracChangeset for help on using the changeset viewer.