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

  ViewVC Help
Powered by ViewVC 1.1.26