Ignore:
Timestamp:
2000-07-04T16:03:49+12:00 (24 years ago)
Author:
sjboddie
Message:

Added ZIPPlug plugin for handling input documents that have been compressed
and/or archived with zip, gzip, bzip or tar. Currently uses unix utilities
but is simple enough to extend (maybe use pkunzip for zip files on windows?)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/bin/script/import.pl

    r1243 r1269  
    5656    print STDERR "                          directory -- use with care\n";
    5757    print STDERR "   -gzip                  Use gzip to compress resulting gml documents\n";
     58    print STDERR "                          (don't forget to include ZIPPlug in your plugin\n";
     59    print STDERR "                          list when building from compressed documents)\n";
    5860    print STDERR "   -maxdocs number        Maximum number of documents to import\n";
    5961    print STDERR "   -groupsize number      Number of GML documents to group into one file\n";
Note: See TracChangeset for help on using the changeset viewer.