Changeset 4725


Ignore:
Timestamp:
2003-06-18T15:13:46+12:00 (21 years ago)
Author:
davidb
Message:

support added for collection configuration file to use 'importfrom'
to specify a remote location for source documents. Currently only
used by oaiimport.pl

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/perllib/colcfg.pm

    r4192 r4725  
    5757# {'subcollection'}->hash of key-value pairs
    5858
     59# {'importfrom'}->array of arrays of strings
    5960# {'plugin'}->array of arrays of strings
    6061# {'classify'}->array of arrays of strings
     
    7879                       q/indexes|dontbuild|dontgdbm|mirror|phind|levels)$/,
    7980                    q/^(subcollection)$/,
    80                     q/^(plugin|classify)$/,
     81                    q/^(importfrom|plugin|classify)$/,
    8182                    q/^(collectionmeta)$/);
    8283}
     
    9394                 q/indexes|dontbuild|dontgdbm|levels)$/,
    9495                 q/^(subcollection)$/,
    95                  q/^(plugin|classify)$/,
     96                 q/^(importfrom|plugin|classify)$/,
    9697                 q/^(collectionmeta)$/);
    9798}
Note: See TracChangeset for help on using the changeset viewer.