/[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

Annotation of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log


Revision 635 - (hide annotations)
Wed Sep 6 18:08:52 2006 UTC (17 years, 7 months ago) by dpavlin
File size: 21636 byte(s)
use native hyperestraier, local

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

  ViewVC Help
Powered by ViewVC 1.1.26