--- Webpacus/config.yml 2005/12/05 23:24:39 231 +++ Webpacus/config.yml 2005/12/06 16:35:11 232 @@ -54,41 +54,40 @@ # define input source input: - # this will create unique name with name of database and mfn - name: libri - # isis - type: isis - - # full path to database - path: '/data/isis_data/ffps-libri/LIBRI' - - # encoding of character set in isis data - encoding: '852' - - # lookup - lookup: 'conf/lookup/isis.pm' - - # limit number of records to read from database - #limit: 100 - - # define normalisation for that source - normalize: - # which tag to use in normalize xml for data? - tag: 'isis' - # path to normalization xml - path: 'conf/normalize/isis_ffzg.xml' - - # another input database - input: - name: peri - type: isis - path: '/data/isis_data/ffps-peri/PERI' - encoding: '852' - lookup: 'conf/lookup/isis.pm' - #limit: 100 - normalize: - tag: 'isis' - path: 'conf/normalize/isis_ffzg.xml' + # this will create unique name with name of database and mfn + - name: libri + # isis + type: isis + + # full path to database + path: '/data/isis_data/ffps-libri/LIBRI' + + # encoding of character set in isis data + encoding: '852' + + # lookup + lookup: 'conf/lookup/isis.pm' + + # limit number of records to read from database + limit: 100 + + # define normalisation for that source + normalize: + # which tag to use in normalize xml for data? + tag: 'isis' + # path to normalization xml + path: 'conf/normalize/isis_ffzg.xml' + + # another input database + - name: peri + type: isis + path: '/data/isis_data/ffps-peri/PERI' + encoding: '852' + lookup: 'conf/lookup/isis.pm' + #limit: 100 + normalize: + tag: 'isis' + path: 'conf/normalize/isis_ffzg.xml' # Kooo... k? kk: @@ -100,7 +99,7 @@ path: '/data/isis_data/ffkk/LIBRI' encoding: '852' lookup: 'conf/lookup/isis.pm' - #limit: 100 + limit: 100 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml'