Changeset 3085
- Timestamp:
- 2002-04-22T10:21:17+12:00 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gsdl/bin/script/import.pl
r2785 r3085 50 50 print STDOUT "\n"; 51 51 print STDOUT "import.pl: Converts documents in collections -importdir directory into\n"; 52 print STDOUT " gml documents which are written to the -archivedir directory.\n\n";52 print STDOUT " xml documents which are written to the -archivedir directory.\n\n"; 53 53 print STDOUT " usage: $0 [options] collection-name\n\n"; 54 54 print STDOUT " options:\n"; … … 60 60 print STDOUT " -removeold Will remove the old contents of the archives\n"; 61 61 print STDOUT " directory -- use with care\n"; 62 print STDOUT " -gzip Use gzip to compress resulting gml documents\n";62 print STDOUT " -gzip Use gzip to compress resulting xml documents\n"; 63 63 print STDOUT " (don't forget to include ZIPPlug in your plugin\n"; 64 64 print STDOUT " list when building from compressed documents)\n"; 65 65 print STDOUT " -maxdocs number Maximum number of documents to import\n"; 66 print STDOUT " -groupsize number Number of GML documents to group into onefile\n";66 print STDOUT " -groupsize number Number of import documents to group into one XML file\n"; 67 67 print STDOUT " -OIDtype hash|incremental The method to use when generating unique\n"; 68 68 print STDOUT " identifiers for each document. \"hash\" (the\n"; … … 74 74 print STDOUT " the same identifier to a given document though\n"; 75 75 print STDOUT " and does not allow further documents to be added\n"; 76 print STDOUT " to existing gml archives\n";76 print STDOUT " to existing xml archives\n"; 77 77 print STDOUT " -sortmeta metadata Sort documents alphabetically by metadata for\n"; 78 78 print STDOUT " building. This will be disabled if groupsize > 1\n"; … … 85 85 print STDOUT " The default is STDERR\n"; 86 86 print STDOUT " -faillog name Fail log filename. This log receives the filenames\n"; 87 print STDOUT " of any files which fail to be processed (defaults .\n";87 print STDOUT " of any files which fail to be processed (defaults\n"; 88 88 print STDOUT " to " . 89 89 &util::filename_cat("<collectdir>", "colname", "etc", "fail.log") . ")\n";
Note:
See TracChangeset
for help on using the changeset viewer.