Changeset 7955


Ignore:
Timestamp:
2004-08-16T16:01:49+12:00 (20 years ago)
Author:
davidb
Message:

Introduction of some strings for various news options to command line
scripts and plugins: -listall for pluginfo.pl etc, a windows 3.1
compatibility flag (true or false) for mkcol.pl and file/mime types
for MP3Plug.

File:
1 edited

Legend:

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

    r7911 r7955  
    4848
    4949scripts.xml:Produces the information in an XML form, without 'pretty' comments but with much more detail.
     50
     51scripts.listall:Lists all known plugins instead of details about one given plugin.
    5052
    5153
     
    250252mkcol.title:The title of the collection.
    251253
     254mkcol.win31compat:Whether or not the named collection directory must conform to Windows 3.1 file conventions or not (i.e. 8 characters long).
    252255
    253256# -- pluginfo.pl --
     
    655658UnknownPlug.desc:This is a simple Plugin for importing files in formats that Greenstone doesn't know anything about.  A fictional document will be created for every such file, and the file itself will be passed to Greenstone as the \"associated file\" of the document.
    656659
    657 UnknownPlug.file_type:Mime type of the file (e.g. image/gif).
     660UnknownPlug.file_type:Type of the file (e.g. MPEG, MIDI, ...)
     661
     662UnknownPlug.mime_type:Mime type of the file (e.g. image/gif).
    658663
    659664MP3Plug.desc:Plugin for processing MP3 files.
    660665
    661666MP3Plug.assoc_images:Use google image search to locate images related to MP3 file based on ID3 Title and Artist metadata.
     667
     668MP3Plug.assoc_images:Used to store [applet] metadata for each document that contains the necessary HTML for an MP3 audio player applet to play that file.
     669
     670MP3Plug.metadata_fields:Comma separated list of metadata fields to extract (assuming present) in an MP3 file. Use \"*\" to extract all the fields.
    662671
    663672W3ImgPlug.aggressiveness:Range of related text extraction techniques to use.
Note: See TracChangeset for help on using the changeset viewer.