local
[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   fields:
50     - 'uri'
51     - 'AccompanyingMaterial'
52     - 'APA'
53     - 'CallNo'
54     - 'ContentsNote'
55     - 'CorporateName'
56     - 'CorporateName2'
57     - 'DatePublication'
58     - 'EditionNote'
59     - 'EditionStatement'
60     - 'ExpandedTitle'
61     - 'fond'
62     - 'Form'
63     - 'Frequency'
64     - 'GeneralNote'
65     - 'ID'
66     - 'IdentificationNumbers'
67     - 'IntellectResponsNote'
68     - 'InternalBibliographies'
69     - 'InvNo'
70     - 'ISBN'
71     - 'ISSN'
72     - 'ISN'
73     - 'IssuedWith'
74     - 'Language'
75     - 'level'
76     - 'MaterialDesignation'
77     - 'MFN'
78     - 'NamePublisher'
79     - 'Names'
80     - 'OriginatingSource'
81     - 'ParallelTitle'
82     - 'Parts'
83     - 'PartsEF'
84     - 'PartsID'
85     - 'PersonalName'
86     - 'PersonalName2'
87     - 'PersonalNameOther'
88     - 'PhysicalDescription'
89     - 'PhysicalDescriptionNote'
90     - 'PhysicalDetails'
91     - 'Piece'
92     - 'PieceAnalitic'
93     - 'PieceNum'
94     - 'PieceSubtitle'
95     - 'PlacePublication'
96     - 'Responsibility'
97     - 'ResponsibilityFirst'
98     - 'ResponsibilitySecond'
99     - 'SerialNo'
100     - 'Series'
101     - 'SeriesTitle'
102     - 'Set'
103     - 'Set2'
104     - 'Subtitle'
105     - 'Summary'
106     - 'SystemRequirements'
107     - 'titleNo'
108     - 'TitleProper'
109     - 'TitleProper2'
110     - 'UDC'
111     - 'UDC_All'
112     - 'UDCb'
113     - 'UncontrolledTerms'
114     - 'UniformHeading'
115     - 'URL'
116     - 'VolumeDesignation'
117     - 'AllThes'
118     - 'BroaderTerm'
119     - 'ClassCode'
120     - 'DescriptorEN'
121     - 'DescriptorFR'
122     - 'DescriptorGE'
123     - 'DescriptorHR'
124     - 'filename'
125     - 'format'
126     - 'headline'
127     - 'IDths'
128     - 'line'
129     - 'line2'
130     - 'line3'
131     - 'line4'
132     - 'MicrothesaurusEN'
133     - 'MicrothesaurusFR'
134     - 'MicrothesaurusGE'
135     - 'MicrothesaurusHR'
136     - 'NarrowerTerm'
137     - 'NonDescriptorEN'
138     - 'NonDescriptorFR'
139     - 'NonDescriptorGE'
140     - 'NonDescriptorHR'
141     - 'RelatedTerm'
142     - 'ScopeNoteEN'
143     - 'ScopeNoteHR'
144     - 'SeeBefore'
145     - 'SeeNext'
146     - 'Source'
147     - 'SubjectAreaHR'
148     - 'SubjectIndex'
149     - 'URL'
150   database: 'unconfigured database name'
151   label: 'unconfigured database label'
152   encoding: 'iso-8859-2'
153   # clean database before opening? (WARNING: this erases existing database)
154   clean: 1
155   # which field type to index?
156   type: 'search'
157
158 webpac:
159   # default template to use
160   template: 'html_ffzg_results_short.tt'
161   # path to database files
162   db_path: '/data/webpac2/db'
163   # path to templates used by WebPAC::Output
164   template_path: '/data/webpac2/conf/output/tt'
165   # default template for results
166   default_template: 'html_ffzg.tt'
167   # default user editable css file
168   default_css: 'user.css'
169   css_path: 'root/css'
170   # encoding comming from webpac
171   webpac_encoding: 'iso-8859-2'
172   # encoding expected by Catalyst
173   out_encoding: 'utf-8'
174   # define different input formats (types) and perl modules to handle them
175   inputs:
176     isis: 'WebPAC::Input::ISIS'
177     marc: 'WebPAC::Input::MARC'
178     excel: 'WebPAC::Input::Excel'
179
180 editor:
181   # open this record when opening editor
182   # (it will also be used to deduce default database and input)
183   default_record_uri: 'ps/libri/1'
184
185 # directives after this are used when indexing using core WebPAC modules
186
187 databases:
188   # This is empty database created only in Hyper Estraier to merge
189   # all three databases
190   'webpac2':
191     name: 'Search all'
192     links:
193       - to: ffan
194         credit: 10000
195       - to: ffar
196         credit: 10000
197       - to: ffet
198         credit: 10000
199       - to: fffi 
200         credit: 10000
201       - to: fffo
202         credit: 10000
203       - to: ffge
204         credit: 10000
205       - to: ffhu 
206         credit: 10000
207       - to: ffiz
208         credit: 10000
209       - to: ffkf
210         credit: 10000
211       - to: ffkk 
212         credit: 10000
213       - to: fflo
214         credit: 10000
215       - to: fftu
216         credit: 10000
217       - to: ffpe   
218         credit: 10000
219       - to: ffpo
220         credit: 10000
221       - to: ffpu
222         credit: 10000
223       - to: ffps 
224         credit: 10000
225       - to: ffro   
226         credit: 10000
227       - to: ffsk
228         credit: 10000
229       - to: ffsfb
230         credit: 10000
231       - to: ffsfm
232         credit: 10000
233       - to: ffso 
234         credit: 10000
235       - to: ffta 
236         credit: 10000
237       - to: ffsr 
238         credit: 10000
239       - to: ffmic 
240         credit: 10000
241       - to: efzg
242         credit: 10000
243       - to: eizg
244         credit: 10000
245       - to: efos
246         credit: 10000
247       - to: irmo
248         credit: 10000
249       - to: hika
250         credit: 10000
251       - to: iztzg
252         credit: 10000
253       - to: jzav
254         credit: 10000
255       - to: ijf 
256         credit: 10000
257       - to: emerald 
258         credit: 10000
259
260   # site with alternative databases
261   'hr':
262     name: 'Primjer za hrvatsko suèelje'
263     links:
264       - to: ffps
265         credit: 10000
266       - to: ffkk
267         credit: 5000
268       - to: emerald
269         credit: 5000
270
271
272 #  'ffps':
273 #    name: 'Knji¾nica Odsjeka za psihologiju'
274 #    links:
275 #      - to: ffps
276 #        credit: 10000
277
278   'drustvene':
279     name: 'Katalog knji¾nica dru¹tvenih znanosti'
280     links:
281       - to: efzg
282         credit: 10000
283       - to: eizg
284         credit: 10000
285       - to: efos
286         credit: 10000
287       - to: irmo
288         credit: 10000
289       - to: hika
290         credit: 10000
291       - to: iztzg
292         credit: 10000
293       - to: jzav
294         credit: 10000
295       - to: ijf 
296         credit: 10000
297    
298   'ecasopisi':
299     name: 'Katalog elektronièkih èasopisa'
300     links:
301       - to: emerald
302         credit: 10000
303
304   ffan:
305     name: 'Anglistika, Filozofski fakultet u Zagrebu'
306     input:
307       name: libri
308       type: isis
309       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
310       encoding: 'cp852'
311       #limit: 10
312       modify_file: 'conf/modify/common.pl'
313       normalize:
314         path: 'conf/normalize/common.pl'
315
316   ffar:
317     name: 'Arheologija, Filozofski fakultet u Zagrebu'
318     input:
319       name: libri
320       type: isis
321       path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
322       encoding: 'cp852'
323       #limit: 10
324       normalize:
325         path: 'conf/normalize/common.pl'
326
327   ffet:
328     name: 'Etnologija, Filozofski fakultet u Zagrebu'
329     input:
330       name: libri
331       type: isis
332       path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'
333       encoding: 'cp852'
334       #limit: 10
335       normalize:
336         path: 'conf/normalize/common.pl'
337
338   fffi:
339     name: 'Filozofija, Filozofski fakultet u Zagrebu'
340     input:
341       name: libri
342       type: isis
343       path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
344       encoding: 'cp852'
345       #limit: 10
346       normalize:
347         path: 'conf/normalize/common.pl'
348
349   fffo:
350     name: 'Fonetika, Filozofski fakultet u Zagrebu'
351     input:
352       - name: libri
353         type: isis
354         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
355         encoding: 'cp852'
356         #limit: 10
357         normalize:
358           path: 'conf/normalize/common.pl'
359       - name: arti
360         type: isis
361         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'
362         encoding: 'cp852'
363         #limit: 10
364         normalize:
365           path: 'conf/normalize/common.pl'
366
367
368   ffge:
369     name: 'Germanistika, Filozofski fakultet u Zagrebu'
370     input:
371       name: libri
372       type: isis
373       path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'
374       encoding: 'cp852'
375       #limit: 10
376       normalize:
377         path: 'conf/normalize/common.pl'
378
379   ffhu:
380     name: 'Hungarologija, Filozofski fakultet u Zagrebu'
381     input:
382       name: libri
383       type: isis
384       path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
385       encoding: 'cp852'
386       #limit: 10
387       normalize:
388         path: 'conf/normalize/common.pl'
389
390   ffiz:
391     name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
392     input:
393       name: libri
394       type: isis
395       path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
396       encoding: 'cp852'
397       #limit: 10
398       modify_file: 'conf/modify/common.pl'
399       normalize:
400         path: 'conf/normalize/common.pl'
401
402   ffkf:
403     name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
404     input:
405       name: libri
406       type: isis
407       path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
408       encoding: 'cp852'
409       #limit: 10
410       normalize:
411         path: 'conf/normalize/common.pl'
412
413   ffkk:
414     name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
415     input:
416       - name: libri
417         type: isis
418 #        path: '/home/mglavica/mnt/LIBRI/LIBRI'
419         path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
420         encoding: 'cp852'
421         #limit: 10
422         modify_file: 'conf/modify/common.pl'
423         normalize:
424           path: 'conf/normalize/ff-libri.pl'
425       - name: peri
426         type: isis
427         path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'
428         encoding: 'cp852'
429         #limit: 10
430         modify_file: 'conf/modify/common.pl'
431         normalize:
432           path: 'conf/normalize/ff-libri.pl'
433       - name: arti
434         type: isis
435 #        path: '/home/mglavica/mnt/ARTI/ARTI'
436         path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
437         encoding: 'cp852'
438         #limit: 10
439         modify_file: 'conf/modify/common.pl'
440         normalize:
441           path: 'conf/normalize/ff-arti.pl'
442
443   fflo:
444     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
445     input:
446       name: libri
447       type: isis
448       path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
449       encoding: 'cp852'
450       #limit: 10
451       modify_file: 'conf/modify/common.pl'
452       normalize:
453         path: 'conf/normalize/common.pl'
454
455   fftu:
456     name: 'Turkologija, Filozofski fakultet u Zagrebu'
457     input:
458       name: libri
459       type: isis
460       path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
461       encoding: 'cp852'
462       #limit: 10
463       normalize:
464         path: 'conf/normalize/common.pl'
465
466   ffpe:
467     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
468     input:
469       name: libri
470       type: isis
471       path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'
472       encoding: 'cp852'
473       #limit: 10
474       normalize:
475         path: 'conf/normalize/common.pl'
476
477   ffpo:
478     name: 'Povijest, Filozofski fakultet u Zagrebu'
479     input:
480       name: libri
481       type: isis
482       path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
483       encoding: 'cp852'
484       modify_file: 'conf/modify/common.pl'
485       normalize:
486         path: 'conf/normalize/common.pl'
487
488   ffpu:
489     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
490     input:
491       name: libri
492       type: isis
493       path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
494       encoding: 'cp852'
495       #limit: 10
496       normalize:
497         path: 'conf/normalize/common.pl'
498
499   ffps:
500     # all variables here will be available as config variables in template
501     name: 'Psihologija, Filozofski fakultet u Zagrebu'
502     code: 'ps'
503     url: 'http://www.knjiznice.ffzg.hr/psihologija'
504
505     # define input source
506     input:
507       # this will create unique name with name of database and mfn
508       - name: libri
509         # isis
510         type: isis
511
512         # full path to database
513         path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
514         # path: '/data/isis_data/PS/LIBRI/'
515
516         # encoding of character set in isis data
517         encoding: 'cp852'
518
519         # lookup
520         # lookup: 'conf/lookup/isis_ffzg.yml'
521
522         # limit number of records to read from database
523         #limit: 10
524
525         modify_file: 'conf/modify/common.pl'
526         
527         # define normalisation for that source
528         normalize:
529           # which tag to use in normalize xml for data?
530           # tag: 'isis'
531           # path to normalization xml
532           path: 'conf/normalize/common.pl'
533           #path: 'conf/normalize/isis_ffzg.yml'
534
535       # another input database
536       - name: peri
537         type: isis
538         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'
539         encoding: 'cp852'
540         #limit: 10
541         normalize:
542           path: 'conf/normalize/common.pl'
543
544   ffro:
545     name: 'Romanistika, Filozofski fakultet u Zagrebu'
546     input:
547       name: libri
548       type: isis
549       path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
550       encoding: 'cp852'
551       #limit: 10
552       normalize:
553         path: 'conf/normalize/common.pl'
554
555   ffsk:
556     name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
557     input:
558       name: libri
559       type: isis
560       path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'
561       encoding: 'cp852'
562       #limit: 10
563       normalize:
564         path: 'conf/normalize/common.pl'
565
566   ffsfb:
567     name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'
568     input:
569       name: libri
570       type: isis
571       path: '/data/isis_data/sfb/LIBRI/LIBRI'
572 #     path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
573       encoding: 'cp852'
574       #limit: 10
575       modify_file: 'conf/modify/common.pl'
576       normalize:
577         path: 'conf/normalize/common.pl'
578
579   ffsfm:
580     name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'
581     input:
582       name: libri
583       type: isis
584       path: '/data/isis_data/sfm/LIBRI/LIBRI'
585 #     path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
586       encoding: 'cp852'
587       #limit: 10
588       modify_file: 'conf/modify/common.pl'
589       normalize:
590         path: 'conf/normalize/common.pl'
591
592   ffso:
593     name: 'Sociologija, Filozofski fakultet u Zagrebu'
594     input:
595       name: libri
596       type: isis
597       path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
598       encoding: 'cp852'
599       #limit: 10
600       modify_records:
601         200:
602           '^a':
603             ' : ': '^e'
604             ' = ': '^d'
605             ' ; ': '^k'
606           '^k':
607             '^e': ' : '
608           '^d':
609             '^e': ' : '
610           '^e':
611             '^d': ' = '
612             '^k': ' ; '
613           '*':
614             '^g': ' ; '
615       normalize:
616         path: 'conf/normalize/common.pl'
617
618   ffta:
619     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
620     input:
621       name: libri
622       type: isis
623       path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
624       encoding: 'cp852'
625       #limit: 10
626       modify_file: 'conf/modify/common.pl'
627       normalize:
628         path: 'conf/normalize/common.pl'
629
630   ffsr:
631     name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
632     input:
633       name: libri
634       type: isis
635       path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
636       encoding: 'cp852'
637       #limit: 10
638       modify_file: 'conf/modify/common.pl'
639       normalize:
640         path: 'conf/normalize/common.pl'
641
642   ffmic:
643     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
644     input:
645       name: libri
646       type: isis
647       path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
648       encoding: 'cp852'
649       #limit: 10
650       normalize:
651         path: 'conf/normalize/common.pl'
652
653   efzg:
654     name: 'Ekonomski fakutet u Zagrebu'
655     input:
656       name: knjige
657       type: marc
658       path: '/data/drustvene/efzg/unimarc.iso'
659       encoding: 'cp852'
660       # CroList recoding pairs to fix encoding problems
661       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
662       #limit: 1000
663       normalize:
664         path: 'conf/normalize/common.pl'
665
666   eizg:
667     name: 'Ekonomski institut u Zagrebu'
668     input:
669       name: bib
670       type: isis
671       path: '/data/drustvene/eizg/BIB'
672       encoding: 'cp852'
673       #limit: 100
674       normalize:
675         path: 'conf/normalize/common.pl'
676
677   efos:
678     name: 'Ekonomski fakutet u Osijeku'
679     input:
680       name: knjige
681       type: marc
682       path: '/data/drustvene/efos/EFOSBAZA.ISO'
683       encoding: 'ISO-8859-2'
684       # CroList recoding pairs to fix encoding problems
685       #recode: '^ È ~ è ] Æ } æ | ð \[ © { ¹ @ ® ` ¾'
686       #limit: 10
687       normalize:
688         path: 'conf/normalize/common.pl'
689
690   irmo:
691     name: 'Institut za meðunarodne odnose u Zagrebu'
692     input:
693       name: knjige
694       type: isis
695       path: '/data/drustvene/irmo/LIBRI'
696       encoding: 'cp852'
697       #limit: 10
698       normalize:
699         path: 'conf/normalize/common.pl'
700
701   hika:
702     name: 'Fakultet za turistièki i hotelski menad¾ment u Opatiji'
703     input:
704       name: knjige
705       type: marc
706       path: '/data/drustvene/hika/szi.iso'
707       encoding: 'ISO-8859-2'
708       # CroList recoding pairs to fix encoding problems
709       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
710       #limit: 10
711       normalize:
712         path: 'conf/normalize/common.pl'
713
714   iztzg:
715     name: 'Institut za turizam u Zagrebu'
716     input:
717       name: knjige
718       type: isis
719       path: '/data/drustvene/iztzg/BIB'
720       encoding: 'cp852'
721       #limit: 10
722       normalize:
723         path: 'conf/normalize/common.pl'
724
725   jzav:
726     name: 'Jadranski zavod'
727     input:
728       name: bib
729       type: isis
730       path: '/data/drustvene/jzav/BIB'
731       encoding: 'cp852'
732       #limit: 10
733       normalize:
734         path: 'conf/normalize/common.pl'
735
736   ijf:
737     name: 'Institut za javne financije'
738     input:
739       name: knjige
740       type: marc
741       path: '/data/drustvene/ijf/szi.iso'
742       encoding: 'ISO-8859-2'
743       # CroList recoding pairs to fix encoding problems
744       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
745       #limit: 10
746       normalize:
747         path: 'conf/normalize/common.pl'
748
749 # Elektronièki èasopisi
750   emerald:
751     name: 'EmeraldFulltext'
752     input:
753       name: ecas
754       type: excel
755       path: '/data/FF/emerald/persistenturls.xls'
756       worksheet: 'All Titles'
757       from: 20
758       encoding: 'windows-1250'
759       #limit: 10
760       normalize:
761         path: 'conf/normalize/excel_emerald.pl'
762
763