/[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 795 - (show annotations)
Sun Feb 4 12:37:42 2007 UTC (17 years, 3 months ago) by dpavlin
File size: 22649 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/ff-nakladnicka.pl'
484 - path: 'conf/normalize/ff-libri.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-nakladnicka.pl'
571 #- path: 'conf/normalize/minimal.pl'
572 #- path: 'conf/normalize/ff-dupli.pl'
573 path: 'conf/normalize/ffps-spec.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-nakl-nsk.pl'
623 # - path: 'conf/normalize/ff-nakladnicka.pl'
624 - path: 'conf/normalize/ff-libri.pl'
625 # - path: 'conf/normalize/ff-viseraz.pl'
626 # - path: 'conf/normalize/minimal.pl'
627 # - path: 'conf/normalize/ff-dupli.pl'
628 - name: mlibri
629 type: isis
630 path: '/data/isis_data/sfm/LIBRI/LIBRI'
631 # path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'
632 encoding: 'cp852'
633 #limit: 10
634 #modify_file: 'conf/modify/common.pl'
635 normalize:
636 - path: 'conf/normalize/minimal.pl'
637 - path: 'conf/normalize/ff-dupli.pl'
638 # path: 'conf/normalize/ff-libri.pl'
639 - name: peri
640 type: isis
641 path: '/backup/isis_backup/A125-2/ISISDATA/latest/PERI/PERI'
642 encoding: 'cp852'
643 #limit: 10
644 modify_file: 'conf/modify/common.pl'
645 normalize:
646 path: 'conf/normalize/minimal.pl'
647
648 ffso:
649 name: 'Sociologija, Filozofski fakultet u Zagrebu'
650 input:
651 name: libri
652 type: isis
653 path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
654 encoding: 'cp852'
655 #limit: 10
656 #modify_file: 'conf/modify/common.pl'
657 normalize:
658 - path: 'conf/normalize/minimal.pl'
659 - path: 'conf/normalize/ff-dupli.pl'
660
661 ffta:
662 name: 'Talijanistika, Filozofski fakultet u Zagrebu'
663 input:
664 name: libri
665 type: isis
666 path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
667 encoding: 'cp852'
668 #limit: 10
669 #modify_file: 'conf/modify/common.pl'
670 normalize:
671 - path: 'conf/normalize/minimal.pl'
672 - path: 'conf/normalize/ff-dupli.pl'
673
674 ffsr:
675 name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
676 input:
677 name: libri
678 type: isis
679 path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
680 encoding: 'cp852'
681 #limit: 10
682 #modify_file: 'conf/modify/common.pl'
683 normalize:
684 - path: 'conf/normalize/minimal.pl'
685 - path: 'conf/normalize/ff-dupli.pl'
686
687 ffmic:
688 name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
689 input:
690 name: libri
691 type: isis
692 path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
693 encoding: 'cp852'
694 #limit: 10
695 #modify_file: 'conf/modify/common.pl'
696 normalize:
697 - path: 'conf/normalize/ff-libri.pl'
698 - path: 'conf/normalize/ff-dupli.pl'
699 #
700 # efzg:
701 # name: 'Ekonomski fakutet u Zagrebu'
702 # input:
703 # name: knjige
704 # type: marc
705 # path: '/data/drustvene/efzg/unimarc.iso'
706 # encoding: 'cp852'
707 # # CroList recoding pairs to fix encoding problems
708 # recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
709 # #limit: 1000
710 # normalize:
711 # path: 'conf/normalize/minimal.pl'
712 #
713 # eizg:
714 # name: 'Ekonomski institut u Zagrebu'
715 # input:
716 # name: bib
717 # type: isis
718 # path: '/data/drustvene/eizg/BIB'
719 # encoding: 'cp852'
720 # #limit: 100
721 # normalize:
722 # path: 'conf/normalize/ff-libri.pl'
723 #
724 # efos:
725 # name: 'Ekonomski fakutet u Osijeku'
726 # input:
727 # name: knjige
728 # type: marc
729 # path: '/data/drustvene/efos/EFOSBAZA.ISO'
730 # encoding: 'ISO-8859-2'
731 # # CroList recoding pairs to fix encoding problems
732 # #recode: '^ È ~ è ] Æ } æ | ð \[ © { ¹ @ ® ` ¾'
733 # #limit: 10
734 # normalize:
735 # path: 'conf/normalize/ff-libri.pl'
736 #
737 # irmo:
738 # name: 'Institut za meðunarodne odnose u Zagrebu'
739 # input:
740 # name: knjige
741 # type: isis
742 # path: '/data/drustvene/irmo/LIBRI'
743 # encoding: 'cp852'
744 # #limit: 10
745 # normalize:
746 # path: 'conf/normalize/ff-libri.pl'
747 #
748 # hika:
749 # name: 'Fakultet za turistièki i hotelski menad¾ment u Opatiji'
750 # input:
751 # name: knjige
752 # type: marc
753 # path: '/data/drustvene/hika/szi.iso'
754 # encoding: 'ISO-8859-2'
755 # # CroList recoding pairs to fix encoding problems
756 # recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
757 # #limit: 10
758 # normalize:
759 # path: 'conf/normalize/ff-libri.pl'
760 #
761 # iztzg:
762 # name: 'Institut za turizam u Zagrebu'
763 # input:
764 # name: knjige
765 # type: isis
766 # path: '/data/drustvene/iztzg/BIB'
767 # encoding: 'cp852'
768 # #limit: 10
769 # normalize:
770 # path: 'conf/normalize/ff-libri.pl'
771 #
772 # jzav:
773 # name: 'Jadranski zavod'
774 # input:
775 # name: bib
776 # type: isis
777 # path: '/data/drustvene/jzav/BIB'
778 # encoding: 'cp852'
779 # #limit: 10
780 # normalize:
781 # path: 'conf/normalize/ff-libri.pl'
782 #
783 # ijf:
784 # name: 'Institut za javne financije'
785 # input:
786 # name: knjige
787 # type: marc
788 # path: '/data/drustvene/ijf/szi.iso'
789 # encoding: 'ISO-8859-2'
790 # # CroList recoding pairs to fix encoding problems
791 # recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'
792 # #limit: 10
793 # normalize:
794 # path: 'conf/normalize/ff-libri.pl'
795
796 ## Elektronièki èasopisi
797 # emerald:
798 # name: 'EmeraldFulltext'
799 # input:
800 # name: ecas
801 # type: excel
802 # path: '/data/FF/emerald/persistenturls.xls'
803 # worksheet: 'All Titles'
804 # from: 20
805 # encoding: 'windows-1250'
806 # #limit: 10
807 # normalize:
808 # path: 'conf/normalize/excel_emerald.pl'
809
810
811 ## Wiley zbirka
812 # wiley:
813 # name: 'Wiley Intescience Full'
814 # input:
815 # - name: full
816 # type: excel
817 # path: '/data/FF/wiley/all_wiley_interscience_journals_2007.xls'
818 # worksheet: 'All Wiley Journals 2007'
819 # from: 1
820 # encoding: 'UTF-8'
821 # normalize:
822 # path: 'conf/normalize/excel-wiley-minimal.pl'
823 # - name: licenced
824 # type: excel
825 # path: '/data/FF/wiley/wiley_casopisi2006.xls'
826 # worksheet: 'carnet'
827 # from: 1
828 # encoding: 'UTF-8'
829 # normalize:
830 # path: 'conf/normalize/excel-wiley.pl'
831 # - name: nourl
832 # type: marc
833 # path: '/data/webpac2/out/marc/wiley-licenced.marc'
834 # encoding: 'UTF-8'
835 # normalize:
836 # path: 'conf/normalize/marc-wiley-nourl.pl'
837 # - name: licenced
838 # type: marc
839 # path: '/data/FF/wiley/wiley-licenced.marc'
840 # encoding: 'UTF-8'
841 # normalize:
842 # path: 'conf/normalize/common.pl'
843
844 nsk:
845 name: 'Nacionalna i sveucilisna knjiznica'
846 input:
847 name: baza
848 type: marc
849 path: '/backup/data/NSK/BBaza.ISO'
850 encoding: 'ISO-8859-2'
851 normalize:
852 path: 'conf/normalize/marc-nsk.pl'
853

  ViewVC Help
Powered by ViewVC 1.1.26