--- Webpacus/config.yml 2005/12/18 23:34:30 292 +++ Webpacus/config.yml 2005/12/18 23:35:24 293 @@ -43,6 +43,10 @@ webpac_encoding: 'iso-8859-2' # encoding expected by Catalyst out_encoding: 'utf-8' + # define different input formats (types) and perl modules to handle them + inputs: + isis: 'WebPAC::Input::ISIS' + marc: 'WebPAC::Input::MARC' editor: # open this record when opening editor @@ -136,3 +140,17 @@ normalize: tag: 'isis' path: 'conf/normalize/isis_ffzg.xml' + + efzg: + name: 'Ekonomski fakutet u Zagrebu' + input: + name: knjige + type: marc + path: '/data/isis_data/efzg/unimarc.iso' + encoding: '852' + lookup: 'conf/lookup/isis.pm' + #limit: 100 + normalize: + tag: 'isis' + path: 'conf/normalize/isis_ffzg.xml' +