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

  ViewVC Help
Powered by ViewVC 1.1.26