/[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

Contents of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 622 - (show annotations)
Fri Aug 25 19:22:33 2006 UTC (17 years, 8 months ago) by dpavlin
File size: 20436 byte(s)
local

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

  ViewVC Help
Powered by ViewVC 1.1.26