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

Diff of /trunk/conf/mjesec.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 629 by dpavlin, Tue Sep 5 21:02:39 2006 UTC revision 1112 by dpavlin, Sat Sep 6 10:54:35 2008 UTC
# Line 1  Line 1 
1  --- #YAML:1.0  --- #YAML:1.0
2    
3  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!  # DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
4    
5  # encoding of this configuration file  # encoding of this configuration file
# Line 9  catalyst_encoding: 'UTF-8' Line 10  catalyst_encoding: 'UTF-8'
10  sites_root: 'sites'  sites_root: 'sites'
11    
12  # which indexing engine to use? (hyperestraier is default)  # which indexing engine to use? (hyperestraier is default)
13  use_indexer: 'hyperestraier'  #use_indexer: 'hyperestraier'
14    use_indexer: 'hyperestraier-native'
15  #use_indexer: 'kinosearch'  #use_indexer: 'kinosearch'
16    
17  # configuration for Hyper Estraier full text search engine  # configuration for Hyper Estraier full text search engine
# Line 24  hyperestraier: Line 26  hyperestraier:
26    # don't turn this on! it will spit huge amounts of output    # don't turn this on! it will spit huge amounts of output
27    #debug: 1    #debug: 1
28    #    #
29      #
30      path: 'casket/'
31    # number of results on each page    # number of results on each page
32    hits_on_page: 10    hits_on_page: 10
33    # number of results to fetch for suggestion (it will fold multiple sameones)    # number of results to fetch for suggestion (it will fold multiple sameones)
# Line 43  pager: Line 47  pager:
47  # configuration for KinoSearch search engine library  # configuration for KinoSearch search engine library
48  kinosearch:  kinosearch:
49    index_path: './kinosearch/'    index_path: './kinosearch/'
   fields:  
     - 'uri'  
     - 'AccompanyingMaterial'  
     - 'APA'  
     - 'CallNo'  
     - 'ContentsNote'  
     - 'CorporateName'  
     - 'CorporateName2'  
     - 'DatePublication'  
     - 'EditionNote'  
     - 'EditionStatement'  
     - 'ExpandedTitle'  
     - 'fond'  
     - 'Form'  
     - 'Frequency'  
     - 'GeneralNote'  
     - 'ID'  
     - 'IdentificationNumbers'  
     - 'IntellectResponsNote'  
     - 'InternalBibliographies'  
     - 'InvNo'  
     - 'ISBN'  
     - 'ISSN'  
     - 'ISN'  
     - 'IssuedWith'  
     - 'Language'  
     - 'level'  
     - 'MaterialDesignation'  
     - 'MFN'  
     - 'NamePublisher'  
     - 'Names'  
     - 'OriginatingSource'  
     - 'ParallelTitle'  
     - 'Parts'  
     - 'PartsEF'  
     - 'PartsID'  
     - 'PersonalName'  
     - 'PersonalName2'  
     - 'PersonalNameOther'  
     - 'PhysicalDescription'  
     - 'PhysicalDescriptionNote'  
     - 'PhysicalDetails'  
     - 'Piece'  
     - 'PieceAnalitic'  
     - 'PieceNum'  
     - 'PieceSubtitle'  
     - 'PlacePublication'  
     - 'Responsibility'  
     - 'ResponsibilityFirst'  
     - 'ResponsibilitySecond'  
     - 'SerialNo'  
     - 'Series'  
     - 'SeriesTitle'  
     - 'Set'  
     - 'Set2'  
     - 'Subtitle'  
     - 'Summary'  
     - 'SystemRequirements'  
     - 'titleNo'  
     - 'TitleProper'  
     - 'TitleProper2'  
     - 'UDC'  
     - 'UDC_All'  
     - 'UDCb'  
     - 'UncontrolledTerms'  
     - 'UniformHeading'  
     - 'URL'  
     - 'VolumeDesignation'  
     - 'AllThes'  
     - 'BroaderTerm'  
     - 'ClassCode'  
     - 'DescriptorEN'  
     - 'DescriptorFR'  
     - 'DescriptorGE'  
     - 'DescriptorHR'  
     - 'filename'  
     - 'format'  
     - 'headline'  
     - 'IDths'  
     - 'line'  
     - 'line2'  
     - 'line3'  
     - 'line4'  
     - 'MicrothesaurusEN'  
     - 'MicrothesaurusFR'  
     - 'MicrothesaurusGE'  
     - 'MicrothesaurusHR'  
     - 'NarrowerTerm'  
     - 'NonDescriptorEN'  
     - 'NonDescriptorFR'  
     - 'NonDescriptorGE'  
     - 'NonDescriptorHR'  
     - 'RelatedTerm'  
     - 'ScopeNoteEN'  
     - 'ScopeNoteHR'  
     - 'SeeBefore'  
     - 'SeeNext'  
     - 'Source'  
     - 'SubjectAreaHR'  
     - 'SubjectIndex'  
     - 'URL'  
