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

  ViewVC Help
Powered by ViewVC 1.1.26