/[webpac2]/Webpacus/config.yml
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /Webpacus/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 98 - (show annotations)
Tue Nov 22 12:57:41 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 697 byte(s)
 r9029@llin:  dpavlin | 2005-11-22 13:58:36 +0100
 fixed encodings

1 --- #YAML:1.0
2 # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3
4 # internal catalyst encoding
5 encoding: 'iso-8859-2'
6
7 # configuration for hyper estraier full text search engine
8 hyperestraier:
9 url: 'http://localhost:1978/node/webpac2'
10 user: 'admin'
11 passwd: 'admin'
12 # FIXME encoding comming from Catalyst.
13 encoding: 'UTF-8'
14
15 webpac:
16 # default template to use
17 template: 'html_ffzg_results_short.tt'
18 # path to database files
19 db_path: '/data/webpac2/db'
20 # path to templates used by WebPAC::Output
21 template_path: '/data/webpac2/conf/output/tt'
22 # encoding comming from webpac
23 webpac_encoding: 'iso-8859-2'
24 # encoding expected by Catalyst
25 out_encoding: 'utf-8'
26

  ViewVC Help
Powered by ViewVC 1.1.26