50    database: 'unconfigured database name'    database: 'unconfigured database name'
51    label: 'unconfigured database label'    label: 'unconfigured database label'
52    encoding: 'iso-8859-2'    encoding: 'iso-8859-2'
# Line 173  webpac: Line 76  webpac:
76      isis: 'WebPAC::Input::ISIS'      isis: 'WebPAC::Input::ISIS'
77      marc: 'WebPAC::Input::MARC'      marc: 'WebPAC::Input::MARC'
78      excel: 'WebPAC::Input::Excel'      excel: 'WebPAC::Input::Excel'
79      # define delimiters for validation
80      delimiters:
81        - ' ; '
82        - ' : '
83        - ' / '
84        - ' = '
85  editor:  editor:
86    # open this record when opening editor    # open this record when opening editor
87    # (it will also be used to deduce default database and input)    # (it will also be used to deduce default database and input)
88    default_record_uri: 'ps/libri/1'    default_record_uri: 'ps/peri/1'
89    
90  # directives after this are used when indexing using core WebPAC modules  # directives after this are used when indexing using core WebPAC modules
91    
# Line 223  databases: Line 131  databases:
131          credit: 10000          credit: 10000
132        - to: ffsk        - to: ffsk
133          credit: 10000          credit: 10000
134        - to: ffsfb        - to: ffsf
         credit: 10000  
       - to: ffsfm  
135          credit: 10000          credit: 10000
136        - to: ffso        - to: ffso
137          credit: 10000          credit: 10000
# Line 235  databases: Line 141  databases:
141          credit: 10000          credit: 10000
142        - to: ffmic        - to: ffmic
143          credit: 10000          credit: 10000
144        - to: efzg        - to: vusp
         credit: 10000  
       - to: eizg  
         credit: 10000  
       - to: efos  
         credit: 10000  
       - to: irmo  
         credit: 10000  
       - to: hika  
         credit: 10000  
       - to: iztzg  
         credit: 10000  
       - to: jzav  
145          credit: 10000          credit: 10000
146        - to: ijf        - to: kem
         credit: 10000  
       - to: emerald  
