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

  ViewVC Help
Powered by ViewVC 1.1.26