--- Webpacus/config.yml 2005/11/24 22:29:50 139 +++ Webpacus/config.yml 2005/11/25 00:23:33 142 @@ -6,8 +6,18 @@ url: 'http://localhost:1978/node/webpac2' user: 'admin' passwd: 'admin' + # + # options used while indexing + # + # name of database (not used yet, but required) + database: 'test' + # which tag type to use for search engine (used while indexing) + type: 'search' + # + # options used for Catalyst only + # # FIXME encoding comming from Catalyst. - encoding: 'UTF-8' + catalyst_encoding: 'UTF-8' webpac: # default template to use @@ -26,3 +36,24 @@ # encoding expected by Catalyst out_encoding: 'utf-8' +# directives after this are used when indexing using core WebPAC modules + +input: + # isis + type: isis + # full path to database + path: '/data/isis_data/ps/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 + +normalize: + # which tag to use in normalize xml for data? + tag: 'isis' + # path to normalization xml + path: 'conf/normalize/isis_ffzg.xml' + +