147          credit: 10000          credit: 10000
148    
149    # site with alternative databases  #  # site with alternative databases
150    'hr':  #  'hr':
151      name: 'Primjer za hrvatsko sučelje'  #    name: 'Primjer za hrvatsko sučelje'
152      links:  #    links:
153        - to: ffps  #      - to: ffps
154          credit: 10000  #        credit: 10000
155        - to: ffkk  #      - to: ffkk
156          credit: 5000  #        credit: 5000
157        - to: emerald  #      - to: emerald
158          credit: 5000  #        credit: 5000
159    
160    
161  #  'ffps':  #  'ffps':
# Line 272  databases: Line 164  databases:
164  #      - to: ffps  #      - to: ffps
165  #        credit: 10000  #        credit: 10000
166    
167    'drustvene':  #  'drustvene':
168      name: 'Katalog knjižnica društvenih znanosti'  #    name: 'Katalog knjižnica društvenih znanosti'
169      links:  #    links:
170        - to: efzg  #      - to: efzg
171          credit: 10000  #        credit: 10000
172        - to: eizg  #      - to: eizg
173          credit: 10000  #        credit: 10000
174        - to: efos  #      - to: efos
175          credit: 10000  #        credit: 10000
176        - to: irmo  #      - to: irmo
177          credit: 10000  #        credit: 10000
178        - to: hika  #      - to: hika
179          credit: 10000  #        credit: 10000
180        - to: iztzg  #      - to: iztzg
181          credit: 10000  #        credit: 10000
182        - to: jzav  #      - to: jzav
183          credit: 10000  #        credit: 10000
184        - to: ijf  #      - to: ijf
185          credit: 10000  #        credit: 10000
186        
187    'ecasopisi':  #  'ecasopisi':
188      name: 'Katalog elektroničkih časopisa'  #    name: 'Katalog elektroničkih časopisa'
189      links:  #    links:
190        - to: emerald  #      - to: emerald
191          credit: 10000  #        credit: 10000
192    
193    ffan:    ffan:
194      name: 'Anglistika, Filozofski fakultet u Zagrebu'      name: 'Anglistika, Filozofski fakultet u Zagrebu'
195      input:      input:
196        name: libri        - name: mapirano
197        type: isis          type: excel
198        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'          path: '/data/isis_data/an/signature/an-mapirano-proba.xls'
199        encoding: 'cp852'          encoding: 'windows-1250'
200        lookup: 'conf/lookup/isis.pm'          normalize:
201        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
202        normalize:        - name: starasig
203          path: 'conf/normalize/common.pl'          type: excel
204            path: '/data/isis_data/an/signature/an-stara_signatura.xls'
205            encoding: 'windows-1250'
206            normalize:
207              - path: 'conf/normalize/xls2xls-min.pl'
208          - name: libri
209            type: isis
210    #        path: '/backup/isis_backup/A105-1/isisdata/latest/LIBRI/LIBRI'
211            path: '/data/isis_data/lj2008/an/LIBRI/LIBRI'
212            encoding: 'cp852'
213            modify_file: 'conf/modify/common.pl'
214            normalize:
215              - path: 'conf/normalize/ff-libri.pl'
216      #        - path: 'conf/normalize/ff-libri-svesci.pl'
217    
218    ffar:    ffar:
219      name: 'Arheologija, Filozofski fakultet u Zagrebu'      name: 'Arheologija, Filozofski fakultet u Zagrebu'
220      input:      input:
221        name: libri        - name: libri
222        type: isis          type: isis
223        path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'  #        path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
224        encoding: 'cp852'          path: '/data/isis_data/lj2008/ar/LIBRI/LIBRI'
225        lookup: 'conf/lookup/isis_ffzg.yml'          encoding: 'cp852'
226        #limit: 10          modify_file: 'conf/modify/common.pl'
227        normalize:          normalize:
228          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
229              - path: 'conf/normalize/ff-libri-svesci.pl'
230    
231    ffet:    ffet:
232      name: 'Etnologija, Filozofski fakultet u Zagrebu'      name: 'Etnologija, Filozofski fakultet u Zagrebu'
233      input:      input:
234        name: libri        - name: libri
235        type: isis          type: isis
236        path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
237        encoding: 'cp852'          encoding: 'cp852'
238        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
239        #limit: 10          normalize:
240        normalize:            - path: 'conf/normalize/ff-libri.pl'
241          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
242    
243    fffi:    fffi:
244      name: 'Filozofija, Filozofski fakultet u Zagrebu'      name: 'Filozofija, Filozofski fakultet u Zagrebu'
245      input:      input:
246        name: libri  #      - name: sabrana
247        type: isis  #        type: excel
248        path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'  #        path: '/data/isis_data/fi/sabrana/filozofija-sabrana.xls'
249        encoding: 'cp852'  #        encoding: 'windwows-1250'
250        lookup: 'conf/lookup/isis_ffzg.yml'  #        normalize:
251        #limit: 10  #          - path: 'conf/normalize/xls2xls-min.pl'
252        normalize:        - name: mapirano
253          path: 'conf/normalize/common.pl'          type: excel
254            path: '/data/isis_data/fi/signature/fi-mapirano.xls'
255            encoding: 'windows-1250'
256            normalize:
257              - path: 'conf/normalize/xls2xls-min.pl'
258          - name: libri
259            type: isis
260    #        path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
261            path: '/data/isis_data/lj2008/fi/LIBRI/LIBRI'
262            encoding: 'cp852'
263            modify_file: 'conf/modify/common.pl'
264            normalize:
265              - path: 'conf/normalize/ff-libri.pl'
266              - path: 'conf/normalize/ff-libri-svesci.pl'
267    
268    fffo:    fffo:
269      name: 'Fonetika, Filozofski fakultet u Zagrebu'      name: 'Fonetika, Filozofski fakultet u Zagrebu'
270      input:      input:
271        - name: libri        - name: libri
272          type: isis          type: isis
273          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'  #        path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
274            path: '/data/isis_data/fo/bkp/20080723/LIBRI/LIBRI'
275          encoding: 'cp852'          encoding: 'cp852'
276          lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
         #limit: 10  
