--- Webpacus/config.yml 2005/12/05 19:15:01 222 +++ Webpacus/config.yml 2005/12/06 23:49:13 237 @@ -55,53 +55,64 @@ # 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' + - 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' - # another input database + # Komparativna + kk: + name: 'Komparativna' + input: - name: peri + name: libri type: isis - path: '/data/isis_data/ffps-peri/PERI' + path: '/data/isis_data/ffkk/LIBRI' encoding: '852' lookup: 'conf/lookup/isis.pm' #limit: 100 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml' - - # Kooo... k? - kk: - name: 'Tko zna?' + jzav: + name: 'Jadranski zavod' input: - name: libri + name: knjige type: isis - path: '/data/isis_data/ffkk/LIBRI' + path: '/data/isis_data/jzav/BIB' encoding: '852' - lookup: 'conf/lookup/isis.pm' + lookup: 'conf/lookup/jzav.yml' #limit: 100 normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml' -