--- Webpacus/config.yml 2005/11/22 12:57:30 96 +++ Webpacus/config.yml 2005/11/24 22:29:50 139 @@ -1,20 +1,28 @@ --- #YAML:1.0 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!! - # configuration for hyper estraier full text search engine hyperestraier: url: 'http://localhost:1978/node/webpac2' user: 'admin' passwd: 'admin' # FIXME encoding comming from Catalyst. - encoding: 'iso-8859-2' + encoding: 'UTF-8' webpac: + # default template to use + template: 'html_ffzg_results_short.tt' + # path to database files db_path: '/data/webpac2/db' + # path to templates used by WebPAC::Output template_path: '/data/webpac2/conf/output/tt' - template: 'html_ffzg_results_short.tt' + # default template for results + default_template: 'html_ffzg.tt' + # default user editable css file + default_css: 'user.css' + css_path: 'root/css' # encoding comming from webpac webpac_encoding: 'iso-8859-2' # encoding expected by Catalyst - out_encoding: 'UTF-8' + out_encoding: 'utf-8' +