277          normalize:          normalize:
278            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
279        - name: arti            - path: 'conf/normalize/ff-libri-svesci.pl'
         type: isis  
         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'  
         encoding: 'cp852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
         normalize:  
           path: 'conf/normalize/common.pl'  
   
280    
281    ffge:    ffge:
282      name: 'Germanistika, Filozofski fakultet u Zagrebu'      name: 'Germanistika, Filozofski fakultet u Zagrebu'
283      input:      input:
284        name: libri        - name: libri
285        type: isis          type: isis
286        path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/novi-40166/isisdata/latest/LIBRI/LIBRI'
287        encoding: 'cp852'          encoding: 'cp852'
288        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
289        #limit: 10          normalize:
290        normalize:            - path: 'conf/normalize/ff-libri.pl'
291          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
292    
293    ffhu:    ffhu:
294      name: 'Hungarologija, Filozofski fakultet u Zagrebu'      name: 'Hungarologija, Filozofski fakultet u Zagrebu'
295      input:      input:
296        name: libri        - name: libri
297        type: isis          type: isis
298        path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/b001-3/ISISDATA/latest/LIBRI/LIBRI'
299        encoding: 'cp852'          encoding: 'cp852'
300        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
301        #limit: 10          normalize:
302        normalize:            - path: 'conf/normalize/ff-libri.pl'
303          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
304    
305    ffiz:    ffiz:
306      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
307      input:      input:
308        name: libri        - name: mapirano
309        type: isis          type: excel
310        path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/iz/signature/iz-mapirano.xls'
311        encoding: 'cp852'          encoding: 'windows-1250'
312        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
313        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
314        normalize:        - name: starasig
315          path: 'conf/normalize/common.pl'          type: excel
316            path: '/data/isis_data/iz/signature/stara-signatura.xls'
317            encoding: 'windows-1250'
318            normalize:
319              - path: 'conf/normalize/xls2xls-min.pl'
320          - name: libri
321            type: isis
322            path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
323            encoding: 'cp852'
324            modify_file: 'conf/modify/common.pl'
325            normalize:
326              - path: 'conf/normalize/ff-libri.pl'
327              - path: 'conf/normalize/ff-libri-svesci.pl'
328      #  output:
329      #    - module: 'Excel'
330      #      path: '/data/isis_data/iz/reports/nova-signatura.xls'
331      #    - name: novasig
332      #      type: marc
333      #      path: '/data/webpac2/out/marc/ffiz-libri.marc'
334      #      encoding: 'UTF-8'
335      #      normalize:
336      #        path: 'conf/normalize/ffiz-novasig.pl'
337      #  output:
338      #    - module: 'Excel'
339      #      path: '/data/isis_data/iz/reports/lista-novih-signatura.xls'
340    
341    ffkf:    ffkf:
342      name: 'Klasična filologija, Filozofski fakultet u Zagrebu'      name: 'Klasična filologija, Filozofski fakultet u Zagrebu'
343      input:      input:
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffkk:  
     name: 'Komparativna književnost, Filozofski fakultet u Zagrebu'  
     input:  
