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

Diff of /Webpacus/config.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 100 by dpavlin, Tue Nov 22 14:45:17 2005 UTC revision 153 by dpavlin, Sat Nov 26 01:54:31 2005 UTC
# Line 6  hyperestraier: Line 6  hyperestraier:
6    url: 'http://localhost:1978/node/webpac2'    url: 'http://localhost:1978/node/webpac2'
7    user: 'admin'    user: 'admin'
8    passwd: 'admin'    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.    # FIXME encoding comming from Catalyst.
25    encoding: 'UTF-8'    catalyst_encoding: 'UTF-8'
26    
27  webpac:  webpac:
28    # default template to use    # default template to use
# Line 16  webpac: Line 31  webpac:
31    db_path: '/data/webpac2/db'    db_path: '/data/webpac2/db'
32    # path to templates used by WebPAC::Output    # path to templates used by WebPAC::Output
33    template_path: '/data/webpac2/conf/output/tt'    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    # encoding comming from webpac
40    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
41    # encoding expected by Catalyst    # encoding expected by Catalyst
42    out_encoding: 'utf-8'    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    

Legend:
Removed from v.100  
changed lines
  Added in v.153

  ViewVC Help
Powered by ViewVC 1.1.26