/[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 139 - (hide annotations)
Thu Nov 24 22:29:50 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 796 byte(s)
 r9113@llin:  dpavlin | 2005-11-24 23:30:49 +0100
 add webpacus_version TT variable for footer, correct path to css, more debug

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

  ViewVC Help
Powered by ViewVC 1.1.26