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

  ViewVC Help
Powered by ViewVC 1.1.26