Changeset 10348


Ignore:
Timestamp:
2005-07-28T17:02:54+12:00 (19 years ago)
Author:
kjdon
Message:

changed a few strings for export.pl, and added exportcol.cddir

File:
1 edited

Legend:

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

    r10258 r10348  
    146146
    147147exportcol.out:Filename or handle to print output status to.
     148exportcol.cddir:The name of the directory that the CD contents are exported to.
    148149exportcol.cdname:The name of the CD-ROM -- this is what will appear in the start menu once the CD-ROM is installed.
    149150exportcol.desc:PERL script used to export one or more collections to a Windows CD-ROM.
     
    242243export.debug:Print exported text to STDOUT.
    243244
    244 export.desc:PERL script used to import files into a GML format ready for building.
    245 
    246 export.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed.
    247 
    248 export.groupsize:Number of import documents to group into one XML file.
     245export.desc:PERL script used to export files in a Greenstone collection to another format.
     246
     247export.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed. (Default: collectdir/collect/collname/etc/fail.log)
     248
     249export.groupsize:Number of documents to group into one XML file.
    249250
    250251export.gzip:Use gzip to compress resulting xml documents (don't forget to include ZIPPlug in your plugin list when building from compressed documents).
     
    254255export.keepold:Will not destroy the current contents of the export directory (the default).
    255256
    256 export.maxdocs:Maximum number of documents to import.
     257export.maxdocs:Maximum number of documents to export.
    257258
    258259export.no_plugins_loaded:ERROR: No plugins loaded.
     
    262263export.OIDtype.incremental:A simple document count that is significantly faster than "hash". It is not guaranteed to always assign the same identifier to a given document though and does not allow further documents to be added to existing xml archives.
    263264
    264 export.saveas:This is to decide the export format to be generated. The default setting is to METS.
    265 
    266 export.saveas.DSpace:Will generate DSpace Archive format.
    267 
    268 export.saveas.METS:Will generate METS format.
     265export.saveas:Format to export documents as.
     266
     267export.saveas.DSpace:DSpace Archive format.
     268
     269export.saveas.METS:METS format using the Greenstone profile.
    269270
    270271export.out:Filename or handle to print output status to.
    271272
    272 export.params:[options] collection-name
     273export.params:[options] collection-name1, collection-name2...
    273274
    274275export.removeold:Will remove the old contents of the export directory -- use with care.
Note: See TracChangeset for help on using the changeset viewer.