Changeset 19528 for gsdl/trunk


Ignore:
Timestamp:
2009-05-19T17:35:18+12:00 (15 years ago)
Author:
anna
Message:

tidied up text. Thanks to John Rose.

File:
1 edited

Legend:

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

    r19315 r19528  
    498498AZCompactList.allvalues:Use all metadata values found.
    499499
    500 AZCompactList.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.
     500AZCompactList.desc:Classifier plugin for sorting alphabetically (on a-z, A-Z, 0-9). Produces a horizontal A-Z list, then a vertical list containing documents, or bookshelves for documents with common metadata.
    501501
    502502AZCompactList.doclevel:Level to process document at.
     
    510510AZCompactList.maxcompact:Maximum number of documents to be displayed per page.
    511511
    512 AZCompactList.metadata:A single Metadata field, or a comma separated list of Metadata fields, used for classification. If a list is specified, the first metadata type that has values will be used. May be used in conjunction with the -firstvalueonly and -allvalues flags, to select only the first value, or all metadata values from the list.
     512AZCompactList.metadata:A single metadata field, or a comma separated list of metadata fields, used for classification. If a list is specified, the first metadata type that has values will be used. May be used in conjunction with the -firstvalueonly and -allvalues flags, to select only the first value, or all metadata values from the list.
    513513
    514514AZCompactList.mincompact:Minimum number of documents to be displayed per page.
     
    523523AZCompactSectionList.desc:Variation on AZCompactList that classifies sections rather than documents. Entries are sorted by section-level metadata.
    524524
    525 AZList.desc:Classifier plugin for sorting alphabetically (on a-zA-Z0-9). Produces a horizontal A-Z list, with documents listed underneath.
    526 
    527 AZList.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.
     525AZList.desc:Classifier plugin for sorting alphabetically (on a-z, A-Z0-9). Produces a horizontal A-Z list, with documents listed underneath.
     526
     527AZList.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.
    528528
    529529AZSectionList.desc:Variation on AZList that classifies sections rather that documents. Entries are sorted by section-level metadata.
     
    614614List.use_hlist_for:Metadata fields to use a hlist rather than a vlist. Use ',' to separate the metadata groups and ';' to separate the metadata fields within each group.
    615615
    616 SimpleList.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, unless -sort is used. If no metadata is specified, then all documents will be included in the list, otherwise only documents that contain a metadata value will be included.
     616SimpleList.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, unless -sort is used. If no metadata is specified, then all documents will be included in the list, otherwise only documents that contain a metadata value will be included.
    617617
    618618SimpleList.desc:Simple list classifier plugin.
     
    650650Collage.desc:An applet is used to display a collage of images found in the collection.
    651651
    652 Collage.geometry:The dimensions of the Collage canvas. For a canvas 600 pixels wide by 400 pixels high, for example, specify geometry as 600x400
     652Collage.geometry:The dimensions of the collage canvas. For a canvas 600 pixels wide by 400 pixels high, for example, specify geometry as 600x400
    653653
    654654Collage.maxDepth:Images for collaging are drawn from mirroring the underlying browse classifier. This controls the maximum depth of the mirroring process.
     
    664664Collage.refreshDelay:Rate, in milliseconds, that the collage canvas is refreshed.
    665665
    666 Collage.isJava2:Used to control which run-time classes of Java are used. More advanced version of Java (i.e. Java 1.2 onwards) include more sophisticated support for controlling transparency in images, this flag helps control what happens, however the built-in Java runtime for some browsers is version 1.1.  The applet is designed to, by default, auto-detect which version of Java the browser is running and act accordingly.
     666Collage.isJava2:Used to control which run-time classes of Java are used. More advanced version of Java (i.e. Java 1.2 onwards) include more sophisticated support for controlling transparency in images, this flag helps control what happens; however the built-in Java runtime for some browsers is version 1.1.  The applet is designed to, by default, auto-detect which version of Java the browser is running and act accordingly.
    667667
    668668Collage.imageMustNotHave:Used to suppress images that should not appear in the collage, such as image buttons that make up the navigation bar.
     
    692692AcronymExtractor.markup_acronyms:Add acronym metadata into document text.
    693693
    694 ArchivesInfPlugin.desc:Plugin which reads through an archives.inf file (i.e. the file generated in the archives directory when an import is done), processing each file it finds.
    695 
    696 AutoExtractMetadata.desc: Base plugin that brings together all the extractor functionality from the Extractor plugins.
     694ArchivesInfPlugin.desc:Plugin which processes the archive info database (archiveinf-doc.gdb) which is generated by the import process. It passes each archive file listed in the database to the plugin pipeline to be processed by GreenstoneXMLPlugin.
     695
     696AutoExtractMetadata.desc: Base plugin that brings together all the extractor functionality from the extractor plugins.
    697697
    698698AutoExtractMetadata.extracting:extracting
    699699
    700 AutoExtractMetadata.first:Comma separated list of first sizes to extract from the text into a metadata field. The field is called 'FirstNNN'.
     700AutoExtractMetadata.first:Comma separated list of first sizes (number of characters) to extract from the start of the text into a set of metadata fields 'FirstNNN', where NNN is the size.
    701701
    702702BaseMediaConverter.desc:Helper plugin that provides base functionality for media converter plugins such as ImageConverter and video converters.
     
    706706BasePlugin.associate_tail_re:A regular expression to match filenames against to find associated files. Used as a more powerful alternative to associate_ext.
    707707
    708 BasePlugin.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list. This has no real effect other than to prevent lots of warning messages about input files you don't care about. Each plugin might have a default block_exp. e.g. by default HTMLPlugin blocks any files with .gif, .jpg, .jpeg, .png or .css file extensions.
     708BasePlugin.block_exp:Files matching this regular expression will be blocked from being passed to any later plugins in the list.
    709709
    710710BasePlugin.desc:Base class for all the import plugins.
     
    712712BasePlugin.dummy_text:This document has no text.
    713713
    714 BasePlugin.encoding.ascii:Plain 7 bit ascii. This may be a bit faster than using iso_8859_1. Beware of using this when the text may contain characters outside the plain 7 bit ascii set though (e.g. German or French text containing accents), use iso_8859_1 instead.
     714BasePlugin.encoding.ascii:Plain 7 bit ASCII. This may be a bit faster than using iso_8859_1. Beware of using this when the text may contain characters outside the plain 7 bit ASCII set though (e.g. German or French text containing accents), use iso_8859_1 instead.
    715715
    716716BasePlugin.encoding.unicode:Just unicode.
     
    732732BasePlugin.no_blocking:Don't do any file blocking. Any associated files (e.g. images in a web page) will be added to the collection as documents in their own right.
    733733
    734 BasePlugin.no_cover_image:Do not look for a prefix.jpg file (where prefix is the same prefix as the file being processed) and associate it as a cover image.
     734BasePlugin.no_cover_image:Do not look for a prefix.jpg file (where prefix is the same prefix as the file being processed) to associate as a cover image.
    735735
    736736BasePlugin.OIDtype.auto:Use OIDtype set in import.pl
     
    750750BasePlugin.rename_method.none:Don't rename imported files and associated files.
    751751
    752 BibTexPlugin.desc:BibTexPlugin reads bibliography files in BibTex format. BibTexPlugin creates a document object for every reference in the file. It is a subclass of SplitTextFile, so if there are multiple records, all are read.
    753 
    754 BookPlugin.desc:Creates multi-level document from document containing <<TOC>> level tags. Metadata for each section is taken from any other tags on the same line as the <<TOC>>. e.g. <<Title>>xxxx<</Title>> sets Title metadata. Everything else between TOC tags is treated as simple html (i.e. no processing of html links or any other HTMLPlugin type stuff is done). Expects input files to have a .hb file extension by default (this can be changed by adding a -process_exp option a file with the same name as the hb file but a .jpg extension is taken as the cover image (jpg files are blocked by this plugin). BookPlugin is a simplification (and extension) of the HBPlugin used by the Humanity Library collections. BookPlugin is faster as it expects the input files to be cleaner (The input to the HDL collections contains lots of excess html tags around <<TOC>> tags, uses <<I>> tags to specify images, and simply takes all text between <<TOC>> tags and start of text to be Title metadata). If you're marking up documents to be displayed in the same way as the HDL collections, use this plugin instead of HBPlugin.
     752BibTexPlugin.desc:BibTexPlugin reads bibliography files in BibTex format. BibTexPlugin creates a document object for every reference in the file. This plugin is a subclass of SplitTextFile class, so if there are multiple records, all are read.
     753
     754BookPlugin.desc:Creates multi-level document from document containing <<TOC>> level tags. Metadata for each section is taken from any other tags on the same line as the <<TOC>>. e.g. <<Title>>xxxx<</Title>> sets Title metadata. Everything else between TOC tags is treated as simple html (i.e. no processing of html links or any other HTMLPlugin type stuff is done). Expects input files to have a .hb file extension by default (this can be changed by adding a -process_exp option); a file with the same name as the hb file but a .jpg extension is taken as the cover image (jpg files are blocked by this plugin). BookPlugin is a simplification (and extension) of the HBPlugin used by the Humanity Development Library collections. BookPlugin is faster as it expects the input files to be cleaner (The input to the HDL collections contains lots of excess html tags around <<TOC>> tags, uses <<I>> tags to specify images, and simply saves all text between <<TOC>> tags and the start of document text as Title metadata). If you're marking up documents to be displayed in the same way as the HDL collections, use this plugin instead of HBPlugin.
    755755
    756756CONTENTdmPlugin.desc:Plugin that processes RDF files in exported CONTENTdm collections.
     
    760760ConvertBinaryFile.convert_to:Plugin converts to TEXT or HTML or various types of Image (e.g. JPEG, GIF, PNG).
    761761
    762 ConvertBinaryFile.convert_to.auto:Automatically select the format converted too. Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.
     762ConvertBinaryFile.convert_to.auto:Automatically select the format converted to. Format chosen depends on input document type, for example Word will automatically be converted to HTML, whereas PowerPoint will be converted to Greenstone's PagedImage format.
    763763
    764764ConvertBinaryFile.convert_to.html:HTML format.
     
    806806DSpacePlugin.first_inorder_ext: This is used to identify the primary stream of DSpace collection document. With this option, the system will treat the defined ext types of document in sequence to look for the possible primary stream.
    807807
    808 DSpacePlugin.first_inorder_mime:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the defined mime types of document in sequence to look for the possible primary stream.
    809 
    810 DSpacePlugin.only_first_doc:This is used to identify the primary data stream of DSpace collection document.With this option, the system will treat the first document in dublic_core metadata file as the possible primary stream.
     808DSpacePlugin.first_inorder_mime:This is used to identify the primary data stream of DSpace collection document. With this option, the system will treat the defined mime types of document in sequence to look for the possible primary stream.
     809
     810DSpacePlugin.only_first_doc:This is used to identify the primary data stream of DSpace collection document. With this option, the system will treat the first document in dublin_core metadata file as the possible primary stream.
    811811
    812812EmailAddressExtractor.desc:Helper extractor plugin for discovering email addresses in text.
     
    844844GISExtractor.place_list:When extracting placements, include list of placenames at start of the document. Requires GIS extension to Greenstone.
    845845
    846 HBPlugin.desc:Plugin which processes an HTML book directory. This plugin is used by the Humanity Library collections and does not handle input encodings other than ascii or extended ascii. This code is kind of ugly and could no doubt be made to run faster, by leaving it in this state I hope to encourage people to make their collections use BookPlugin instead ;-)\n\nUse BookPlugin if creating a new collection and marking up files like the Humanity Library collections. BookPlugin accepts all input encodings but expects the marked up files to be cleaner than those used by the Humanity Library collections
     846HBPlugin.desc:Plugin which processes an HTML book directory. This plugin is used by the Humanity Development Library collections and does not handle input encodings other than ASCII or extended ASCII. This code is not very clean and could no doubt be made to run faster, by leaving it in this state we hope to encourage the utilisation of BookPlugin instead ;-)\n\nUse BookPlugin if creating a new collection and marking up files like the Humanity Library collections. BookPlugin accepts all input encodings but expects the marked up files to be cleaner than those used by the Humanity Library collections
    847847
    848848HBPlugin.encoding.iso_8859_1:Latin1 (western languages)
    849849
    850850HTMLImagePlugin.aggressiveness:Range of related text extraction techniques to use.
    851 HTMLImagePlugin.aggressiveness.1:Filename, path, ALT text only.
     851HTMLImagePlugin.aggressiveness.1:Filename, path, alternative (ALT) text only.
    852852HTMLImagePlugin.aggressiveness.2:All of 1, plus caption where available.
    853853HTMLImagePlugin.aggressiveness.3:All of 2, plus near paragraphs where available.
Note: See TracChangeset for help on using the changeset viewer.