/[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 142 - (hide annotations)
Fri Nov 25 00:23:33 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 1523 byte(s)
 r9123@llin:  dpavlin | 2005-11-25 01:25:32 +0100
 new configuration parametars for both Webpac and Webpacus

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 dpavlin 142 #
10     # options used while indexing
11     #
12     # name of database (not used yet, but required)
13     database: 'test'
14     # which tag type to use for search engine (used while indexing)
15     type: 'search'
16     #
17     # options used for Catalyst only
18     #
19 dpavlin 95 # FIXME encoding comming from Catalyst.
20 dpavlin 142 catalyst_encoding: 'UTF-8'
21 dpavlin 95
22     webpac:
23 dpavlin 97 # default template to use
24     template: 'html_ffzg_results_short.tt'
25     # path to database files
26 dpavlin 95 db_path: '/data/webpac2/db'
27 dpavlin 97 # path to templates used by WebPAC::Output
28 dpavlin 95 template_path: '/data/webpac2/conf/output/tt'
29 dpavlin 135 # default template for results
30     default_template: 'html_ffzg.tt'
31     # default user editable css file
32     default_css: 'user.css'
33 dpavlin 139 css_path: 'root/css'
34 dpavlin 96 # encoding comming from webpac
35     webpac_encoding: 'iso-8859-2'
36     # encoding expected by Catalyst
37 dpavlin 97 out_encoding: 'utf-8'
38    
39 dpavlin 142 # directives after this are used when indexing using core WebPAC modules
40    
41     input:
42     # isis
43     type: isis
44     # full path to database
45     path: '/data/isis_data/ps/LIBRI/LIBRI'
46     # encoding of character set in isis data
47     encoding: '852'
48     # lookup
49     lookup: 'conf/lookup/isis.pm'
50     # limit number of records to read from database
51     # limit: 100
52    
53     normalize:
54     # which tag to use in normalize xml for data?
55     tag: 'isis'
56     # path to normalization xml
57     path: 'conf/normalize/isis_ffzg.xml'
58    
59    

  ViewVC Help
Powered by ViewVC 1.1.26