344        - name: libri        - name: libri
345          type: isis          type: isis
346          path: '/data/isis_data/kk/LIBRI/LIBRI'          path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
 #       path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'  
347          encoding: 'cp852'          encoding: 'cp852'
348          lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
         #limit: 10  
349          normalize:          normalize:
350            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
351        - name: arti            - path: 'conf/normalize/ff-libri-svesci.pl'
352      
353      ffkk:
354        name: 'Komparativna književnost, Filozofski fakultet u Zagrebu'
355        input:
356          - name: libri
357          type: isis          type: isis
358          path: '/data/isis_data/kk/ARTI/ARTI'          path: '/backup/isis_backup/A206-4/isisdata/latest/LIBRI/LIBRI'
 #       path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'  
359          encoding: 'cp852'          encoding: 'cp852'
360          lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
         #limit: 10  
         modify_records:  
           200:  
             '^f':  
               '; ': '^x'  
361          normalize:          normalize:
362            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
363              - path: 'conf/normalize/ff-libri-svesci.pl'
364    
365    fflo:    fflo:
366      name: 'Lingvistika, Filozofski fakultet u Zagrebu'      name: 'Lingvistika, Filozofski fakultet u Zagrebu'
367      input:      input:
368        name: libri        - name: libri
369        type: isis          type: isis
370        path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
371        encoding: 'cp852'          encoding: 'cp852'
372        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
373        #limit: 10          normalize:
374        normalize:            - path: 'conf/normalize/ff-libri.pl'
375          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
   
   fftu:  
     name: 'Turkologija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
376    
377    ffpe:    ffpe:
378      name: 'Pedagogija, Filozofski fakultet u Zagrebu'      name: 'Pedagogija, Filozofski fakultet u Zagrebu'
379      input:      input:
380        name: libri        - name: signature
381        type: isis          type: excel
382        path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/pe/map-ped.xls'
383        encoding: 'cp852'          encoding: 'windows-1250'
384        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
385        #limit: 10            path: 'conf/normalize/xls2xls-min.pl'
386        normalize:        - name: libri
387          path: 'conf/normalize/common.pl'          type: isis
388            path: '/backup/isis_backup/b226-1/isisdata/latest/LIBRI/LIBRI'
389            encoding: 'cp852'
390            modify_file: 'conf/modify/common.pl'
391            normalize:
392              - path: 'conf/normalize/ff-libri.pl'
393              - path: 'conf/normalize/ff-libri-svesci.pl'
394    
395    ffpo:    ffpo:
396      name: 'Povijest, Filozofski fakultet u Zagrebu'      name: 'Povijest, Filozofski fakultet u Zagrebu'
397      input:      input:
398        name: libri        - name: libri
399        type: isis          type: isis
400        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
401        encoding: 'cp852'          encoding: 'cp852'
402        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
403        #limit: 10          normalize:
404        normalize:            - path: 'conf/normalize/ff-libri.pl'
405          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
406    
407    ffpu:    ffpu:
408      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
409      input:      input:
410        name: libri        - name: libri
411        type: isis          type: isis
412        path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
413        encoding: 'cp852'          encoding: 'cp852'
414        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
415        #limit: 10          normalize:
416        normalize:            - path: 'conf/normalize/ff-libri.pl'
417          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
418    
419    ffps:    ffps:
     # all variables here will be available as config variables in template  
420      name: 'Psihologija, Filozofski fakultet u Zagrebu'      name: 'Psihologija, Filozofski fakultet u Zagrebu'
421      code: 'ps'      code: 'ps'
422      url: 'http://www.knjiznice.ffzg.hr/psihologija'      url: 'http://www.knjiznice.ffzg.hr/psihologija'
   
     # define input source  
