/[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 141 by dpavlin, Thu Nov 24 22:29:50 2005 UTC revision 142 by dpavlin, Fri Nov 25 00:23:33 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      # 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: 'UTF-8'    catalyst_encoding: 'UTF-8'
21    
22  webpac:  webpac:
23    # default template to use    # default template to use
# Line 26  webpac: Line 36  webpac:
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.141  
changed lines
  Added in v.142

  ViewVC Help
Powered by ViewVC 1.1.26