/[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 612 by dpavlin, Wed Aug 23 10:08:17 2006 UTC revision 1119 by dpavlin, Sun Oct 26 15:58:55 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
147          credit: 10000          credit: 10000
       - to: emerald  
         credit: 10000  
   
   # site with alternative databases  
   'hr':  
     name: 'Primjer za hrvatsko suèelje'  
     links:  
       - to: ffps  
         credit: 10000  
       - to: ffkk  
         credit: 5000  
       - to: emerald  
         credit: 5000  
   
148    
149  #  'ffps':  #  # site with alternative databases
150  #    name: 'Knji¾nica Odsjeka za psihologiju'  #  'hr':
151    #    name: 'Primjer za hrvatsko suèelje'
152  #    links:  #    links:
153  #      - to: ffps  #      - to: ffps
154  #        credit: 10000  #        credit: 10000
155    #      - to: ffkk
156    #        credit: 5000
157    #      - to: emerald
158    #        credit: 5000
159    
160    'drustvene':    ang:
     name: 'Katalog knji¾nica dru¹tvenih znanosti'  
     links:  
       - to: efzg  
         credit: 10000  
       - to: eizg  
         credit: 10000  
       - to: efos  
         credit: 10000  
       - to: irmo  
         credit: 10000  
       - to: hika  
         credit: 10000  
       - to: iztzg  
         credit: 10000  
       - to: jzav  
         credit: 10000  
       - to: ijf  
         credit: 10000  
     
   'ecasopisi':  
     name: 'Katalog elektronièkih èasopisa'  
     links:  
       - to: emerald  
         credit: 10000  
   
   ffan:  
161      name: 'Anglistika, Filozofski fakultet u Zagrebu'      name: 'Anglistika, Filozofski fakultet u Zagrebu'
162      input:      input:
163        name: libri        - name: mapirano
164        type: isis          type: excel
165        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/an-mapirano.xls'
166        encoding: '852'          encoding: 'windows-1250'
167        lookup: 'conf/lookup/isis.pm'          normalize:
168        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
169        normalize:        - name: starasig
170          path: 'conf/normalize/common.pl'          type: excel
171            path: '/data/isis_data/signature/an-stara_signatura-plus.xls'
172            encoding: 'windows-1250'
173            normalize:
174              - path: 'conf/normalize/xls2xls-min.pl'
175          - name: libri
176            type: isis
177            path: '/data/isis_data/lj2008/an/LIBRI/LIBRI'
178            encoding: 'cp852'
179            modify_file: 'conf/modify/ffisis/an.pl'
180            normalize:
181              - path: 'conf/normalize/ffisis/libri.pl'
182              - path: 'conf/normalize/ffisis/librian.pl'
183              - path: 'conf/normalize/ffisis/librian2.pl'
184    
185    ffar:    arh:
186      name: 'Arheologija, Filozofski fakultet u Zagrebu'      name: 'Arheologija, Filozofski fakultet u Zagrebu'
187      input:      input:
188        name: libri        - name: mapirano
189        type: isis          type: excel
190        path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/ar-mapirano.xls'
191        encoding: '852'          encoding: 'windows-1250'
192        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
193        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
194        normalize:        - name: libri
195          path: 'conf/normalize/common.pl'          type: isis
196            path: '/data/isis_data/lj2008/ar/LIBRI/LIBRI'
197            encoding: 'cp852'
198            modify_file: 'conf/modify/ffisis/ar.pl'
199            normalize:
200              - path: 'conf/normalize/ffisis/libri.pl'
201              - path: 'conf/normalize/ffisis/libriar.pl'
202              - path: 'conf/normalize/ffisis/libriar2.pl'
203    
204    ffet:    ffet:
205      name: 'Etnologija, Filozofski fakultet u Zagrebu'      name: 'Etnologija, Filozofski fakultet u Zagrebu'
206      input:      input:
207        name: libri        - name: libri
208        type: isis          type: isis
209        path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
210        encoding: '852'          encoding: 'cp852'
211        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
212        #limit: 10          normalize:
213        normalize:            - path: 'conf/normalize/ff-libri.pl'
214          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
215    
216    fffi:    fil:
217      name: 'Filozofija, Filozofski fakultet u Zagrebu'      name: 'Filozofija, Filozofski fakultet u Zagrebu'
218      input:      input:
219        name: libri  #      - name: sabrana
220        type: isis  #        type: excel
221        path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'  #        path: '/data/isis_data/fi/sabrana/filozofija-sabrana.xls'
222        encoding: '852'  #        encoding: 'windwows-1250'
223        lookup: 'conf/lookup/isis_ffzg.yml'  #        normalize:
224        #limit: 10  #          - path: 'conf/normalize/xls2xls-min.pl'
225        normalize:        - name: mapirano
226          path: 'conf/normalize/common.pl'          type: excel
227            path: '/data/isis_data/signature/fi-mapirano.xls'
228            encoding: 'windows-1250'
229            normalize:
230              - path: 'conf/normalize/xls2xls-min.pl'
231          - name: libri
232            type: isis
233    #        path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
234            path: '/data/isis_data/lj2008/fi/LIBRI/LIBRI'
235            encoding: 'cp852'
236            modify_file: 'conf/modify/ffisis/fi.pl'
237            normalize:
238              - path: 'conf/normalize/ffisis/libri.pl'
239              - path: 'conf/normalize/ffisis/librifi.pl'
240              - path: 'conf/normalize/ffisis/librifi2.pl'
241    
242    fffo:    fon:
243      name: 'Fonetika, Filozofski fakultet u Zagrebu'      name: 'Fonetika, Filozofski fakultet u Zagrebu'
244      input:      input:
245        - name: libri        - name: mapirano
246          type: isis          type: excel
247          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/fo-mapirano.xls'
248          encoding: '852'          encoding: 'windows-1250'
249          lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
250          #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
251          - name: starasig
252            type: excel
253            path: '/data/isis_data/signature/fo-stara_signatura.xls'
254            encoding: 'windows-1250'
255          normalize:          normalize:
256            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/xls2xls-min.pl'
257        - name: arti        - name: libri
258          type: isis          type: isis
259          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'  #        path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
260          encoding: '852'          path: '/data/isis_data/lj2008/fo/LIBRI/LIBRI'
261          lookup: 'conf/lookup/isis_ffzg.yml'          encoding: 'cp852'
262          #limit: 10          modify_file: 'conf/modify/ffisis/fo.pl'
263          normalize:          normalize:
264            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ffisis/libri.pl'
265              - path: 'conf/normalize/ffisis/librifo.pl'
266              - path: 'conf/normalize/ffisis/librifo2.pl'
267    ffge:    
268      ger:
269      name: 'Germanistika, Filozofski fakultet u Zagrebu'      name: 'Germanistika, Filozofski fakultet u Zagrebu'
270      input:      input:
271        name: libri        - name: mapirano
272        type: isis          type: excel
273        path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/ge-mapirano.xls'
274        encoding: '852'          encoding: 'windows-1250'
275        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
276        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
277        normalize:        - name: libri
278          path: 'conf/normalize/common.pl'          type: isis
279            path: '/data/isis_data/lj2008/ge/LIBRI/LIBRI'
280            encoding: 'cp852'
281            modify_file: 'conf/modify/ffisis/ge.pl'
282            normalize:
283              - path: 'conf/normalize/ffisis/libri.pl'
284              - path: 'conf/normalize/ffisis/librige.pl'
285              - path: 'conf/normalize/ffisis/librige2.pl'
286    
287    ffhu:    ffhu:
288      name: 'Hungarologija, Filozofski fakultet u Zagrebu'      name: 'Hungarologija, Filozofski fakultet u Zagrebu'
289      input:      input:
290        name: libri        - name: libri
291        type: isis          type: isis
292        path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/b001-3/ISISDATA/latest/LIBRI/LIBRI'
293        encoding: '852'          encoding: 'cp852'
294        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
295        #limit: 10          normalize:
296        normalize:            - path: 'conf/normalize/ff-libri.pl'
297          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
298    
299    ffiz:    izn:
300      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
301      input:      input:
302        name: libri        - name: mapirano
303        type: isis          type: excel
304        path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/iz-mapirano.xls'
305        encoding: '852'          encoding: 'windows-1250'
306        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
307        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
308        normalize:        - name: starasig
309          path: 'conf/normalize/common.pl'          type: excel
310            path: '/data/isis_data/signature/iz-stara-signatura.xls'
311            encoding: 'windows-1250'
312            normalize:
313              - path: 'conf/normalize/xls2xls-min.pl'
314          - name: libri
315            type: isis
316            # path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
317            path: '/data/isis_data/lj2008/iz/LIBRI/LIBRI'
318            encoding: 'cp852'
319            modify_file: 'conf/modify/ffisis/iz.pl'
320            normalize:
321              - path: 'conf/normalize/ffisis/izn/libri.pl'
322              - path: 'conf/normalize/ffisis/izn/libriiz.pl'
323              - path: 'conf/normalize/ffisis/izn/libriiz2.pl'
324    
325    ffkf:    klf:
326      name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'      name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'
327      input:      input:
328        name: libri        - name: mapirano
329        type: isis          type: excel
330        path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/kf_mapirano.xls'
331        encoding: '852'          encoding: 'windows-1250'
332        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
333        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
334        normalize:        - name: starasig
335          path: 'conf/normalize/common.pl'          type: excel
336            path: '/data/isis_data/signature/kf-stara-signatura.xls'
337    ffkk:          encoding: 'windows-1250'
338            normalize:
339              - path: 'conf/normalize/xls2xls-min.pl'
340          - name: libri
341            type: isis
342            path: '/data/isis_data/lj2008/kf/LIBRI/LIBRI'
343            encoding: 'cp852'
344            modify_file: 'conf/modify/ffisis/kf.pl'
345            normalize:
346              - path: 'conf/normalize/ffisis/libri.pl'
347              - path: 'conf/normalize/ffisis/librikf.pl'
348              - path: 'conf/normalize/ffisis/librikf2.pl'
349      
350      kom:
351      name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'      name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
352      input:      input:
353        name: libri        - name: mapirano
354        type: isis          type: excel
355        path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/kk-mapirano.xls'
356        encoding: '852'          encoding: 'windows-1250'
357        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
358        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
359        normalize:        - name: starasig
360          path: 'conf/normalize/common.pl'          type: excel
361            path: '/data/isis_data/signature/kk-stara-signatura.xls'
362            encoding: 'windows-1250'
363            normalize:
364              - path: 'conf/normalize/xls2xls-min.pl'
365          - name: libri
366            type: isis
367            path: '/data/isis_data/lj2008/kk/LIBRI/LIBRI'
368            encoding: 'cp852'
369            modify_file: 'conf/modify/ffisis/kk.pl'
370            normalize:
371              - path: 'conf/normalize/ffisis/libri.pl'
372              - path: 'conf/normalize/ffisis/librikk.pl'
373              - path: 'conf/normalize/ffisis/librikk2.pl'
374    
375    fflo:    fflo:
376      name: 'Lingvistika, Filozofski fakultet u Zagrebu'      name: 'Lingvistika, Filozofski fakultet u Zagrebu'
377      input:      input:
378        name: libri        - name: mapirano
379        type: isis          type: excel
380        path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/lo-mapirano.xls'
381        encoding: '852'          encoding: 'windows-1250'
382        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
383        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
384        modify_records:        - name: libri
385          200:          type: isis
386            '^d':          path: '/data/isis_data/lj2008/lo/LIBRI/LIBRI'
387              '^e': ' : '          encoding: 'cp852'
388            '^e':          modify_file: 'conf/modify/lo.pl'
389              '^d': ' = '          normalize:
390            '*':            - path: 'conf/normalize/ffisis/libri.pl'
391              '^g': ' ; '    #        - path: 'conf/normalize/ffisis/libriXX.pl'
392              '^c': '. '    #        - path: 'conf/normalize/ffisis/libriXX2.pl'
         210:  
           '*':  
             '^c': '^b'  
             '^d': '^c'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   fftu:  
     name: 'Turkologija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: '852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
393    
394    ffpe:    ped:
395      name: 'Pedagogija, Filozofski fakultet u Zagrebu'      name: 'Pedagogija, Filozofski fakultet u Zagrebu'
396      input:      input:
397        name: libri        - name: mapirano
398        type: isis          type: excel
399        path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/pe-mapirano-proba.xls'
400        encoding: '852'          encoding: 'windows-1250'
401        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
402        #limit: 10            path: 'conf/normalize/xls2xls-min.pl'
403        normalize:        - name: starasig
404          path: 'conf/normalize/common.pl'          type: excel
405            path: '/data/isis_data/signature/pe-stara_signatura.xls'
406            encoding: 'windows-1250'
407            normalize:
408              - path: 'conf/normalize/xls2xls-min.pl'
409          - name: libri
410            type: isis
411            path: '/data/isis_data/lj2008/pe/LIBRI/LIBRI'
412            encoding: 'cp852'
413            modify_file: 'conf/modify/ffisis/pe.pl'
414            normalize:
415              - path: 'conf/normalize/ffisis/libri.pl'
416              - path: 'conf/normalize/ffisis/libripe.pl'
417              - path: 'conf/normalize/ffisis/libripe2.pl'
418    
419    ffpo:    pov:
420      name: 'Povijest, Filozofski fakultet u Zagrebu'      name: 'Povijest, Filozofski fakultet u Zagrebu'
421      input:      input:
422        name: libri        - name: libri
423        type: isis          type: isis
424        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/lj2008/po/LIBRI/LIBRI'
425        encoding: '852'          encoding: 'cp852'
426        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/ffisis/po.pl'
427        #limit: 10          normalize:
428        normalize:            - path: 'conf/normalize/ffisis/libri.pl'
429          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ffisis/libripo.pl'
430              - path: 'conf/normalize/ffisis/libripo2.pl'
431    
432    ffpu:    ffpu:
433      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
434      input:      input:
435        name: libri        - name: libri
436        type: isis          type: isis
437        path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
438        encoding: '852'          encoding: 'cp852'
439        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
440        #limit: 10          normalize:
441        normalize:            - path: 'conf/normalize/ff-libri.pl'
442          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri-svesci.pl'
443    
444    ffps:    ffps:
     # all variables here will be available as config variables in template  
445      name: 'Psihologija, Filozofski fakultet u Zagrebu'      name: 'Psihologija, Filozofski fakultet u Zagrebu'
446      code: 'ps'      code: 'ps'
447      url: 'http://www.knjiznice.ffzg.hr/psihologija'      url: 'http://www.knjiznice.ffzg.hr/psihologija'
   
     # define input source  
448      input:      input:
449        # this will create unique name with name of database and mfn        - name: signature
450            type: excel
451            path: '/data/isis_data/ps/map-psi.xls'
452            encoding: 'windows-1250'
453            normalize:
454              path: 'conf/normalize/xls2xls-min.pl'
455        - name: libri        - name: libri
         # isis  
456          type: isis          type: isis
   
         # full path to database  
457          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
458          # path: '/data/isis_data/PS/LIBRI/'          encoding: 'cp852'
459            modify_file: 'conf/modify/common.pl'
         # encoding of character set in isis data  
         encoding: '852'  
   
         # lookup  
         lookup: 'conf/lookup/isis_ffzg.yml'  
   
         # limit number of records to read from database  
         #limit: 10  
   
         # 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  
         type: isis  
         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'  
         encoding: '852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
460          normalize:          normalize:
461            path: 'conf/normalize/common.pl'            - path: 'conf/normalize/ff-libri.pl'
462              - path: 'conf/normalize/ff-libri-svesci.pl'
463    
464    ffro:    rom:
465      name: 'Romanistika, Filozofski fakultet u Zagrebu'      name: 'Romanistika, Filozofski fakultet u Zagrebu'
466      input:      input:
467        name: libri        - name: mapirano
468        type: isis          type: excel
469        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/ro-mapirano.xls'
470        encoding: '852'          encoding: 'windows-1250'
471        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
472        #limit: 10            path: 'conf/normalize/xls2xls-min.pl'
473        normalize:        - name: starasig
474          path: 'conf/normalize/common.pl'          type: excel
475            path: '/data/isis_data/signature/ro-stara-signatura.xls'
476            encoding: 'windows-1250'
477            normalize:
478              - path: 'conf/normalize/xls2xls-min.pl'
479          - name: libri
480            type: isis
481            path: '/data/isis_data/lj2008/ro/LIBRI/LIBRI'
482            encoding: 'cp852'
483            modify_file: 'conf/modify/ffisis/ro.pl'
484            normalize:
485              - path: 'conf/normalize/ffisis/libri.pl'
486              - path: 'conf/normalize/ffisis/libriro.pl'
487              - path: 'conf/normalize/ffisis/libriro2.pl'
488    
489    ffsk:    ffsk:
490      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
491      input:      input:
492        name: libri        - name: mapirano
493        type: isis          type: excel
494        path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/data/isis_data/sk/signature/sk-mapirano-proba.xls'
495        encoding: '852'          encoding: 'windows-1250'
496        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
497        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
498        normalize:        - name: libri
499          path: 'conf/normalize/common.pl'          type: isis
500            # path: '/backup/isis_backup/B009-1/ISISDATA/latest/LIBRI/LIBRI'
501    ffsfb:          path: '/data/isis_data/lj2008/sk/LIBRI/LIBRI'
502      name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'          encoding: 'cp852'
503      input:          #limit: 10
504        name: libri          modify_file: 'conf/modify/common.pl'
505        type: isis          normalize:
506        path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'            - path: 'conf/normalize/ff-libri.pl'
507        encoding: '852'            - path: 'conf/normalize/ff-libri-svesci.pl'
508        lookup: 'conf/lookup/isis_ffzg.yml'  
509        #limit: 10    sfm:
510        modify_records:      name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
511          200:      input:
512            '^a':        - name: mapirano
513              ' ; ': '^k'          type: excel
514            '^d':          path: '/data/isis_data/signature/sf-mapirano_nova.xls'
515              '^e': ' : '          encoding: 'windows-1250'
516            '^e':          normalize:
517              '^d': ' = '            - path: 'conf/normalize/xls2xls-min.pl'
518            '*':        - name: libri
519              '^g': ' ; '          type: isis
520          210:          path: '/data/isis_data/lj2008/sfm/LIBRI/LIBRI'
521            '*':          encoding: 'cp852'
522              '^c': '^b'          modify_file: 'conf/modify/ffisis/sf.pl'
523              '^d': '^c'          normalize:
524              '. (': '. (^e'            - path: 'conf/normalize/ffisis/libri.pl'
525              ' : ': ' :^f'            - path: 'conf/normalize/ffisis/librisfm.pl'
526          700:            - path: 'conf/normalize/ffisis/librisfm2.pl'
527            '^a':    
528              '^b': ', '    sfb:
529          701:      name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
530            '^a':      input:
531              '^b': ', '        - name: mapirano
532          702:          type: excel
533            '^a':          path: '/data/isis_data/signature/sf-mapirano_nova.xls'
534              '^b': ', '          encoding: 'windows-1250'
535        normalize:          normalize:
536          path: 'conf/normalize/common.pl'            - path: 'conf/normalize/xls2xls-min.pl'
537          - name: libri
538    ffsfm:          type: isis
539      name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'          path: '/data/isis_data/lj2008/sfb/LIBRI/LIBRI'
540      input:          encoding: 'cp852'
541        name: libri          modify_file: 'conf/modify/ffisis/sf.pl'
542        type: isis          normalize:
543        path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'            - path: 'conf/normalize/ffisis/sfb/libri.pl'
544        encoding: '852'            - path: 'conf/normalize/ffisis/sfb/librisfb.pl'
545        lookup: 'conf/lookup/isis_ffzg.yml'            - path: 'conf/normalize/ffisis/sfb/librisfb2.pl'
       #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'  
546    
547    ffso:    soc:
548      name: 'Sociologija, Filozofski fakultet u Zagrebu'      name: 'Sociologija, Filozofski fakultet u Zagrebu'
549      input:      input:
550        name: libri        - name: mapirano
551        type: isis          type: excel
552        path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/so-mapirano.xls'
553        encoding: '852'          encoding: 'windows-1250'
554        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
555        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
556        normalize:        - name: starasig
557          path: 'conf/normalize/common.pl'          type: excel
558            path: '/data/isis_data/signature/so-stara_signatura.xls'
559            encoding: 'windows-1250'
560            normalize:
561              - path: 'conf/normalize/xls2xls-min.pl'
562          - name: libri
563            type: isis
564            path: '/data/isis_data/lj2008/so/LIBRI/LIBRI'
565            encoding: 'cp852'
566            modify_file: 'conf/modify/ffisis/so.pl'
567            normalize:
568              - path: 'conf/normalize/ffisis/libri.pl'
569              - path: 'conf/normalize/ffisis/libriso.pl'
570              - path: 'conf/normalize/ffisis/libriso2.pl'
571    
572    ffta:    tal:
573      name: 'Talijanistika, Filozofski fakultet u Zagrebu'      name: 'Talijanistika, Filozofski fakultet u Zagrebu'
574      input:      input:
575        name: libri        - name: mapirano
576        type: isis          type: excel
577        path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'          path: '/data/isis_data/signature/ta-mapirano.xls'
578        encoding: '852'          encoding: 'windows-1250'
579        lookup: 'conf/lookup/isis_ffzg.yml'          normalize:
580        #limit: 10            - path: 'conf/normalize/xls2xls-min.pl'
581        normalize:        - name: starasig
582          path: 'conf/normalize/common.pl'          type: excel
583            path: '/data/isis_data/signature/ta-stara-signatura.xls'
584    ffsr:          encoding: 'windows-1250'
585      name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'          normalize:
586              - path: 'conf/normalize/xls2xls-min.pl'
587          - name: libri
588            type: isis
589            path: '/data/isis_data/lj2008/ta/LIBRI/LIBRI'
590            encoding: 'cp852'
591            modify_file: 'conf/modify/ffisis/ta.pl'
592            normalize:
593              - path: 'conf/normalize/ffisis/libri.pl'
594              - path: 'conf/normalize/ffisis/librita.pl'
595              - path: 'conf/normalize/ffisis/librita2.pl'
596      
597      fftu:
598        name: 'Turkologija, Filozofski fakultet u Zagrebu'
599      input:      input:
600        name: libri        - name: libri
601        type: isis          type: isis
602        path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'  #        path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
603        encoding: '852'          path: '/data/isis_data/tu/bkp/20080228/LIBRI/LIBRI'
604        lookup: 'conf/lookup/isis_ffzg.yml'          encoding: 'cp852'
605        #limit: 10          #limit: 10
606        normalize:          modify_file: 'conf/modify/common.pl'
607          path: 'conf/normalize/common.pl'          normalize:
608              - path: 'conf/normalize/ff-libri.pl'
609    ffmic:            - path: 'conf/normalize/ff-libri-svesci.pl'
     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: '852'  
       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: '852'  
       # 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: '852'  
       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: '852'  
       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: '852'  
       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: '852'  
       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'  
610    
611    #  ffmic:
612    #    name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
613    #    input:
614    #      - name: libri
615    #        type: isis
616    #        path: '/backup/isis_backup/C107-2/ISISDATA/latest/libri/LIBRI'
617    #        encoding: 'cp852'
618    #        #limit: 10
619    #        modify_file: 'conf/modify/common.pl'
620    #        normalize:
621    #          - path: 'conf/normalize/ff-libri.pl'
622    #          - path: 'conf/normalize/ff-libri-svesci.pl'
623    
624      src:
625        name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'
626        input:
627          - name: mapirano
628            type: excel
629            path: '/data/isis_data/signature/sr-mapirano.xls'
630            encoding: 'windows-1250'
631            normalize:
632              - path: 'conf/normalize/xls2xls-min.pl'
633          - name: starasig
634            type: excel
635            path: '/data/isis_data/signature/sr-stara-signatura-plus.xls'
636            encoding: 'windows-1250'
637            normalize:
638              - path: 'conf/normalize/xls2xls-min.pl'
639          - name: libri
640            type: isis
641            path: '/data/isis_data/lj2008/sr/LIBRI/LIBRI'
642            encoding: 'cp852'
643            modify_file: 'conf/modify/ffisis/sr.pl'
644            normalize:
645              - path: 'conf/normalize/ffisis/libri.pl'
646              - path: 'conf/normalize/ffisis/librisr.pl'
647              - path: 'conf/normalize/ffisis/librisr2.pl'

Legend:
Removed from v.612  
changed lines
  Added in v.1119

  ViewVC Help
Powered by ViewVC 1.1.26