--- Webpacus/config.yml 2005/11/24 22:29:29 135 +++ 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 @@ -20,9 +30,30 @@ default_template: 'html_ffzg.tt' # default user editable css file default_css: 'user.css' - css_path: 'root' + css_path: 'root/css' # encoding comming from webpac webpac_encoding: 'iso-8859-2' # 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' + +