more local changes
[webpac2] / conf / mjesec.yml
1 --- #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 #use_indexer: 'hyperestraier'
13 use_indexer: 'hyperestraier-native'
14 #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   #
29   path: 'casket/'
30   # 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     dbf: 'WebPAC::Input::DBF'
79   # define delimiters for validation
80   delimiters:
81     - ' ; '
82     - ' : '
83     - ' / '
84     - ' = '
85 editor:
86   # open this record when opening editor
87   # (it will also be used to deduce default database and input)
88   default_record_uri: 'ps/libri/1'
89
90 # directives after this are used when indexing using core WebPAC modules
91
92 databases:
93   # This is empty database created only in Hyper Estraier to merge
94   # all three databases
95   'webpac2':
96     name: 'Search all'
97     links:
98       - to: ffan
99         credit: 10000
100       - to: ffar
101         credit: 10000
102       - to: ffet
103         credit: 10000
104       - to: fffi 
105         credit: 10000
106       - to: fffo
107         credit: 10000
108       - to: ffge
109         credit: 10000
110       - to: ffhu 
111         credit: 10000
112       - to: ffiz
113         credit: 10000
114       - to: ffkf
115         credit: 10000
116       - to: ffkk 
117         credit: 10000
118       - to: fflo
119         credit: 10000
120       - to: fftu
121         credit: 10000
122       - to: ffpe   
123         credit: 10000
124       - to: ffpo
125         credit: 10000
126       - to: ffpu
127         credit: 10000
128       - to: ffps 
129         credit: 10000
130       - to: ffro   
131         credit: 10000
132       - to: ffsk
133         credit: 10000
134       - to: ffsf
135         credit: 10000
136       - to: ffso 
137         credit: 10000
138       - to: ffta 
139         credit: 10000
140       - to: ffsr 
141         credit: 10000
142       - to: ffmic 
143         credit: 10000
144       - to: vusp 
145         credit: 10000
146       - to: kem 
147         credit: 10000
148
149 #  # site with alternative databases
150 #  'hr':
151 #    name: 'Primjer za hrvatsko suèelje'
152 #    links:
153 #      - to: ffps
154 #        credit: 10000
155 #      - to: ffkk
156 #        credit: 5000
157 #      - to: emerald
158 #        credit: 5000
159
160
161 #  'ffps':
162 #    name: 'Knji¾nica Odsjeka za psihologiju'
163 #    links:
164 #      - to: ffps
165 #        credit: 10000
166
167 #  'drustvene':
168 #    name: 'Katalog knji¾nica dru¹tvenih znanosti'
169 #    links:
170 #      - to: efzg
171 #        credit: 10000
172 #      - to: eizg
173 #        credit: 10000
174 #      - to: efos
175 #        credit: 10000
176 #      - to: irmo
177 #        credit: 10000
178 #      - to: hika
179 #        credit: 10000
180 #      - to: iztzg
181 #        credit: 10000
182 #      - to: jzav
183 #        credit: 10000
184 #      - to: ijf 
185 #        credit: 10000
186    
187 #  'ecasopisi':
188 #    name: 'Katalog elektronièkih èasopisa'
189 #    links:
190 #      - to: emerald
191 #        credit: 10000
192
193
194   ffan:
195     name: 'Anglistika, Filozofski fakultet u Zagrebu'
196     input:
197       - name: libri
198         type: isis
199         path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
200         encoding: 'cp852'
201         modify_file: 'conf/modify/common.pl'
202         normalize:
203           path: 'conf/normalize/ff-libri.pl'
204
205   ffar:
206     name: 'Arheologija, Filozofski fakultet u Zagrebu'
207     input:
208       - name: libri
209         type: isis
210         path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
211         encoding: 'cp852'
212         #limit: 10
213         modify_file: 'conf/modify/common.pl'
214         normalize:
215           path: 'conf/normalize/minimal.pl'
216
217   ffet:
218     name: 'Etnologija, Filozofski fakultet u Zagrebu'
219     input:
220       - name: libri
221         type: isis
222         path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
223         encoding: 'cp852'
224         #limit: 10
225         modify_file: 'conf/modify/common.pl'
226         normalize:
227           path: 'conf/normalize/minimal.pl'
228
229   fffi:
230     name: 'Filozofija, Filozofski fakultet u Zagrebu'
231     input:
232       - name: libri
233         type: isis
234         path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
235         encoding: 'cp852'
236         #limit: 10
237         modify_file: 'conf/modify/common.pl'
238         normalize:
239           path: 'conf/normalize/minimal.pl'
240
241   fffo:
242     name: 'Fonetika, Filozofski fakultet u Zagrebu'
243     input:
244       - name: libri
245         type: isis
246         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
247         encoding: 'cp852'
248         #limit: 10
249         #modify_file: 'conf/modify/common.pl'
250         normalize:
251           path: 'conf/normalize/minimal.pl'
252
253   ffge:
254     name: 'Germanistika, Filozofski fakultet u Zagrebu'
255     input:
256       - name: libri
257         type: isis
258         path: '/backup/isis_backup/novi-40166/isisdata/latest/LIBRI/LIBRI'
259         encoding: 'cp852'
260         #limit: 10
261         modify_file: 'conf/modify/common.pl'
262         normalize:
263           path: 'conf/normalize/minimal.pl'
264
265   ffhu:
266     name: 'Hungarologija, Filozofski fakultet u Zagrebu'
267     input:
268       - name: libri
269         type: isis
270         path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
271         encoding: 'cp852'
272         #limit: 10
273         modify_file: 'conf/modify/common.pl'
274         normalize:
275           path: 'conf/normalize/minimal.pl'
276
277   ffiz:
278     name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
279     input:
280       - name: libri
281         type: isis
282         path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
283         encoding: 'cp852'
284         #limit: 10
285         modify_file: 'conf/modify/common.pl'
286         normalize:
287           path: 'conf/normalize/minimal.pl'
288
289   ffkf:
290     name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
291     input:
292       name: libri
293       type: isis
294       path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
295       encoding: 'cp852'
296       #limit: 10
297       modify_file: 'conf/modify/common.pl'
298       normalize:
299         path: 'conf/normalize/minimal.pl'
300
301   ffkk:
302     name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
303     input:
304       - name: libri
305         type: isis
306         path: '/backup/isis_backup/A206-4/isisdata/latest/LIBRI/LIBRI'
307         encoding: 'cp852'
308         #limit: 10
309         modify_file: 'conf/modify/common.pl'
310         normalize:
311           path: 'conf/normalize/minimal.pl'
312
313   fflo:
314     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
315     input:
316       - name: libri
317         type: isis
318         path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
319         encoding: 'cp852'
320         #limit: 10
321         modify_file: 'conf/modify/common.pl'
322         normalize:
323           path: 'conf/normalize/ff-libri.pl'
324
325   fftu:
326     name: 'Turkologija, Filozofski fakultet u Zagrebu'
327     input:
328       - name: libri
329         type: isis
330         path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
331         encoding: 'cp852'
332         #limit: 10
333         modify_file: 'conf/modify/common.pl'
334         normalize:
335           path: 'conf/normalize/minimal.pl'
336
337   ffpe:
338     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
339     input:
340       - name: libri
341         type: isis
342         path: '/backup/isis_backup/novi-40163/isisdata/latest/LIBRI/LIBRI'
343         encoding: 'cp852'
344         #limit: 10
345         modify_file: 'conf/modify/common.pl'
346         normalize:
347           path: 'conf/normalize/minimal.pl'
348
349   ffpo:
350     name: 'Povijest, Filozofski fakultet u Zagrebu'
351     input:
352       - name: libri
353         type: isis
354         path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
355         encoding: 'cp852'
356         modify_file: 'conf/modify/common.pl'
357         normalize:
358           path: 'conf/normalize/minimal.pl'
359
360   ffpu:
361     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
362     input:
363       - name: libri
364         type: isis
365         path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
366         encoding: 'cp852'
367         #limit: 10
368         modify_file: 'conf/modify/common.pl'
369         normalize:
370           path: 'conf/normalize/minimal.pl'
371
372   ffps:
373     # all variables here will be available as config variables in template
374     name: 'Psihologija, Filozofski fakultet u Zagrebu'
375     code: 'ps'
376     url: 'http://www.knjiznice.ffzg.hr/psihologija'
377
378     # define input source
379     input:
380       # this will create unique name with name of database and mfn
381       - name: libri
382         # isis
383         type: isis
384
385         # full path to database
386         path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
387         # path: '/data/isis_data/PS/LIBRI/'
388
389         # encoding of character set in isis data
390         encoding: 'cp852'
391
392         # lookup
393         # lookup: 'conf/lookup/isis_ffzg.yml'
394
395         # limit number of records to read from database
396         #limit: 10
397
398         modify_file: 'conf/modify/common.pl'
399         
400         # define normalisation for that source
401         normalize:
402           # which tag to use in normalize xml for data?
403           # tag: 'isis'
404           # path to normalization xml
405           path: 'conf/normalize/ff-libri.pl'
406
407
408   ffro:
409     name: 'Romanistika, Filozofski fakultet u Zagrebu'
410     input:
411       - name: libri
412         type: isis
413         path: '/backup/isis_backup/A224-6/isisdata/20070605/LIBRI/LIBRI'
414         encoding: 'cp852'
415         #limit: 10
416         modify_file: 'conf/modify/common.pl'
417         normalize:
418           path: 'conf/normalize/minimal.pl'
419
420   ffsk:
421     name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
422     input:
423       name: libri
424       type: isis
425       path: '/backup/isis_backup/B009-1/ISISDATA/latest/LIBRI/LIBRI'
426       encoding: 'cp852'
427       #limit: 10
428       modify_file: 'conf/modify/common.pl'
429       normalize:
430         path: 'conf/normalize/minimal.pl'
431
432   ffsf:
433     name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
434     input:
435       - name: naklb
436         type: isis
437         path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
438         encoding: 'cp852'
439         modify_file: 'conf/modify/ff-nakladnicka.pl'
440         normalize:
441           path: 'conf/normalize/ff-nakladnicka.pl'
442       - name: librib
443         type: isis
444         path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
445         encoding: 'cp852'
446         modify_file: 'conf/modify/common.pl'
447         normalize:
448           path: 'conf/normalize/ff-libri.pl'
449       - name: librim
450         type: isis
451         path: '/backup/isis_backup/A121-1/ISISDATA/latest/LIBRI/LIBRI'
452         encoding: 'cp852'
453         #limit: 10
454         modify_file: 'conf/modify/common.pl'
455         normalize:
456           path: 'conf/normalize/minimal.pl'
457
458   ffso:
459     name: 'Sociologija, Filozofski fakultet u Zagrebu'
460     input:
461       - name: libri
462         type: isis
463         path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
464         encoding: 'cp852'
465         #limit: 10
466         modify_file: 'conf/modify/common.pl'
467         normalize:
468           path: 'conf/normalize/minimal.pl'
469
470   ffta:
471     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
472     input:
473       - name: libri
474         type: isis
475         path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
476         encoding: 'cp852'
477         #limit: 10
478         modify_file: 'conf/modify/common.pl'
479         normalize:
480           path: 'conf/normalize/minimal.pl'
481
482   ffsr:
483     name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
484     input:
485       - name: libri
486         type: isis
487         path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
488         encoding: 'cp852'
489         #limit: 10
490         modify_file: 'conf/modify/common.pl'
491         normalize:
492           path: 'conf/normalize/minimal.pl'
493
494   ffmic:
495     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
496     input:
497       - name: libri
498         type: isis
499         path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
500         encoding: 'cp852'
501         #limit: 10
502         #modify_file: 'conf/modify/common.pl'
503         normalize:
504           path: 'conf/normalize/minimal.pl'
505
506
507