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       lookup: 'conf/lookup/isis.pm'
312       #limit: 10
313       modify_file: 'conf/modify/common.pl'
314       normalize:
315         path: 'conf/normalize/common.pl'
316
317   ffar:
318     name: 'Arheologija, Filozofski fakultet u Zagrebu'
319     input:
320       name: libri
321       type: isis
322       path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
323       encoding: 'cp852'
324       lookup: 'conf/lookup/isis_ffzg.yml'
325       #limit: 10
326       normalize:
327         path: 'conf/normalize/common.pl'
328
329   ffet:
330     name: 'Etnologija, Filozofski fakultet u Zagrebu'
331     input:
332       name: libri
333       type: isis
334       path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'
335       encoding: 'cp852'
336       lookup: 'conf/lookup/isis_ffzg.yml'
337       #limit: 10
338       normalize:
339         path: 'conf/normalize/common.pl'
340
341   fffi:
342     name: 'Filozofija, Filozofski fakultet u Zagrebu'
343     input:
344       name: libri
345       type: isis
346       path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
347       encoding: 'cp852'
348       lookup: 'conf/lookup/isis_ffzg.yml'
349       #limit: 10
350       normalize:
351         path: 'conf/normalize/common.pl'
352
353   fffo:
354     name: 'Fonetika, Filozofski fakultet u Zagrebu'
355     input:
356       - name: libri
357         type: isis
358         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
359         encoding: 'cp852'
360         lookup: 'conf/lookup/isis_ffzg.yml'
361         #limit: 10
362         normalize:
363           path: 'conf/normalize/common.pl'
364       - name: arti
365         type: isis
366         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'
367         encoding: 'cp852'
368         lookup: 'conf/lookup/isis_ffzg.yml'
369         #limit: 10
370         normalize:
371           path: 'conf/normalize/common.pl'
372
373
374   ffge:
375     name: 'Germanistika, Filozofski fakultet u Zagrebu'
376     input:
377       name: libri
378       type: isis
379       path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'
380       encoding: 'cp852'
381       lookup: 'conf/lookup/isis_ffzg.yml'
382       #limit: 10
383       normalize:
384         path: 'conf/normalize/common.pl'
385
386   ffhu:
387     name: 'Hungarologija, Filozofski fakultet u Zagrebu'
388     input:
389       name: libri
390       type: isis
391       path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
392       encoding: 'cp852'
393       lookup: 'conf/lookup/isis_ffzg.yml'
394       #limit: 10
395       normalize:
396         path: 'conf/normalize/common.pl'
397
398   ffiz:
399     name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
400     input:
401       name: libri
402       type: isis
403       path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
404       encoding: 'cp852'
405       lookup: 'conf/lookup/isis_ffzg.yml'
406       #limit: 10
407       modify_file: 'conf/modify/common.pl'
408       normalize:
409         path: 'conf/normalize/common.pl'
410
411   ffkf:
412     name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
413     input:
414       name: libri
415       type: isis
416       path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
417       encoding: 'cp852'
418       lookup: 'conf/lookup/isis_ffzg.yml'
419       #limit: 10
420       normalize:
421         path: 'conf/normalize/common.pl'
422
423   ffkk:
424     name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
425     input:
426       - name: libri
427         type: isis
428 #        path: '/home/mglavica/mnt/LIBRI/LIBRI'
429         path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'
430         encoding: 'cp852'
431         lookup: 'conf/lookup/isis_ffzg.yml'
432         #limit: 10
433         modify_file: 'conf/modify/common.pl'
434         normalize:
435           path: 'conf/normalize/common.pl'
436       - name: peri
437         type: isis
438         path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'
439         encoding: 'cp852'
440         lookup: 'conf/lookup/ffkk-peri.yml'
441         #limit: 10
442         modify_file: 'conf/modify/common.pl'
443         normalize:
444           path: 'conf/normalize/common.pl'
445       - name: arti
446         type: isis
447 #        path: '/home/mglavica/mnt/ARTI/ARTI'
448         path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'
449         encoding: 'cp852'
450         lookup: 'conf/lookup/isis_ffzg.yml'
451         #limit: 10
452         modify_file: 'conf/modify/ffkk_arti.pl'
453         normalize:
454           path: 'conf/normalize/common.pl'
455
456   fflo:
457     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
458     input:
459       name: libri
460       type: isis
461       path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
462       encoding: 'cp852'
463       lookup: 'conf/lookup/isis_ffzg.yml'
464       #limit: 10
465       modify_file: 'conf/modify/common.pl'
466       normalize:
467         path: 'conf/normalize/common.pl'
468
469   fftu:
470     name: 'Turkologija, Filozofski fakultet u Zagrebu'
471     input:
472       name: libri
473       type: isis
474       path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
475       encoding: 'cp852'
476       lookup: 'conf/lookup/isis_ffzg.yml'
477       #limit: 10
478       normalize:
479         path: 'conf/normalize/common.pl'
480
481   ffpe:
482     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
483     input:
484       name: libri
485       type: isis
486       path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'
487       encoding: 'cp852'
488       lookup: 'conf/lookup/isis_ffzg.yml'
489       #limit: 10
490       normalize:
491         path: 'conf/normalize/common.pl'
492
493   ffpo:
494     name: 'Povijest, Filozofski fakultet u Zagrebu'
495     input:
496       name: libri
497       type: isis
498       path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
499       encoding: 'cp852'
500       lookup: 'conf/lookup/isis_ffzg.yml'
501       modify_file: 'conf/modify/common.pl'
502       normalize:
503         path: 'conf/normalize/common.pl'
504
505   ffpu:
506     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
507     input:
508       name: libri
509       type: isis
510       path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
511       encoding: 'cp852'
512       lookup: 'conf/lookup/isis_ffzg.yml'
513       #limit: 10
514       normalize:
515         path: 'conf/normalize/common.pl'
516
517   ffps:
518     # all variables here will be available as config variables in template
519     name: 'Psihologija, Filozofski fakultet u Zagrebu'
520     code: 'ps'
521     url: 'http://www.knjiznice.ffzg.hr/psihologija'
522
523     # define input source
524     input:
525       # this will create unique name with name of database and mfn
526       - name: libri
527         # isis
528         type: isis
529
530         # full path to database
531         path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
532         # path: '/data/isis_data/PS/LIBRI/'
533
534         # encoding of character set in isis data
535         encoding: 'cp852'
536
537         # lookup
538         lookup: 'conf/lookup/isis_ffzg.yml'
539
540         # limit number of records to read from database
541         #limit: 10
542
543         modify_file: 'conf/modify/common.pl'
544         
545         # define normalisation for that source
546         normalize:
547           # which tag to use in normalize xml for data?
548           # tag: 'isis'
549           # path to normalization xml
550           path: 'conf/normalize/common.pl'
551           #path: 'conf/normalize/isis_ffzg.yml'
552
553       # another input database
554       - name: peri
555         type: isis
556         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'
557         encoding: 'cp852'
558         lookup: 'conf/lookup/isis_ffzg.yml'
559         #limit: 10
560         normalize:
561           path: 'conf/normalize/common.pl'
562
563   ffro:
564     name: 'Romanistika, Filozofski fakultet u Zagrebu'
565     input:
566       name: libri
567       type: isis
568       path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
569       encoding: 'cp852'
570       lookup: 'conf/lookup/isis_ffzg.yml'
571       #limit: 10
572       normalize:
573         path: 'conf/normalize/common.pl'
574
575   ffsk:
576     name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
577     input:
578       name: libri
579       type: isis
580       path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'
581       encoding: 'cp852'
582       lookup: 'conf/lookup/isis_ffzg.yml'
583       #limit: 10
584       normalize:
585         path: 'conf/normalize/common.pl'
586
587   ffsfb:
588     name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'
589     input:
590       name: libri
591       type: isis
592       path: '/data/isis_data/sfb/LIBRI/LIBRI'
593 #     path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
594       encoding: 'cp852'
595       lookup: 'conf/lookup/isis_ffzg.yml'
596       #limit: 10
597       modify_file: 'conf/modify/common.pl'
598       normalize:
599         path: 'conf/normalize/common.pl'
600
601   ffsfm:
602     name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'
603     input:
604       name: libri
605       type: isis
606       path: '/data/isis_data/sfm/LIBRI/LIBRI'
607 #      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
608       encoding: 'cp852'
609       lookup: 'conf/lookup/isis_ffzg.yml'
610       #limit: 10
611       modify_file: 'conf/modify/common.pl'
612       normalize:
613         path: 'conf/normalize/common.pl'
614
615   ffso:
616     name: 'Sociologija, Filozofski fakultet u Zagrebu'
617     input:
618       name: libri
619       type: isis
620       path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
621       encoding: 'cp852'
622       lookup: 'conf/lookup/isis_ffzg.yml'
623       #limit: 10
624       modify_records:
625         200:
626           '^a':
627             ' : ': '^e'
628             ' = ': '^d'
629             ' ; ': '^k'
630           '^k':
631             '^e': ' : '
632           '^d':
633             '^e': ' : '
634           '^e':
635             '^d': ' = '
636             '^k': ' ; '
637           '*':
638             '^g': ' ; '
639       normalize:
640         path: 'conf/normalize/common.pl'
641
642   ffta:
643     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
644     input:
645       name: libri
646       type: isis
647       path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'
648       encoding: 'cp852'
649       lookup: 'conf/lookup/isis_ffzg.yml'
650       #limit: 10
651       modify_file: 'conf/modify/common.pl'
652       normalize:
653         path: 'conf/normalize/common.pl'
654
655   ffsr:
656     name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
657     input:
658       name: libri
659       type: isis
660       path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
661       encoding: 'cp852'
662       lookup: 'conf/lookup/isis_ffzg.yml'
663       #limit: 10
664       modify_file: 'conf/modify/common.pl'
665       normalize:
666         path: 'conf/normalize/common.pl'
667
668   ffmic:
669     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
670     input:
671       name: libri
672       type: isis
673       path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
674       encoding: 'cp852'
675       lookup: 'conf/lookup/isis_ffzg.yml'
676       #limit: 10
677       normalize:
678         path: 'conf/normalize/common.pl'
679
680   efzg:
681     name: 'Ekonomski fakutet u Zagrebu'
682     input:
683       name: knjige
684       type: marc
685       path: '/data/drustvene/efzg/unimarc.iso'
686       encoding: 'cp852'
687       # CroList recoding pairs to fix encoding problems
688       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
689       lookup: 'conf/lookup/efzg.yml'
690       #limit: 1000
691       normalize:
692         path: 'conf/normalize/common.pl'
693
694   eizg:
695     name: 'Ekonomski institut u Zagrebu'
696     input:
697       name: bib
698       type: isis
699       path: '/data/drustvene/eizg/BIB'
700       encoding: 'cp852'
701       lookup: 'conf/lookup/eizg.yml'
702       #limit: 100
703       normalize:
704         path: 'conf/normalize/common.pl'
705
706   efos:
707     name: 'Ekonomski fakutet u Osijeku'
708     input:
709       name: knjige
710       type: marc
711       path: '/data/drustvene/efos/EFOSBAZA.ISO'
712       encoding: 'ISO-8859-2'
713       # CroList recoding pairs to fix encoding problems
714       #recode: '^ È ~ è ] Æ } æ | ð \[ © { ¹ @ ® ` ¾'
715       lookup: 'conf/lookup/efos.yml'
716       #limit: 10
717       normalize:
718         path: 'conf/normalize/common.pl'
719
720   irmo:
721     name: 'Institut za meðunarodne odnose u Zagrebu'
722     input:
723       name: knjige
724       type: isis
725       path: '/data/drustvene/irmo/LIBRI'
726       encoding: 'cp852'
727       lookup: 'conf/lookup/eizg.yml'
728       #limit: 10
729       normalize:
730         path: 'conf/normalize/common.pl'
731
732   hika:
733     name: 'Fakultet za turistièki i hotelski menad¾ment u Opatiji'
734     input:
735       name: knjige
736       type: marc
737       path: '/data/drustvene/hika/szi.iso'
738       encoding: 'ISO-8859-2'
739       # CroList recoding pairs to fix encoding problems
740       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
741       lookup: 'conf/lookup/efzg.yml'
742       #limit: 10
743       normalize:
744         path: 'conf/normalize/common.pl'
745
746   iztzg:
747     name: 'Institut za turizam u Zagrebu'
748     input:
749       name: knjige
750       type: isis
751       path: '/data/drustvene/iztzg/BIB'
752       encoding: 'cp852'
753       lookup: 'conf/lookup/eizg.yml'
754       #limit: 10
755       normalize:
756         path: 'conf/normalize/common.pl'
757
758   jzav:
759     name: 'Jadranski zavod'
760     input:
761       name: bib
762       type: isis
763       path: '/data/drustvene/jzav/BIB'
764       encoding: 'cp852'
765       lookup: 'conf/lookup/jzav.yml'
766       #limit: 10
767       normalize:
768         path: 'conf/normalize/common.pl'
769
770   ijf:
771     name: 'Institut za javne financije'
772     input:
773       name: knjige
774       type: marc
775       path: '/data/drustvene/ijf/szi.iso'
776       encoding: 'ISO-8859-2'
777       # CroList recoding pairs to fix encoding problems
778       recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
779       lookup: 'conf/lookup/efzg.yml'
780       #limit: 10
781       normalize:
782         path: 'conf/normalize/common.pl'
783
784 # Elektronièki èasopisi
785   emerald:
786     name: 'EmeraldFulltext'
787     input:
788       name: ecas
789       type: excel
790       path: '/data/FF/emerald/persistenturls.xls'
791       worksheet: 'All Titles'
792       from: 20
793       encoding: 'windows-1250'
794       #limit: 10
795       normalize:
796         path: 'conf/normalize/excel_emerald.pl'
797
798