Changeset 8516


Ignore:
Timestamp:
2004-11-11T14:23:55+13:00 (19 years ago)
Author:
chi
Message:

Add new messages for export.pl function.

File:
1 edited

Legend:

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

    r8446 r8516  
    206206
    207207
     208# -- export.pl --
     209
     210export.exportdir:Where the export material ends up.
     211
     212export.cannot_open_stats_file:WARNING: Couldn't open stats file %s.
     213
     214export.cannot_open_fail_log:ERROR: Couldn't open fail log %s
     215
     216export.cannot_sort:WARNING: export.pl cannot sort documents when groupsize > 1. sortmeta option will be ignored.
     217
     218export.collectdir:Collection directory.
     219
     220export.complete:Export complete
     221
     222export.debug:Print exported text to STDOUT.
     223
     224export.desc:PERL script used to import files into a GML format ready for building.
     225
     226export.faillog:Fail log filename. This log receives the filenames of any files which fail to be processed.
     227
     228export.groupsize:Number of import documents to group into one XML file.
     229
     230export.gzip:Use gzip to compress resulting xml documents (don't forget to include ZIPPlug in your plugin list when building from compressed documents).
     231
     232export.importdir:Where the original material lives.
     233
     234export.keepold:Will not destroy the current contents of the export directory (the default).
     235
     236export.maxdocs:Maximum number of documents to import.
     237
     238export.no_plugins_loaded:ERROR: No plugins loaded.
     239
     240export.OIDtype:The method to use when generating unique identifiers for each document.
     241export.OIDtype.hash:Hashes the contents of the file. Document identifier will be the same every time the collection is imported.
     242export.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.
     243
     244export.saveas:This is to decide the export format to be generated. The default setting is to METS.
     245
     246export.saveas.DSpace:Will generate DSpace Archive format.
     247
     248export.saveas.METS:Will generate METS format.
     249
     250export.out:Filename or handle to print output status to.
     251
     252export.params:[options] collection-name
     253
     254export.removeold:Will remove the old contents of the export directory -- use with care.
     255
     256export.removing_export:Removing current contents of the export directory...
     257
     258export.sortmeta:Sort documents alphabetically by metadata for building. This will be disabled if groupsize > 1.
     259
     260export.statsfile:Filename or handle to print export statistics to.
     261
     262export.stats_backup:Will print stats to STDERR instead.
     263
     264export.verbosity:Controls the quantity of output. 0=none, 3=lots.
     265
     266
    208267# -- mkcol.pl --
    209268
Note: See TracChangeset for help on using the changeset viewer.