/[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

Annotation of /Webpacus/config.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 97 - (hide annotations)
Tue Nov 22 12:57:35 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 707 byte(s)
 r9028@llin:  dpavlin | 2005-11-22 13:01:28 +0100
 minor tweaks to have more debugging info in results

1 dpavlin 95 --- #YAML:1.0
2     # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
4 dpavlin 97 # Catalyst::Plugin::Unicode::Encoding
5     #encoding: 'UTF-8'
6 dpavlin 95
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 dpavlin 97 encoding: 'ISO-8859-2'
14 dpavlin 95
15     webpac:
16 dpavlin 97 # default template to use
17     template: 'html_ffzg_results_short.tt'
18     # path to database files
19 dpavlin 95 db_path: '/data/webpac2/db'
20 dpavlin 97 # path to templates used by WebPAC::Output
21 dpavlin 95 template_path: '/data/webpac2/conf/output/tt'
22 dpavlin 96 # encoding comming from webpac
23     webpac_encoding: 'iso-8859-2'
24     # encoding expected by Catalyst
25 dpavlin 97 out_encoding: 'utf-8'
26    

  ViewVC Help
Powered by ViewVC 1.1.26