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

  ViewVC Help
Powered by ViewVC 1.1.26