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: ffsf
230         credit: 10000
231       - to: ffso 
232         credit: 10000
233       - to: ffta 
234         credit: 10000
235       - to: ffsr 
236         credit: 10000
237       - to: ffmic 
238         credit: 10000
239
240 #  # site with alternative databases
241 #  'hr':
242 #    name: 'Primjer za hrvatsko suèelje'
243 #    links:
244 #      - to: ffps
245 #        credit: 10000
246 #      - to: ffkk
247 #        credit: 5000
248 #      - to: emerald
249 #        credit: 5000
250
251
252 #  'ffps':
253 #    name: 'Knji¾nica Odsjeka za psihologiju'
254 #    links:
255 #      - to: ffps
256 #        credit: 10000
257
258 #  'drustvene':
259 #    name: 'Katalog knji¾nica dru¹tvenih znanosti'
260 #    links:
261 #      - to: efzg
262 #        credit: 10000
263 #      - to: eizg
264 #        credit: 10000
265 #      - to: efos
266 #        credit: 10000
267 #      - to: irmo
268 #        credit: 10000
269 #      - to: hika
270 #        credit: 10000
271 #      - to: iztzg
272 #        credit: 10000
273 #      - to: jzav
274 #        credit: 10000
275 #      - to: ijf 
276 #        credit: 10000
277    
278 #  'ecasopisi':
279 #    name: 'Katalog elektronièkih èasopisa'
280 #    links:
281 #      - to: emerald
282 #        credit: 10000
283
284   ffan:
285     name: 'Anglistika, Filozofski fakultet u Zagrebu'
286     input:
287       - name: libri
288         type: isis
289         path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
290         encoding: 'cp852'
291         modify_file: 'conf/modify/common.pl'
292         normalize:
293           - path: 'conf/normalize/ff-nakladnicka.pl'
294           - path: 'conf/normalize/ff-libri.pl'
295       - name: peri
296         type: isis
297         path: '/backup/isis_backup/A105-1/ISIS/latest/PERI/PERI'
298         encoding: 'cp852'
299         #limit: 10
300         #modify_file: 'conf/modify/common.pl'
301         normalize:
302           path: 'conf/normalize/minimal.pl'
303       - name: arti
304         type: isis
305         path: '/backup/isis_backup/A105-1/ISIS/latest/ARTI/ARTI'
306         encoding: 'cp852'
307         #limit: 10
308         #modify_file: 'conf/modify/common.pl'
309         normalize:
310           path: 'conf/normalize/minimal.pl'
311       - name: reports
312         type: isis
313         path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
314         encoding: 'cp852'
315         #limit: 10
316         #modify_file: 'conf/modify/common.pl'
317         normalize:
318           path: 'conf/normalize/an-reports.pl'
319
320
321   ffar:
322     name: 'Arheologija, Filozofski fakultet u Zagrebu'
323     input:
324       - name: libri
325         type: isis
326         path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
327         encoding: 'cp852'
328         #limit: 10
329         modify_file: 'conf/modify/common.pl'
330         normalize:
331           path: 'conf/normalize/minimal.pl'
332       - name: peri
333         type: isis
334         path: '/backup/isis_backup/A018-2/isisdata/latest/PERI/PERI'
335         encoding: 'cp852'
336         #limit: 10
337         #modify_file: 'conf/modify/common.pl'
338         normalize:
339           path: 'conf/normalize/minimal.pl'
340       - name: arti
341         type: isis
342         path: '/backup/isis_backup/A018-2/isisdata/latest/ARTI/ARTI'
343         encoding: 'cp852'
344         #limit: 10
345         #modify_file: 'conf/modify/common.pl'
346         normalize:
347           path: 'conf/normalize/minimal.pl'
348
349   ffet:
350     name: 'Etnologija, Filozofski fakultet u Zagrebu'
351     input:
352       - name: libri
353         type: isis
354         path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
355         encoding: 'cp852'
356         #limit: 10
357         modify_file: 'conf/modify/common.pl'
358         normalize:
359           path: 'conf/normalize/minimal.pl'
360       - name: peri
361         type: isis
362         path: '/backup/isis_backup/A203-3/ISISDATA/latest/PERI/PERI'
363         encoding: 'cp852'
364         normalize:
365           path: 'conf/normalize/minimal.pl'
366       - name: arti
367         type: isis
368         path: '/backup/isis_backup/A203-3/ISISDATA/latest/ARTI/ARTI'
369         encoding: 'cp852'
370         normalize:
371           path: 'conf/normalize/minimal.pl'
372
373   fffi:
374     name: 'Filozofija, Filozofski fakultet u Zagrebu'
375     input:
376       - name: libri
377         type: isis
378         path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
379         encoding: 'cp852'
380         #limit: 10
381         #modify_file: 'conf/modify/common.pl'
382         normalize:
383           path: 'conf/normalize/minimal.pl'
384       - name: peri
385         type: isis
386         path: '/backup/isis_backup/A102-1B/ISISDATA/latest/PERI/PERI'
387         encoding: 'cp852'
388         normalize:
389           path: 'conf/normalize/minimal.pl'
390
391
392   fffo:
393     name: 'Fonetika, Filozofski fakultet u Zagrebu'
394     input:
395       - name: libri
396         type: isis
397         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
398         encoding: 'cp852'
399         #limit: 10
400         #modify_file: 'conf/modify/common.pl'
401         normalize:
402           path: 'conf/normalize/minimal.pl'
403       - name: peri
404         type: isis
405         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/PERI/PERI'
406         encoding: 'cp852'
407         normalize:
408           path: 'conf/normalize/minimal.pl'
409       - name: arti
410         type: isis
411         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'
412         encoding: 'cp852'
413         #limit: 10
414         modify_file: 'conf/modify/common.pl'
415         normalize:
416           path: 'conf/normalize/minimal.pl'
417
418   ffge:
419     name: 'Germanistika, Filozofski fakultet u Zagrebu'
420     input:
421       - name: libri
422         type: isis
423         path: '/backup/isis_backup/novi-40166/isisdata/latest/LIBRI/LIBRI'
424         encoding: 'cp852'
425         #limit: 10
426         #modify_file: 'conf/modify/common.pl'
427         normalize:
428           path: 'conf/normalize/ffge.pl'
429       - name: peri
430         type: isis
431         path: '/backup/isis_backup/novi-40166/isisdata/latest/PERI/PERI'
432         encoding: 'cp852'
433         normalize:
434           path: 'conf/normalize/minimal.pl'
435       - name: arti
436         type: isis
437         path: '/backup/isis_backup/novi-40166/isisdata/latest/ARTI/ARTI'
438         encoding: 'cp852'
439         normalize:
440           path: 'conf/normalize/minimal.pl'
441
442
443   ffhu:
444     name: 'Hungarologija, Filozofski fakultet u Zagrebu'
445     input:
446       - name: libri
447         type: isis
448         path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
449         encoding: 'cp852'
450         #limit: 10
451         #modify_file: 'conf/modify/common.pl'
452         normalize:
453           path: 'conf/normalize/minimal.pl'
454       - name: peri
455         type: isis
456         path: '/backup/isis_backup/B001-2/winisis/latest/PERI/PERI'
457         encoding: 'cp852'
458         normalize:
459           path: 'conf/normalize/minimal.pl'
460       - name: arti
461         type: isis
462         path: '/backup/isis_backup/B001-2/winisis/latest/ARTI/ARTI'
463         encoding: 'cp852'
464         normalize:
465           path: 'conf/normalize/minimal.pl'
466
467   ffiz:
468     name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
469     input:
470       - name: libri
471         type: isis
472         path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
473         encoding: 'cp852'
474         #limit: 10
475         #modify_file: 'conf/modify/common.pl'
476         normalize:
477           path: 'conf/normalize/minimal.pl'
478       - name: peri
479         type: isis
480         path: '/backup/isis_backup/A129-2/isisdata/latest/PERI/PERI'
481         encoding: 'cp852'
482         normalize:
483           path: 'conf/normalize/minimal.pl'
484       - name: arti
485         type: isis
486         path: '/backup/isis_backup/a129-2/isisdata/latest/arti/arti'
487         encoding: 'cp852'
488         normalize:
489           path: 'conf/normalize/minimal.pl'
490       - name: sig
491         type: isis
492         path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
493         encoding: 'cp852'
494         #limit: 10
495         #modify_file: 'conf/modify/common.pl'
496         normalize:
497           path: 'conf/normalize/iz-sig.pl'
498
499   ffkf:
500     name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
501     input:
502       name: libri
503       type: isis
504       path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
505       encoding: 'cp852'
506       #limit: 10
507       #modify_file: 'conf/modify/common.pl'
508       normalize:
509         path: 'conf/normalize/minimal.pl'
510
511   ffkk:
512     name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
513     input:
514       - name: libri
515         type: isis
516         path: '/backup/isis_backup/A206-4/isisdata/latest/LIBRI/LIBRI'
517         encoding: 'cp852'
518         #limit: 10
519         modify_file: 'conf/modify/common.pl'
520         normalize:
521           path: 'conf/normalize/minimal.pl'
522       - name: peri
523         type: isis
524         path: '/backup/isis_backup/A206-4/isisdata/latest/PERI/PERI'
525         encoding: 'cp852'
526         #limit: 10
527         #modify_file: 'conf/modify/common.pl'
528         normalize:
529           path: 'conf/normalize/minimal.pl'
530       - name: arti
531         type: isis
532         path: '/backup/isis_backup/A206-4/isisdata/latest/ARTI/ARTI'
533         encoding: 'cp852'
534         #limit: 10
535         #modify_file: 'conf/modify/ffkk-arti.pl'
536         normalize:
537           path: 'conf/normalize/ff-arti.pl'
538       - name: klibri
539         type: marc
540         path: '/data/webpac2/out/marc/ffkk-libri.marc'
541         encoding: 'UTF-8'
542         normalize:
543           path: 'conf/normalize/test.pl'
544
545   fflo:
546     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
547     input:
548       - name: libri
549         type: isis
550         path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
551         encoding: 'cp852'
552         #limit: 10
553         modify_file: 'conf/modify/common.pl'
554         normalize:
555           path: 'conf/normalize/minimal.pl'
556       - name: peri
557         type: isis
558         path: '/backup/isis_backup/A108-1/ISISDATA/latest/PERI/PERI'
559         encoding: 'cp852'
560         #limit: 10
561         #modify_file: 'conf/modify/common.pl'
562         normalize:
563           path: 'conf/normalize/minimal.pl'
564       - name: arti
565         type: isis
566         path: '/backup/isis_backup/A108-1/ISISDATA/latest/ARTI/ARTI'
567         encoding: 'cp852'
568         #limit: 10
569         #modify_file: 'conf/modify/common.pl'
570         normalize:
571           path: 'conf/normalize/minimal.pl'
572
573   fftu:
574     name: 'Turkologija, Filozofski fakultet u Zagrebu'
575     input:
576       - name: libri
577         type: isis
578         path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
579         encoding: 'cp852'
580         #limit: 10
581         #modify_file: 'conf/modify/common.pl'
582         normalize:
583           path: 'conf/normalize/minimal.pl'
584       - name: peri
585         type: isis
586         path: '/backup/isis_backup/B025-2/ISISDATA/latest/PERI/PERI'
587         encoding: 'cp852'
588         #limit: 10
589         #modify_file: 'conf/modify/common.pl'
590         normalize:
591           path: 'conf/normalize/minimal.pl'
592       - name: arti
593         type: isis
594         path: '/backup/isis_backup/B025-2/ISISDATA/latest/ARTI/ARTI'
595         encoding: 'cp852'
596         #limit: 10
597         #modify_file: 'conf/modify/common.pl'
598         normalize:
599           path: 'conf/normalize/minimal.pl'
600
601   ffpe:
602     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
603     input:
604       - name: libri
605         type: isis
606         path: '/backup/isis_backup/novi-40163/isisdata/latest/LIBRI/LIBRI'
607         encoding: 'cp852'
608         #limit: 10
609         #modify_file: 'conf/modify/common.pl'
610         normalize:
611           path: 'conf/normalize/minimal.pl'
612       - name: peri
613         type: isis
614         path: '/backup/isis_backup/novi-40163/isisdata/latest/PERI/PERI'
615         encoding: 'cp852'
616         #limit: 10
617         #modify_file: 'conf/modify/common.pl'
618         normalize:
619           path: 'conf/normalize/minimal.pl'
620       - name: arti
621         type: isis
622         path: '/backup/isis_backup/novi-40163/isisdata/latest/ARTI/ARTI'
623         encoding: 'cp852'
624         #limit: 10
625         #modify_file: 'conf/modify/common.pl'
626         normalize:
627           path: 'conf/normalize/minimal.pl'
628
629   ffpo:
630     name: 'Povijest, Filozofski fakultet u Zagrebu'
631     input:
632       - name: libri
633         type: isis
634         path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
635         encoding: 'cp852'
636         #modify_file: 'conf/modify/common.pl'
637         normalize:
638           path: 'conf/normalize/minimal.pl'
639       - name: peri
640         type: isis
641         path: '/backup/isis_backup/A-201-1/isisdata/latest/PERI/PERI'
642         encoding: 'cp852'
643         #limit: 10
644         #modify_file: 'conf/modify/common.pl'
645         normalize:
646           path: 'conf/normalize/minimal.pl'
647       - name: arti
648         type: isis
649         path: '/backup/isis_backup/A-201-1/isisdata/latest/ARTI/ARTI'
650         encoding: 'cp852'
651         #limit: 10
652         #modify_file: 'conf/modify/common.pl'
653         normalize:
654           path: 'conf/normalize/minimal.pl'
655
656   ffpu:
657     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
658     input:
659       - name: libri
660         type: isis
661         path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
662         encoding: 'cp852'
663         #limit: 10
664         #modify_file: 'conf/modify/common.pl'
665         normalize:
666           path: 'conf/normalize/minimal.pl'
667       - name: peri
668         type: isis
669         path: '/backup/isis_backup/C124-3/ISISDATA/latest/PERI/PERI'
670         encoding: 'cp852'
671         #limit: 10
672         #modify_file: 'conf/modify/common.pl'
673         normalize:
674           path: 'conf/normalize/minimal.pl'
675       - name: arti
676         type: isis
677         path: '/backup/isis_backup/C124-3/ISISDATA/latest/ARTI/ARTI'
678         encoding: 'cp852'
679         #limit: 10
680         #modify_file: 'conf/modify/common.pl'
681         normalize:
682           path: 'conf/normalize/minimal.pl'
683
684   ffps:
685     # all variables here will be available as config variables in template
686     name: 'Psihologija, Filozofski fakultet u Zagrebu'
687     code: 'ps'
688     url: 'http://www.knjiznice.ffzg.hr/psihologija'
689
690     # define input source
691     input:
692       # this will create unique name with name of database and mfn
693       - name: libri
694         # isis
695         type: isis
696
697         # full path to database
698         path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
699         # path: '/data/isis_data/PS/LIBRI/'
700
701         # encoding of character set in isis data
702         encoding: 'cp852'
703
704         # lookup
705         # lookup: 'conf/lookup/isis_ffzg.yml'
706
707         # limit number of records to read from database
708         #limit: 10
709
710         modify_file: 'conf/modify/common.pl'
711         
712         # define normalisation for that source
713         normalize:
714           # which tag to use in normalize xml for data?
715           # tag: 'isis'
716           # path to normalization xml
717           path: 'conf/normalize/minimal.pl'
718
719       # another input database
720       - name: peri
721         type: isis
722         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'
723         encoding: 'cp852'
724         #limit: 10
725         # modify_file: 'conf/modify/common.pl'
726         normalize:
727           path: 'conf/normalize/minimal.pl'
728
729   ffro:
730     name: 'Romanistika, Filozofski fakultet u Zagrebu'
731     input:
732       - name: libri
733         type: isis
734         path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'
735         encoding: 'cp852'
736         #limit: 10
737         modify_file: 'conf/modify/common.pl'
738         normalize:
739           path: 'conf/normalize/minimal.pl'
740       - name: peri
741         type: isis
742         path: '/backup/isis_backup/A224-6/isisdata/latest/PERI/PERI'
743         encoding: 'cp852'
744         #limit: 10
745         # modify_file: 'conf/modify/common.pl'
746         normalize:
747           path: 'conf/normalize/minimal.pl'
748
749
750   ffsk:
751     name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
752     input:
753       name: libri
754       type: isis
755       path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'
756       encoding: 'cp852'
757       #limit: 10
758       #modify_file: 'conf/modify/common.pl'
759       normalize:
760         path: 'conf/normalize/minimal.pl'
761
762   ffsf:
763     name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
764     input:
765       - name: blibri
766         type: isis
767         path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
768         encoding: 'cp852'
769         #limit: 10
770         modify_file: 'conf/modify/common.pl'
771         normalize:
772           path: 'conf/normalize/minimal.pl'
773       - name: mlibri
774         type: isis
775         path: '/data/isis_data/sfm/LIBRI/LIBRI'
776         encoding: 'cp852'
777         #limit: 10
778         modify_file: 'conf/modify/common.pl'
779         normalize:
780           path: 'conf/normalize/minimal.pl'
781       - name: peri
782         type: isis
783         path: '/backup/isis_backup/A125-2/ISISDATA/latest/PERI/PERI'
784         encoding: 'cp852'
785         #limit: 10
786         modify_file: 'conf/modify/common.pl'
787         normalize:
788           path: 'conf/normalize/minimal.pl'
789
790   ffso:
791     name: 'Sociologija, Filozofski fakultet u Zagrebu'
792     input:
793       - name: libri
794         type: isis
795         path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
796         encoding: 'cp852'
797         #limit: 10
798         #modify_file: 'conf/modify/common.pl'
799         normalize:
800           path: 'conf/normalize/minimal.pl'
801       - name: peri
802         type: isis
803         path: '/backup/isis_backup/A002-3/isisdata/latest/PERI/PERI'
804         encoding: 'cp852'
805         #limit: 10
806         modify_file: 'conf/modify/common.pl'
807         normalize:
808           path: 'conf/normalize/minimal.pl'
809       - name: arti
810         type: isis
811         path: '/backup/isis_backup/A002-3/isisdata/latest/ARTI/ARTI'
812         encoding: 'cp852'
813         #limit: 10
814         modify_file: 'conf/modify/common.pl'
815         normalize:
816           path: 'conf/normalize/minimal.pl'
817
818   ffta:
819     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
820     input:
821       - name: libri
822         type: isis
823         path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
824         encoding: 'cp852'
825         #limit: 10
826         #modify_file: 'conf/modify/common.pl'
827         normalize:
828           path: 'conf/normalize/minimal.pl'
829       - name: peri
830         type: isis
831         path: '/backup/isis_backup/A225-2/isisdata/latest/PERI/PERI'
832         encoding: 'cp852'
833         #limit: 10
834         modify_file: 'conf/modify/common.pl'
835         normalize:
836           path: 'conf/normalize/minimal.pl'
837
838   ffsr:
839     name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
840     input:
841       name: libri
842       type: isis
843       path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
844       encoding: 'cp852'
845       #limit: 10
846       #modify_file: 'conf/modify/common.pl'
847       normalize:
848         path: 'conf/normalize/minimal.pl'
849
850   ffmic:
851     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
852     input:
853       - name: libri
854         type: isis
855         path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
856         encoding: 'cp852'
857         #limit: 10
858         #modify_file: 'conf/modify/common.pl'
859         normalize:
860           path: 'conf/normalize/minimal.pl'
861       - name: peri
862         type: isis
863         path: '/backup/isis_backup/C107-9/ISISDATA/latest/Peri/PERI'
864         encoding: 'cp852'
865         #limit: 10
866         modify_file: 'conf/modify/common.pl'
867         normalize:
868           path: 'conf/normalize/minimal.pl'
869
870 ## Elektronièki èasopisi
871 #  emerald:
872 #    name: 'EmeraldFulltext'
873 #    input:
874 #      name: ecas
875 #      type: excel
876 #      path: '/data/FF/emerald/persistenturls.xls'
877 #      worksheet: 'All Titles'
878 #      from: 20
879 #      encoding: 'windows-1250'
880 #      #limit: 10
881 #      normalize:
882 #        path: 'conf/normalize/excel_emerald.pl'
883
884
885 #Wiley zbirka
886 #  wiley:
887 #    name: 'Wiley Intescience Full'
888 #    input:
889 #      - name: full
890 #        type: excel
891 #        path: '/data/FF/wiley/all_wiley_interscience_journals_2007.xls'
892 #        worksheet: 'All Wiley Journals 2007'
893 #        from: 1
894 #        encoding: 'UTF-8'
895 #        normalize:
896 #          path: 'conf/normalize/excel-wiley-minimal.pl'
897 #      - name: licenced
898 #        type: excel
899 #        path: '/data/FF/wiley/wiley_casopisi2006.xls'
900 #        worksheet: 'carnet'
901 #        from: 1
902 #        encoding: 'UTF-8'
903 #        normalize:
904 #          path: 'conf/normalize/excel-wiley.pl'
905 #      - name: nourl
906 #        type: marc
907 #        path: '/data/webpac2/out/marc/wiley-licenced.marc'
908 #        encoding: 'UTF-8'
909 #        normalize:
910 #          path: 'conf/normalize/marc-wiley-nourl.pl'
911 #      - name: licenced
912 #        type: marc
913 #        path: '/data/FF/wiley/wiley-licenced.marc'
914 #        encoding: 'UTF-8'
915 #        normalize:
916 #          path: 'conf/normalize/common.pl'
917
918 #  nsk:
919 #    name: 'Nacionalna i sveucilisna knjiznica'
920 #    input:
921 #      name: baza
922 #      type: marc
923 #      path: '/backup/data/NSK/BBaza.ISO'
924 #      encoding: 'ISO-8859-2'
925 #      normalize:
926 #        path: 'conf/normalize/marc-nsk.pl'
927