423      input:      input:
424        # this will create unique name with name of database and mfn        - name: signature
425            type: excel
426            path: '/data/isis_data/ps/map-psi.xls'
427            encoding: 'windows-1250'
428            normalize:
429              path: 'conf/normalize/xls2xls-min.pl'
430        - name: libri        - name: libri
         # isis  
431          type: isis          type: isis
   
         # full path to database  
432          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
         # path: '/data/isis_data/PS/LIBRI/'  
   
         # encoding of character set in isis data  
433          encoding: 'cp852'          encoding: 'cp852'
434            modify_file: 'conf/modify/common.pl'
435            normalize:
436              - path: 'conf/normalize/ff-libri.pl'
437              - path: 'conf/normalize/ff-libri-svesci.pl'
438    
439          # lookup    ffro:
440          lookup: 'conf/lookup/isis_ffzg.yml'      name: 'Romanistika, Filozofski fakultet u Zagrebu'
441        input:
442          # limit number of records to read from database        - name: libri
         #limit: 10  
   
         modify_records:  
           200:  
             '^d':  
               '^e': ' : '  
             '^e':  
               '^d': ' = '  
             '*':  
               '^g': ' ; '  
               '^c': '. '  
           210:  
             '^a':  
               '^c': '^b'  
             '^b':  
               ' : ': '^b'  
               '^d': '^c'  
             '*':  
               '. (': '. (^e'  
             '^e':  
               ' : ': ' ^f'  
           700:  
             '^a':  
               '^b': ', '  
           701:  
             '^a':  
               '^b': ', '  
           702:  
             '^a':  
               '^b': ', '  
         # define normalisation for that source  
         normalize:  
           # which tag to use in normalize xml for data?  
           # tag: 'isis'  
           # path to normalization xml  
           path: 'conf/normalize/common.pl'  
           #path: 'conf/normalize/isis_ffzg.yml'  
   
       # another input database  
       - name: peri  
443          type: isis          type: isis
444          path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'          path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'
445          encoding: 'cp852'          encoding: 'cp852'
446          lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
         #limit: 10  
447          normalize:          normalize:
448            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
449              - path: 'conf/normalize/ff-libri-svesci.pl'
450    
451    ffro:  #  ffsk:
452      name: 'Romanistika, Filozofski fakultet u Zagrebu'  #    name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
453    #    input:
454    #      - name: libri
455    #        type: isis
456    #        path: '/backup/isis_backup/B009-1/ISISDATA/latest/LIBRI/LIBRI'
457    #        encoding: 'cp852'
458    #        #limit: 10
459    #        modify_file: 'conf/modify/common.pl'
460    #        normalize:
461    #          - path: 'conf/normalize/ff-libri.pl'
462    #          - path: 'conf/normalize/ff-libri-svesci.pl'
463    
464      ffsf:
465        name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
466      input:      input:
467        name: libri        - name: librib
468        type: isis          type: isis
469        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
470        encoding: 'cp852'          encoding: 'cp852'
471        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
472        #limit: 10          normalize:
473        normalize:    #        - path: 'conf/normalize/ff-nakladnicka.pl'
474          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
475      #        - path: 'conf/normalize/ff-libri-svesci.pl'
476    ffsk:        - name: librim
477      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'          type: isis
478      input:          path: '/backup/isis_backup/A121-1/ISISDATA/latest/LIBRI/LIBRI'
479        name: libri          encoding: 'cp852'
480        type: isis          modify_file: 'conf/modify/common.pl'
481        path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'          normalize:
482        encoding: 'cp852'            - path: 'conf/normalize/ff-libri.pl'
483        lookup: 'conf/lookup/isis_ffzg.yml'            - path: 'conf/normalize/ff-libri-svesci.pl'
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffsfb:  
     name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/data/isis_data/sfb/LIBRI/LIBRI'  
 #     path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       modify_records:  
         200:  
           '^a':  
             ' : ': '^e'  
             ' = ': '^d'  
           '^k':  
             '^e': ' : '  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
             '^k': ' ; '  
           '*':  
             '^g': ' ; '  
         210:  
           '^a':  
             '^c': '^b'  
           '^b':  
             ' ; ': '^a'  
             ' : ': '^b'  
             '^d': '^c'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffsfm:  
     name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       modify_records:  
         200:  
           '^a':  
             ' ; ': '^k'  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
           '*':  
             '^g': ' ; '  
         210:  
           '*':  
             '^c': '^b'  
             '^d': '^c'  
             '. (': '. (^e'  
             ' : ': ' :^f'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
       normalize:  
         path: 'conf/normalize/common.pl'  
