/[webpac2]/trunk/conf/mjesec.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

Annotation of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1090 - (hide annotations)
Tue Feb 12 18:32:13 2008 UTC (16 years, 3 months ago) by dpavlin
File size: 6557 byte(s)
local

1 dpavlin 612 --- #YAML:1.0
2     # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
3    
4     # encoding of this configuration file
5     config_encoding: 'ISO-8859-2'
6     # encoding in Catalyst.
7     catalyst_encoding: 'UTF-8'
8     # relative path to sites templates under Catalyst root
9     sites_root: 'sites'
10    
11     # which indexing engine to use? (hyperestraier is default)
12 dpavlin 635 #use_indexer: 'hyperestraier'
13 dpavlin 1082 use_indexer: 'hyperestraier-native'
14 dpavlin 612 #use_indexer: 'kinosearch'
15    
16     # configuration for Hyper Estraier full text search engine
17     hyperestraier:
18     #url: 'http://localhost:1978/node/webpac2'
19     masterurl: 'http://localhost:1978'
20     defaultnode: 'webpac2'
21     # defaultnode: 'ps'
22     defaultdepth: 1
23     user: 'admin'
24     passwd: 'admin'
25     # don't turn this on! it will spit huge amounts of output
26     #debug: 1
27     #
28 dpavlin 635 #
29     path: 'casket/'
30 dpavlin 612 # number of results on each page
31     hits_on_page: 10
32     # number of results to fetch for suggestion (it will fold multiple sameones)
33     hits_for_suggest: 20
34     #
35     # options used while indexing
36     #
37     # which tag type to use for search engine (used while indexing)
38     type: 'search'
39     #
40    
41     # options for pager
42     pager:
43     # how many pages to show for navigation?
44     max_pages: 20
45    
46     # configuration for KinoSearch search engine library
47     kinosearch:
48     index_path: './kinosearch/'
49     database: 'unconfigured database name'
50     label: 'unconfigured database label'
51     encoding: 'iso-8859-2'
52     # clean database before opening? (WARNING: this erases existing database)
53     clean: 1
54     # which field type to index?
55     type: 'search'
56    
57     webpac:
58     # default template to use
59     template: 'html_ffzg_results_short.tt'
60     # path to database files
61     db_path: '/data/webpac2/db'
62     # path to templates used by WebPAC::Output
63     template_path: '/data/webpac2/conf/output/tt'
64     # default template for results
65     default_template: 'html_ffzg.tt'
66     # default user editable css file
67     default_css: 'user.css'
68     css_path: 'root/css'
69     # encoding comming from webpac
70     webpac_encoding: 'iso-8859-2'
71     # encoding expected by Catalyst
72     out_encoding: 'utf-8'
73     # define different input formats (types) and perl modules to handle them
74     inputs:
75     isis: 'WebPAC::Input::ISIS'
76     marc: 'WebPAC::Input::MARC'
77     excel: 'WebPAC::Input::Excel'
78 dpavlin 842 # define delimiters for validation
79     delimiters:
80     - ' ; '
81     - ' : '
82     - ' / '
83     - ' = '
84 dpavlin 612 editor:
85     # open this record when opening editor
86     # (it will also be used to deduce default database and input)
87 dpavlin 1090 default_record_uri: 'ps/libri/1'
88 dpavlin 612
89     # directives after this are used when indexing using core WebPAC modules
90    
91     databases:
92     # This is empty database created only in Hyper Estraier to merge
93     # all three databases
94     'webpac2':
95     name: 'Search all'
96     links:
97 dpavlin 807 - to: ffan
98     credit: 10000
99     - to: ffar
100     credit: 10000
101     - to: ffet
102     credit: 10000
103     - to: fffi
104     credit: 10000
105     - to: fffo
106     credit: 10000
107     - to: ffge
108     credit: 10000
109     - to: ffhu
110     credit: 10000
111     - to: ffiz
112     credit: 10000
113     - to: ffkf
114     credit: 10000
115     - to: ffkk
116     credit: 10000
117     - to: fflo
118     credit: 10000
119     - to: fftu
120     credit: 10000
121     - to: ffpe
122     credit: 10000
123     - to: ffpo
124     credit: 10000
125     - to: ffpu
126     credit: 10000
127 dpavlin 806 - to: ffps
128     credit: 10000
129 dpavlin 807 - to: ffro
130 dpavlin 612 credit: 10000
131 dpavlin 807 - to: ffsk
132 dpavlin 612 credit: 10000
133 dpavlin 807 - to: ffsf
134     credit: 10000
135     - to: ffso
136     credit: 10000
137     - to: ffta
138     credit: 10000
139     - to: ffsr
140     credit: 10000
141     - to: ffmic
142     credit: 10000
143 dpavlin 848 - to: vusp
144     credit: 10000
145     - to: kem
146     credit: 10000
147 dpavlin 1090 - to: efzg
148     credit: 10000
149 dpavlin 612
150 dpavlin 807 # # site with alternative databases
151     # 'hr':
152     # name: 'Primjer za hrvatsko suèelje'
153     # links:
154     # - to: ffps
155     # credit: 10000
156     # - to: ffkk
157     # credit: 5000
158     # - to: emerald
159     # credit: 5000
160    
161    
162     # 'ffps':
163     # name: 'Knji¾nica Odsjeka za psihologiju'
164     # links:
165     # - to: ffps
166     # credit: 10000
167    
168     # 'drustvene':
169     # name: 'Katalog knji¾nica dru¹tvenih znanosti'
170     # links:
171     # - to: efzg
172     # credit: 10000
173     # - to: eizg
174     # credit: 10000
175     # - to: efos
176     # credit: 10000
177     # - to: irmo
178     # credit: 10000
179     # - to: hika
180     # credit: 10000
181     # - to: iztzg
182     # credit: 10000
183     # - to: jzav
184     # credit: 10000
185     # - to: ijf
186     # credit: 10000
187    
188     # 'ecasopisi':
189     # name: 'Katalog elektronièkih èasopisa'
190     # links:
191     # - to: emerald
192     # credit: 10000
193    
194 dpavlin 1090 hazu:
195     name: 'HAZU'
196 dpavlin 1082 input:
197 dpavlin 1090 - name: bib
198 dpavlin 1082 type: isis
199 dpavlin 1090 path: '/data/unizg/hazu/BIB'
200 dpavlin 1082 encoding: 'cp852'
201     modify_file: 'conf/modify/common.pl'
202     normalize:
203 dpavlin 1090 path: 'conf/normalize/minimal.pl'
204 dpavlin 1078
205 dpavlin 1090 sand:
206     name: 'SAND'
207 dpavlin 1082 input:
208 dpavlin 1090 name: casopisi
209     type: dbf
210     path: '/data/unizg/casopisi/sys/cas2000.dbf'
211     normalize:
212     path: 'conf/normalize/common.pl'
213     # mapping_path: 'conf/input/dbf/cas2000.yml'
214    
215     hidra:
216     name: 'HIDRA'
217 dpavlin 1082 input:
218 dpavlin 1090 - name: bib
219 dpavlin 1082 type: isis
220 dpavlin 1090 path: '/data/hidra/test/BIB'
221 dpavlin 1082 encoding: 'cp852'
222     modify_file: 'conf/modify/common.pl'
223     normalize:
224 dpavlin 1090 path: 'conf/normalize/minimal.pl'
225 dpavlin 1078
226 dpavlin 1090 efzg:
227     name: 'EFZG'
228 dpavlin 1082 input:
229 dpavlin 1090 - name: crolist
230     type: marc
231     path: '/data/unizg/drustvene/efzg/unimarc.iso'
232     encoding: 'ISO-8859-2'
233 dpavlin 1082 normalize:
234 dpavlin 1090 path: 'conf/normalize/minimal.pl'
235    
236     ipu:
237     name: 'Institut za povijest umjetnosti'
238 dpavlin 1082 input:
239 dpavlin 1090 - name: bibl
240 dpavlin 1082 type: isis
241 dpavlin 1090 path: '/data/unizg/humanistika/ipu/20071115/bibl/BIBL'
242 dpavlin 1082 encoding: 'cp852'
243 dpavlin 1090 # modify_file: 'conf/modify/common.pl'
244 dpavlin 1082 normalize:
245 dpavlin 1090 path: 'conf/normalize/minimal.pl'
246 dpavlin 1082
247 dpavlin 1090 zvonar:
248     name: 'HAZU Odsjek za povijesne znanosti'
249 dpavlin 1082 input:
250     - name: libri
251     type: isis
252 dpavlin 1090 path: '/data/unizg/humanistika/hazu-p/LIBRI'
253 dpavlin 1082 normalize:
254 dpavlin 1090 path: 'conf/normalize/minimal.pl'
255     - name: peri
256 dpavlin 1082 type: isis
257 dpavlin 1090 path: '/data/unizg/humanistika/hazu-p/PERI'
258 dpavlin 1082 normalize:
259 dpavlin 1090 path: 'conf/normalize/minimal.pl'
260 dpavlin 1082
261 dpavlin 1090 stross:
262     name: 'Strossmayerova galerija'
263 dpavlin 1010 input:
264 dpavlin 1090 - name: bib
265 dpavlin 1010 type: isis
266 dpavlin 1090 path: '/data/unizg/stross/BIB'
267 dpavlin 1010 normalize:
268 dpavlin 1090 path: 'conf/normalize/minimal.pl'
269    
270     koncar:
271     name: 'Konèar'
272 dpavlin 1082 input:
273 dpavlin 1090 - name: unimar
274 dpavlin 1082 type: isis
275 dpavlin 1090 path: '/data/tehnika/koncar/UNIMAR'
276 dpavlin 1078 normalize:
277 dpavlin 1090 path: 'conf/normalize/minimal.pl'
278    

  ViewVC Help
Powered by ViewVC 1.1.26