/[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 96 by dpavlin, Tue Nov 22 12:57:30 2005 UTC revision 142 by dpavlin, Fri Nov 25 00:23:33 2005 UTC
# Line 1  Line 1 
1  --- #YAML:1.0  --- #YAML:1.0
2  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
   
4  # configuration for hyper estraier full text search engine  # configuration for hyper estraier full text search engine
5  hyperestraier:  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      # 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    # FIXME encoding comming from Catalyst.    # FIXME encoding comming from Catalyst.
20    encoding: 'iso-8859-2'    catalyst_encoding: 'UTF-8'
21    
22  webpac:  webpac:
23      # default template to use
24      template: 'html_ffzg_results_short.tt'
25      # path to database files
26    db_path: '/data/webpac2/db'    db_path: '/data/webpac2/db'
27      # path to templates used by WebPAC::Output
28    template_path: '/data/webpac2/conf/output/tt'    template_path: '/data/webpac2/conf/output/tt'
29    template: 'html_ffzg_results_short.tt'    # default template for results
30      default_template: 'html_ffzg.tt'
31      # default user editable css file
32      default_css: 'user.css'
33      css_path: 'root/css'
34    # encoding comming from webpac    # encoding comming from webpac
35    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
36    # encoding expected by Catalyst    # encoding expected by Catalyst
37    out_encoding: 'UTF-8'    out_encoding: 'utf-8'
38    
39    # 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    

Legend:
Removed from v.96  
changed lines
  Added in v.142

  ViewVC Help
Powered by ViewVC 1.1.26