/[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 153 - (show annotations)
Sat Nov 26 01:54:31 2005 UTC (18 years, 5 months ago) by dpavlin
File size: 1721 byte(s)
 r11138@llin:  dpavlin | 2005-11-25 20:38:19 +0100
 removed Controller::Results and moved that to Controller::Search as
 method result. Various other tweaks and added pod.t

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

  ViewVC Help
Powered by ViewVC 1.1.26