/[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 612 - (show annotations)
Wed Aug 23 10:08:17 2006 UTC (17 years, 8 months ago) by dpavlin
File size: 19925 byte(s)
local configuration for mjesec

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

  ViewVC Help
Powered by ViewVC 1.1.26