--- Webpacus/config.yml 2005/11/22 12:57:30 96 +++ Webpacus/config.yml 2005/11/22 12:57:35 97 @@ -1,6 +1,8 @@ --- #YAML:1.0 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!! +# Catalyst::Plugin::Unicode::Encoding +#encoding: 'UTF-8' # configuration for hyper estraier full text search engine hyperestraier: @@ -8,13 +10,17 @@ user: 'admin' passwd: 'admin' # FIXME encoding comming from Catalyst. - encoding: 'iso-8859-2' + encoding: 'ISO-8859-2' 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' # encoding comming from webpac webpac_encoding: 'iso-8859-2' # encoding expected by Catalyst - out_encoding: 'UTF-8' + out_encoding: 'utf-8' +