/[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 257 by dpavlin, Fri Dec 16 01:48:30 2005 UTC
# Line 3  Line 3 
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      masterurl: 'http://localhost:1978'
8      defaultnode: 'webpac2'
9    #  defaultnode: 'ps'
10      defaultdepth: 1
11    user: 'admin'    user: 'admin'
12    passwd: 'admin'    passwd: 'admin'
13      #
14      # number of results on each page
15      hits_on_page: 30
16      # number of results to fetch for suggestion (it will fold multiple sameones)
17      hits_for_suggest: 20
18      #
19      # options used while indexing
20      #
21      # which tag type to use for search engine (used while indexing)
22      type: 'search'
23      #
24      # options used for Catalyst only
25      #
26    # FIXME encoding comming from Catalyst.    # FIXME encoding comming from Catalyst.
27    encoding: 'UTF-8'    catalyst_encoding: 'UTF-8'
28    
29  webpac:  webpac:
30    # default template to use    # default template to use
# Line 16  webpac: Line 33  webpac:
33    db_path: '/data/webpac2/db'    db_path: '/data/webpac2/db'
34    # path to templates used by WebPAC::Output    # path to templates used by WebPAC::Output
35    template_path: '/data/webpac2/conf/output/tt'    template_path: '/data/webpac2/conf/output/tt'
36      # default template for results
37      default_template: 'html_ffzg.tt'
38      # default user editable css file
39      default_css: 'user.css'
40      css_path: 'root/css'
41    # encoding comming from webpac    # encoding comming from webpac
42    webpac_encoding: 'iso-8859-2'    webpac_encoding: 'iso-8859-2'
43    # encoding expected by Catalyst    # encoding expected by Catalyst
44    out_encoding: 'utf-8'    out_encoding: 'utf-8'
45    
46    editor:
47      # open this record when opening editor
48      # (it will also be used to deduce default database and input)
49      default_record_uri: 'ps/libri/1'
50    
51    # directives after this are used when indexing using core WebPAC modules
52    
53    databases:
54      # This is empty database created only in Hyper Estraier to merge
55      # all three databases
56      'webpac2':
57        name: 'Search all'
58        links:
59          - to: ps
60            credit: 10000
61          - to: kk
62            credit: 10000
63          - to: jzav
64            credit: 10000
65    
66    
67      # Psihologija
68      'ps':
69        # all variables here will be available as config variables in template
70        name: 'Knjižnica psihologije'
71        code: 'ps'
72      
73        # define input source
74        input:
75          # this will create unique name with name of database and mfn
76          - name: libri
77            # isis
78            type: isis
79        
80            # full path to database
81            path: '/data/isis_data/ffps-libri/LIBRI'
82        
83            # encoding of character set in isis data
84            encoding: '852'
85        
86            # lookup
87            lookup: 'conf/lookup/isis.pm'
88        
89            # limit number of records to read from database
90            #limit: 100
91        
92            # define normalisation for that source
93            normalize:
94              # which tag to use in normalize xml for data?
95              tag: 'isis'
96              # path to normalization xml
97              path: 'conf/normalize/isis_ffzg.xml'
98      
99          # another input database
100          - name: peri
101            type: isis
102            path: '/data/isis_data/ffps-peri/PERI'
103            encoding: '852'
104            lookup: 'conf/lookup/isis.pm'
105            #limit: 100
106            normalize:
107              tag: 'isis'
108              path: 'conf/normalize/isis_ffzg.xml'
109    
110      # Komparativna
111      kk:
112        name: 'Komparativna'
113      
114        input:
115          name: libri
116          type: isis
117          path: '/data/isis_data/ffkk/LIBRI'
118          encoding: '852'
119          lookup: 'conf/lookup/isis.pm'
120          #limit: 100
121          normalize:
122            tag: 'isis'
123            path: 'conf/normalize/isis_ffzg.xml'
124      
125      jzav:
126        name: 'Jadranski zavod'
127        input:
128          name: knjige
129          type: isis
130          path: '/data/isis_data/jzav/BIB'
131          encoding: '852'
132          lookup: 'conf/lookup/jzav.yml'
133          #limit: 100
134          normalize:
135            tag: 'isis'
136            path: 'conf/normalize/isis_ffzg.xml'

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

  ViewVC Help
Powered by ViewVC 1.1.26