/[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 722 by dpavlin, Fri Sep 29 12:48:07 2006 UTC revision 905 by dpavlin, Mon Oct 29 21:59:43 2007 UTC
# Line 46  pager: Line 46  pager:
46  # configuration for KinoSearch search engine library  # configuration for KinoSearch search engine library
47  kinosearch:  kinosearch:
48    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'  
49    database: 'unconfigured database name'    database: 'unconfigured database name'
50    label: 'unconfigured database label'    label: 'unconfigured database label'
51    encoding: 'iso-8859-2'    encoding: 'iso-8859-2'
# Line 176  webpac: Line 75  webpac:
75      isis: 'WebPAC::Input::ISIS'      isis: 'WebPAC::Input::ISIS'
76      marc: 'WebPAC::Input::MARC'      marc: 'WebPAC::Input::MARC'
77      excel: 'WebPAC::Input::Excel'      excel: 'WebPAC::Input::Excel'
78        isi: 'WebPAC::Input::ISI'
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 226  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 238  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  
145          credit: 10000          credit: 10000
146        - to: iztzg        - to: kem
         credit: 10000  
       - to: jzav  
         credit: 10000  
       - to: ijf  
         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 275  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
   
   ffan:  
     name: 'Anglistika, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis.pm'  
       #limit: 10  
       modify_file: 'conf/modify/common.pl'  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffar:  
     name: 'Arheologija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffet:  
     name: 'Etnologija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   fffi:  
     name: 'Filozofija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   fffo:  
     name: 'Fonetika, Filozofski fakultet u Zagrebu'  
     input:  
       - name: libri  
         type: isis  
         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'  
         encoding: 'cp852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
         normalize:  
           path: 'conf/normalize/common.pl'  
       - name: arti  
         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'  
   
   
   ffge:  
     name: 'Germanistika, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffhu:  
     name: 'Hungarologija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
192    
193    #  ffan:
194    #    name: 'Anglistika, Filozofski fakultet u Zagrebu'
195    #    input:
196    #      - name: peri
197    #        type: isis
198    #        path: '/backup/isis_backup/A105-1/ISIS/latest/PERI/PERI'
199    #        encoding: 'cp852'
200    #        modify_file: 'conf/modify/common.pl'
201    #        normalize:
202    #          path: 'conf/normalize/ff-peri.pl'
203    #      - name: libri
204    #        type: isis
205    #        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
206    #        encoding: 'cp852'
207    #        modify_file: 'conf/modify/common.pl'
208    #        normalize:
209    #          path: 'conf/normalize/ff-libri.pl'
210    
211    
212    #  ffar:
213    #    name: 'Arheologija, Filozofski fakultet u Zagrebu'
214    #    input:
215    #      - name: peri
216    #        type: isis
217    #        path: '/backup/isis_backup/A018-2/isisdata/latest/PERI/PERI'
218    #        encoding: 'cp852'
219    #        #limit: 10
220    #        modify_file: 'conf/modify/common.pl'
221    #        normalize:
222    #           path: 'conf/normalize/ff-peri.pl'
223    #      - name: libri
224    #        type: isis
225    #        path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
226    #        encoding: 'cp852'
227    #        #limit: 10
228    #        modify_file: 'conf/modify/common.pl'
229    #        normalize:
230    #           path: 'conf/normalize/ff-libri.pl'
231    
232    #  ffet:
233    #    name: 'Etnologija, Filozofski fakultet u Zagrebu'
234    #    input:
235    #      - name: peri
236    #        type: isis
237    #        path: '/backup/isis_backup/A203-3/ISISDATA/latest/PERI/PERI'
238    #        encoding: 'cp852'
239    #        #limit: 10
240    #        modify_file: 'conf/modify/common.pl'
241    #        normalize:
242    #          path: 'conf/normalize/ff-peri.pl'
243    #      - name: libri
244    #        type: isis
245    #        path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
246    #        encoding: 'cp852'
247    #        #limit: 10
248    #        modify_file: 'conf/modify/common.pl'
249    #        normalize:
250    #          path: 'conf/normalize/ff-libri.pl'
251    
252    
253    #  fffi:
254    #    name: 'Filozofija, Filozofski fakultet u Zagrebu'
255    #    input:
256    #      - name: peri
257    #        type: isis
258    #        path: '/backup/isis_backup/A102-1B/ISISDATA/20070605/PERI/PERI'
259    #        encoding: 'cp852'
260    #        #limit: 10
261    #        #modify_file: 'conf/modify/common.pl'
262    #        normalize:
263    #          path: 'conf/normalize/ff-peri.pl'
264    
265    #   fffo:
266    #     name: 'Fonetika, Filozofski fakultet u Zagrebu'
267    #     input:
268    #       - name: peri
269    #         type: isis
270    #         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/PERI/PERI'
271    #         encoding: 'cp852'
272    #         #limit: 10
273    #         modify_file: 'conf/modify/common.pl'
274    #         normalize:
275    #           path: 'conf/normalize/ff-peri.pl'
276    #
277    #   ffge:
278    #     name: 'Germanistika, Filozofski fakultet u Zagrebu'
279    #     input:
280    #       - name: peri
281    #         type: isis
282    #         path: '/backup/isis_backup/novi-40166/isisdata/latest/PERI/PERI'
283    #         encoding: 'cp852'
284    #         #limit: 10
285    #         modify_file: 'conf/modify/common.pl'
286    #         normalize:
287    #           path: 'conf/normalize/ff-peri.pl'
288    #
289    #  ffhu:
290    #    name: 'Hungarologija, Filozofski fakultet u Zagrebu'
291    #    input:
292    #      - name: peri
293    #        type: isis
294    #        path: '/backup/isis_backup/B001-2/winisis/latest/PERI/PERI'
295    #        encoding: 'cp852'
296    #        #limit: 10
297    #        modify_file: 'conf/modify/common.pl'
298    #        normalize:
299    #          path: 'conf/normalize/ff-peri.pl'
300      
301    #  isi:
302    #    name: 'ISI'
303    #    input:
304    #      - name: isi
305    #        type: isi
306    #        path: '/data/citiranje/citirali-sverka.txt'
307    #        encoding: 'ISO-8859-1'
308    #        # modify_file: 'conf/modify/common.pl'
309    #        normalize:
310    #          path: 'conf/normalize/isi.pl'
311    #
312    #  bibirb:
313    #    name: 'Bib IRB'
314    #    input:
315    #      - name: bibirb
316    #        type: excel
317    #        path: '/data/citiranje/sverko-bibirb.xls'
318    #        encoding: 'ISO-8859-2'
319    #        # modify_file: 'conf/modify/common.pl'
320    #        normalize:
321    #          path: 'conf/normalize/excel-bib-irb.pl'
322    #
323    #  drzb:
324    #    name: 'DRZB 2007'
325    #    input:
326    #      - name: drzb
327    #        type: excel
328    #        path: '/data/knjiznice/drzb2007/drzb20072.xls'
329    #        encoding: 'ISO-8859-2'
330    #        # modify_file: 'conf/modify/common.pl'
331    #        normalize:
332    #          path: 'conf/normalize/excel-drzb.pl'
333    #
334    ffiz:    ffiz:
335      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
336      input:      input:
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       modify_file: 'conf/modify/common.pl'  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffkf:  
     name: 'Klasièna filologija, Filozofski fakultet u Zagrebu'  
     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:  
       - name: libri  
         type: isis  
 #        path: '/home/mglavica/mnt/LIBRI/LIBRI'  
         path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'  
         encoding: 'cp852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
         modify_file: 'conf/modify/common.pl'  
         normalize:  
           path: 'conf/normalize/common.pl'  
337        - name: peri        - name: peri
338          type: isis          type: isis
339          path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'          path: '/backup/isis_backup/A129-2/isisdata/latest/PERI/PERI'
340          encoding: 'cp852'          encoding: 'cp852'
         lookup: 'conf/lookup/ffkk-peri.yml'  
         #limit: 10  
341          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
342          normalize:          normalize:
343            path: 'conf/normalize/common.pl'            path: 'conf/normalize/ff-peri.pl'
       - name: arti  
         type: isis  
 #        path: '/home/mglavica/mnt/ARTI/ARTI'  
         path: '/backup/isis_backup/A207-3/isisdata/latest/ARTI/ARTI'  
         encoding: 'cp852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
         modify_file: 'conf/modify/ffkk_arti.pl'  
         normalize:  
           path: 'conf/normalize/common.pl'  
   
   fflo:  
     name: 'Lingvistika, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       modify_file: 'conf/modify/common.pl'  
       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: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffpe:  
     name: 'Pedagogija, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffpo:  
     name: 'Povijest, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       modify_file: 'conf/modify/common.pl'  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffpu:  
     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: 'cp852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffps:  
     # all variables here will be available as config variables in template  
     name: 'Psihologija, Filozofski fakultet u Zagrebu'  
     code: 'ps'  
     url: 'http://www.knjiznice.ffzg.hr/psihologija'  
   
     # define input source  
     input:  
       # this will create unique name with name of database and mfn  
344        - name: libri        - name: libri
         # isis  
345          type: isis          type: isis
346            path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
         # full path to database  
         path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'  
         # path: '/data/isis_data/PS/LIBRI/'  
   
         # encoding of character set in isis data  
347          encoding: 'cp852'          encoding: 'cp852'
   
         # lookup  
         lookup: 'conf/lookup/isis_ffzg.yml'  
   
         # limit number of records to read from database  
         #limit: 10  
   
348          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
           
         # define normalisation for that source  
349          normalize:          normalize:
350            # which tag to use in normalize xml for data?            path: 'conf/normalize/ff-libri.pl'
351            # tag: 'isis'  
352            # path to normalization xml  
353            path: 'conf/normalize/common.pl'  #  ffkk:
354            #path: 'conf/normalize/isis_ffzg.yml'  #    name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
355    #    input:
356        # another input database  #      - name: peri
357        - name: peri  #        type: isis
358          type: isis  #        path: '/backup/isis_backup/A206-4/isisdata/latest/PERI/PERI'
359          path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'  #        encoding: 'cp852'
360          encoding: 'cp852'  #        #limit: 10
361          lookup: 'conf/lookup/isis_ffzg.yml'  #        modify_file: 'conf/modify/common.pl'
362          #limit: 10  #        normalize:
363          normalize:  #          path: 'conf/normalize/ff-peri.pl'
364            path: 'conf/normalize/common.pl'  
365    #   fflo:
366    ffro:  #     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
367      name: 'Romanistika, Filozofski fakultet u Zagrebu'  #     input:
368      input:  #       - name: peri
369        name: libri  #         type: isis
370        type: isis  #         path: '/backup/isis_backup/A108-1/ISISDATA/latest/PERI/PERI'
371        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'  #         encoding: 'cp852'
372        encoding: 'cp852'  #         #limit: 10
373        lookup: 'conf/lookup/isis_ffzg.yml'  #         modify_file: 'conf/modify/common.pl'
374        #limit: 10  #         normalize:
375        normalize:  #           path: 'conf/normalize/ff-peri.pl'
376          path: 'conf/normalize/common.pl'  #
377    #   ffpe:
378    ffsk:  #     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
379      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'  #     input:
380      input:  #       - name: peri
381        name: libri  #         type: isis
382        type: isis  #         path: '/backup/isis_backup/novi-40163/isisdata/latest/PERI/PERI'
383        path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'  #         encoding: 'cp852'
384        encoding: 'cp852'  #         #limit: 10
385        lookup: 'conf/lookup/isis_ffzg.yml'  #         modify_file: 'conf/modify/common.pl'
386        #limit: 10  #         normalize:
387        normalize:  #           path: 'conf/normalize/ff-peri.pl'
388          path: 'conf/normalize/common.pl'  #
389    #  ffpo:
390    ffsfb:  #    name: 'Povijest, Filozofski fakultet u Zagrebu'
391      name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'  #    input:
392      input:  #      - name: peri
393        name: libri  #        type: isis
394        type: isis  #        path: '/backup/isis_backup/A-201-1/isisdata/latest/PERI/PERI'
395        path: '/data/isis_data/sfb/LIBRI/LIBRI'  #        encoding: 'cp852'
396  #     path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'  #        modify_file: 'conf/modify/common.pl'
397        encoding: 'cp852'  #        normalize:
398        lookup: 'conf/lookup/isis_ffzg.yml'  #          path: 'conf/normalize/ff-peri.pl'
399        #limit: 10  #
400        modify_file: 'conf/modify/common.pl'  #   ffpu:
401        normalize:  #     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
402          path: 'conf/normalize/common.pl'  #     input:
403    #       - name: peri
404    ffsfm:  #         type: isis
405      name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'  #         path: '/backup/isis_backup/C124-3/ISISDATA/latest/PERI/PERI'
406      input:  #         encoding: 'cp852'
407        name: libri  #         #limit: 10
408        type: isis  #         modify_file: 'conf/modify/common.pl'
409        path: '/data/isis_data/sfm/LIBRI/LIBRI'  #         normalize:
410  #      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'  #           path: 'conf/normalize/ff-peri.pl'
411        encoding: 'cp852'  #
412        lookup: 'conf/lookup/isis_ffzg.yml'  #  ffps:
413        #limit: 10  #    name: 'Psihologija, Filozofski fakultet u Zagrebu'
414        modify_file: 'conf/modify/common.pl'  #    code: 'ps'
415        normalize:  #    url: 'http://www.knjiznice.ffzg.hr/psihologija'
416          path: 'conf/normalize/common.pl'  #    input:
417    #      - name: peri
418    ffso:  #        type: isis
419      name: 'Sociologija, Filozofski fakultet u Zagrebu'  #        path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'
420      input:  #        encoding: 'cp852'
421        name: libri  #        modify_file: 'conf/modify/common.pl'
422        type: isis  #        normalize:
423        path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'  #          path: 'conf/normalize/ff-peri.pl'
424        encoding: 'cp852'  
425        lookup: 'conf/lookup/isis_ffzg.yml'  
426        #limit: 10  #   ffro:
427        modify_records:  #     name: 'Romanistika, Filozofski fakultet u Zagrebu'
428          200:  #     input:
429            '^a':  #       - name: peri
430              ' : ': '^e'  #         type: isis
431              ' = ': '^d'  #         path: '/backup/isis_backup/A224-6/isisdata/20070605/PERI/PERI'
432              ' ; ': '^k'  #         encoding: 'cp852'
433            '^k':  #         #limit: 10
434              '^e': ' : '  #         modify_file: 'conf/modify/common.pl'
435            '^d':  #         normalize:
436              '^e': ' : '  #           path: 'conf/normalize/ff-peri.pl'
437            '^e':  #
438              '^d': ' = '  #  ffsf:
439              '^k': ' ; '  #    name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
440            '*':  #    input:
441              '^g': ' ; '  #      - name: peri
442        normalize:  #        type: isis
443          path: 'conf/normalize/common.pl'  #        path: '/backup/isis_backup/A125-2/ISISDATA/latest/PERI/PERI'
444    #        encoding: 'cp852'
445    ffta:  #        #limit: 10
446      name: 'Talijanistika, Filozofski fakultet u Zagrebu'  #        modify_file: 'conf/modify/common.pl'
447      input:  #        normalize:
448        name: libri  #          # path: 'conf/normalize/ff-peri.pl'
449        type: isis  #          path: 'conf/normalize/ff-peri.pl'
450        path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'  
451        encoding: 'cp852'  #   ffso:
452        lookup: 'conf/lookup/isis_ffzg.yml'  #     name: 'Sociologija, Filozofski fakultet u Zagrebu'
453        #limit: 10  #     input:
454        modify_file: 'conf/modify/common.pl'  #       - name: peri
455        normalize:  #         type: isis
456          path: 'conf/normalize/common.pl'  #         path: '/backup/isis_backup/A002-3/isisdata/latest/PERI/PERI'
457    #         encoding: 'cp852'
458    ffsr:  #         #limit: 10
459      name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'  #         modify_file: 'conf/modify/common.pl'
460      input:  #         normalize:
461        name: libri  #           path: 'conf/normalize/ff-peri.pl'
462        type: isis  #
463        path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'  #   ffta:
464        encoding: 'cp852'  #     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
465        lookup: 'conf/lookup/isis_ffzg.yml'  #     input:
466        #limit: 10  #       - name: peri
467        modify_file: 'conf/modify/common.pl'  #         type: isis
468        normalize:  #         path: '/backup/isis_backup/A225-2/isisdata/latest/PERI/PERI'
469          path: 'conf/normalize/common.pl'  #         encoding: 'cp852'
470    #         #limit: 10
471    ffmic:  #         modify_file: 'conf/modify/common.pl'
472      name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'  #         normalize:
473      input:  #           path: 'conf/normalize/ff-peri.pl'
474        name: libri    
475        type: isis  #  fftu:
476        path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'  #    name: 'Turkologija, Filozofski fakultet u Zagrebu'
477        encoding: 'cp852'  #    input:
478        lookup: 'conf/lookup/isis_ffzg.yml'  #      - name: peri
479        #limit: 10  #        type: isis
480        normalize:  #        # path: '/backup/isis_backup/B025-2/ISISDATA/20070711/PERI/PERI'
481          path: 'conf/normalize/common.pl'  #        path: '/data/isis_data/tu/DATA/PERI/PERI'
482    #        encoding: 'cp852'
483    efzg:  #        #limit: 10
484      name: 'Ekonomski fakutet u Zagrebu'  #        modify_file: 'conf/modify/common.pl'
485      input:  #        normalize:
486        name: knjige  #          path: 'conf/normalize/ff-peri.pl'
487        type: marc  
488        path: '/data/drustvene/efzg/unimarc.iso'  #   ffmic:
489        encoding: 'cp852'  #     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
490        # CroList recoding pairs to fix encoding problems  #     input:
491        recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'  #       - name: peri
492        lookup: 'conf/lookup/efzg.yml'  #         type: isis
493        #limit: 1000  #         path: '/backup/isis_backup/C107-9/ISISDATA/latest/Peri/PERI'
494        normalize:  #         encoding: 'cp852'
495          path: 'conf/normalize/common.pl'  #         #limit: 10
496    #         modify_file: 'conf/modify/common.pl'
497    eizg:  #         normalize:
498      name: 'Ekonomski institut u Zagrebu'  #           path: 'conf/normalize/ff-peri.pl'
499      input:  #
500        name: bib    nsk:
501        type: isis      name: 'Nacionalna i sveucilisna knjiznica'
       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'  
502      input:      input:
503        name: knjige        name: bbaza
504        type: marc        type: marc
505        path: '/data/drustvene/ijf/szi.iso'        path: '/home/mglavica/NSK/data/BBaza.ISO'
506        encoding: 'ISO-8859-2'        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  
507        normalize:        normalize:
508          path: 'conf/normalize/common.pl'          path: 'conf/normalize/minimal.pl'
509      
510  # Elektronièki èasopisi  #   exhibit:
511    emerald:  #     name: 'SMILE Exhibit based ouptput for WebPAC'
512      name: 'EmeraldFulltext'  #     input:
513      input:  #       name: 'Periodika'
514        name: ecas  #       type: marc
515        type: excel  #       path: 'out/marc/ffpo-peri.marc'
516        path: '/data/FF/emerald/persistenturls.xls'  #       encoding: 'UTF-8'
517        worksheet: 'All Titles'  #       #limit: 100
518        from: 20  #       normalize:
519        encoding: 'windows-1250'  #         path: 'conf/normalize/json.pl'
520        #limit: 10  #     output:
521        normalize:  #       module: 'JSON'
522          path: 'conf/normalize/excel_emerald.pl'  #       path: 'out/exhibit/po.js'
   
   

Legend:
Removed from v.722  
changed lines
  Added in v.905

  ViewVC Help
Powered by ViewVC 1.1.26