--- Webpacus/config.yml 2005/11/22 12:57:41 98 +++ Webpacus/config.yml 2005/11/24 22:29:29 135 @@ -1,9 +1,6 @@ --- #YAML:1.0 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!! -# internal catalyst encoding -encoding: 'iso-8859-2' - # configuration for hyper estraier full text search engine hyperestraier: url: 'http://localhost:1978/node/webpac2' @@ -19,6 +16,11 @@ db_path: '/data/webpac2/db' # path to templates used by WebPAC::Output template_path: '/data/webpac2/conf/output/tt' + # default template for results + default_template: 'html_ffzg.tt' + # default user editable css file + default_css: 'user.css' + css_path: 'root' # encoding comming from webpac webpac_encoding: 'iso-8859-2' # encoding expected by Catalyst