484    
485    ffso:    ffso:
486      name: 'Sociologija, Filozofski fakultet u Zagrebu'      name: 'Sociologija, Filozofski fakultet u Zagrebu'
487      input:      input:
488        name: libri        - name: libri
489        type: isis          type: isis
490        path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
491        encoding: 'cp852'          encoding: 'cp852'
492        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
493        #limit: 10          normalize:
494        modify_records:            - path: 'conf/normalize/ff-libri.pl'
495          200:            - path: 'conf/normalize/ff-libri-svesci.pl'
           '^a':  
             ' : ': '^e'  
             ' = ': '^d'  
             ' ; ': '^k'  
           '^k':  
             '^e': ' : '  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
             '^k': ' ; '  
           '*':  
             '^g': ' ; '  
       normalize:  
         path: 'conf/normalize/common.pl'  
496    
497    ffta:    ffta:
498      name: 'Talijanistika, Filozofski fakultet u Zagrebu'      name: 'Talijanistika, Filozofski fakultet u Zagrebu'
499      input:      input:
500        name: libri        - name: mapirano
501        type: isis          type: excel
502        path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/ta/signature/ta-za_mapiranje.xls'
503        encoding: 'cp852'          encoding: 'windows-1250'
504        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
505        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
506        normalize:        - name: starasig
507          path: 'conf/normalize/common.pl'          type: excel
508            path: '/data/isis_data/ta/signature/ta-stara_signatura.xls'
509            encoding: 'windows-1250'
510            normalize:
511              - path: 'conf/normalize/xls2xls-min.pl'
512          - name: libri
513            type: isis
514            path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
515            encoding: 'cp852'
516            modify_file: 'conf/modify/common.pl'
517            normalize:
518              - path: 'conf/normalize/ff-libri.pl'
519              - path: 'conf/normalize/ff-libri-svesci.pl'
520      
521      fftu:
522        name: 'Turkologija, Filozofski fakultet u Zagrebu'
523        input:
524          - name: libri
525            type: isis
526    #        path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
527            path: '/data/isis_data/tu/bkp/20080228/LIBRI/LIBRI'
528            encoding: 'cp852'
529            #limit: 10
530            modify_file: 'conf/modify/common.pl'
531            normalize:
532              - path: 'conf/normalize/ff-libri.pl'
533              - path: 'conf/normalize/ff-libri-svesci.pl'
534    
535    #  ffmic:
536    #    name: 'Međunarodni istraživački centar za kasnu antiku i srednji vijek'
537    #    input:
538    #      - name: libri
539    #        type: isis
540    #        path: '/backup/isis_backup/C107-2/ISISDATA/latest/libri/LIBRI'
541    #        encoding: 'cp852'
542    #        #limit: 10
543    #        modify_file: 'conf/modify/common.pl'
544    #        normalize:
545    #          - path: 'conf/normalize/ff-libri.pl'
546    #          - path: 'conf/normalize/ff-libri-svesci.pl'
547    
548    ffsr:    ffsr:
549      name: 'Središnja čitaonica, Filozofski fakultet u Zagrebu'      name: 'Središnja čitaonica, Filozofski fakultet u Zagrebu'
550      input:      input:
551        name: libri        - name: libri
552        type: isis          type: isis
553        path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
554        encoding: 'cp852'          encoding: 'cp852'
555        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
556        #limit: 10          normalize:
557        normalize:            - path: 'conf/normalize/ff-libri.pl'
558          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
   
   ffmic:  
     name: 'Međunarodni istraživački centar za kasnu antiku i srednji vijek'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   efzg:  
     name: 'Ekonomski fakutet u Zagrebu'  
     input:  
       name: knjige  
       type: marc  
       path: '/data/drustvene/efzg/unimarc.iso'  
       encoding: 'cp852'  
       # CroList recoding pairs to fix encoding problems  
       recode: 'ĎC Č Ďc č ÂC Ć Âc ć ň đ ĎS Š Ďs š ĎZ Ž Ďz ž'  
       lookup: 'conf/lookup/efzg.yml'  
       #limit: 1000  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   eizg:  
     name: 'Ekonomski institut u Zagrebu'  
     input:  
       name: bib  
       type: isis  
       path: '/data/drustvene/eizg/BIB'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/eizg.yml'  
       #limit: 100  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   efos:  
     name: 'Ekonomski fakutet u Osijeku'  
     input:  
       name: knjige  
       type: marc  
       path: '/data/drustvene/efos/EFOSBAZA.ISO'  
       encoding: 'ISO-8859-2'  
       # CroList recoding pairs to fix encoding problems  
       #recode: '^ Č ~ č ] Ć } ć | đ \[ Š { š @ Ž ` ž'  
       lookup: 'conf/lookup/efos.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   irmo:  
     name: 'Institut za međunarodne odnose u Zagrebu'  
     input:  
       name: knjige  
       type: isis  
       path: '/data/drustvene/irmo/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/eizg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   hika:  
     name: 'Fakultet za turistički i hotelski menadžment u Opatiji'  
     input:  
       name: knjige  
       type: marc  
       path: '/data/drustvene/hika/szi.iso'  
       encoding: 'ISO-8859-2'  
       # CroList recoding pairs to fix encoding problems  
       recode: 'ĎC Č Ďc č ÂC Ć Âc ć ň đ ĎS Š Ďs š ĎZ Ž Ďz ž'  
       lookup: 'conf/lookup/efzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   iztzg:  
     name: 'Institut za turizam u Zagrebu'  
     input:  
       name: knjige  
       type: isis  
       path: '/data/drustvene/iztzg/BIB'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/eizg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   jzav:  
     name: 'Jadranski zavod'  
     input:  
       name: bib  
       type: isis  
       path: '/data/drustvene/jzav/BIB'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/jzav.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ijf:  
     name: 'Institut za javne financije'  
     input:  
       name: knjige  
       type: marc  
       path: '/data/drustvene/ijf/szi.iso'  
       encoding: 'ISO-8859-2'  
       # CroList recoding pairs to fix encoding problems  
       recode: 'ĎC Č Ďc č ÂC Ć Âc ć ň đ ĎS Š Ďs š ĎZ Ž Ďz ž'  
       lookup: 'conf/lookup/efzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
 # Elektronički časopisi  
   emerald:  
     name: 'EmeraldFulltext'  
     input:  
       name: ecas  
       type: excel  
       path: '/data/FF/emerald/persistenturls.xls'  
       worksheet: 'All Titles'  
       from: 20  
       encoding: 'windows-1250'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/excel_emerald.pl'  
   
559    
560      nsk:
561        name: 'NSK'
562        input:
563          - name: baza
564            type: marc
565            path: '/home/mglavica/NSK/data/BBaza.ISO'
566            encoding: 'ISO-8859-2'
567            normalize: 'conf/normalize/ffreports-xls-nsk.pl'
568        output:
569          - module: 'Excel'
570            path: '/data/isis_data/nsk-sabrana.xls'

Legend:
Removed from v.629  
changed lines
  Added in v.1112

  ViewVC Help
Powered by ViewVC 1.1.26