/[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 903 by dpavlin, Wed Oct 10 21:00:48 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  
         credit: 10000  
       - to: iztzg  
         credit: 10000  
       - to: jzav  
         credit: 10000  
       - to: ijf  
145          credit: 10000          credit: 10000
146        - to: emerald        - to: kem
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'  
192    
193    fffo:  #  ffan:
194      name: 'Fonetika, Filozofski fakultet u Zagrebu'  #    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:      input:
292        - name: libri        - name: peri
293          type: isis          type: isis
294          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/B001-2/winisis/latest/PERI/PERI'
295          encoding: 'cp852'          encoding: 'cp852'
         lookup: 'conf/lookup/isis_ffzg.yml'  
296          #limit: 10          #limit: 10
297            modify_file: 'conf/modify/common.pl'
298          normalize:          normalize:
299            path: 'conf/normalize/common.pl'            path: 'conf/normalize/ff-peri.pl'
300        - name: arti    
301          type: isis    isi:
302          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'      name: 'ISI'
303          encoding: 'cp852'      input:
304          lookup: 'conf/lookup/isis_ffzg.yml'        - name: isi
305          #limit: 10          type: isi
306            path: '/data/isis_data/savedrecs.txt'
307            encoding: 'ISO-8859-1'
308            # modify_file: 'conf/modify/common.pl'
309          normalize:          normalize:
310            path: 'conf/normalize/common.pl'            path: 'conf/normalize/isi.pl'
311    
   
   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'  
   
312    ffiz:    ffiz:
313      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
314      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'  
315        - name: peri        - name: peri
316          type: isis          type: isis
317          path: '/backup/isis_backup/A207-3/isisdata/latest/PERI/PERI'          path: '/backup/isis_backup/A129-2/isisdata/latest/PERI/PERI'
318          encoding: 'cp852'          encoding: 'cp852'
         lookup: 'conf/lookup/ffkk-peri.yml'  
         #limit: 10  
319          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
320          normalize:          normalize:
321            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  
322        - name: libri        - name: libri
         # isis  
323          type: isis          type: isis
324            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  
325          encoding: 'cp852'          encoding: 'cp852'
   
         # lookup  
         lookup: 'conf/lookup/isis_ffzg.yml'  
   
         # limit number of records to read from database  
         #limit: 10  
   
326          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
           
         # define normalisation for that source  
327          normalize:          normalize:
328            # which tag to use in normalize xml for data?            path: 'conf/normalize/ff-libri.pl'
329            # tag: 'isis'  
330            # path to normalization xml  
331            path: 'conf/normalize/common.pl'  #   ffkk:
332            #path: 'conf/normalize/isis_ffzg.yml'  #     name: 'Komparativna knji¾evnost, Filozofski fakultet u Zagrebu'
333    #     input:
334        # another input database  #       - name: peri
335        - name: peri  #         type: isis
336          type: isis  #         path: '/backup/isis_backup/A206-4/isisdata/latest/PERI/PERI'
337          path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'  #         encoding: 'cp852'
338          encoding: 'cp852'  #         #limit: 10
339          lookup: 'conf/lookup/isis_ffzg.yml'  #         modify_file: 'conf/modify/common.pl'
340          #limit: 10  #         normalize:
341          normalize:  #           path: 'conf/normalize/ff-peri.pl'
342            path: 'conf/normalize/common.pl'  #
343    #   fflo:
344    ffro:  #     name: 'Lingvistika, Filozofski fakultet u Zagrebu'
345      name: 'Romanistika, Filozofski fakultet u Zagrebu'  #     input:
346      input:  #       - name: peri
347        name: libri  #         type: isis
348        type: isis  #         path: '/backup/isis_backup/A108-1/ISISDATA/latest/PERI/PERI'
349        path: '/backup/isis_backup/A224-6/isisdata/latest/LIBRI/LIBRI'  #         encoding: 'cp852'
350        encoding: 'cp852'  #         #limit: 10
351        lookup: 'conf/lookup/isis_ffzg.yml'  #         modify_file: 'conf/modify/common.pl'
352        #limit: 10  #         normalize:
353        normalize:  #           path: 'conf/normalize/ff-peri.pl'
354          path: 'conf/normalize/common.pl'  #
355    #   ffpe:
356    ffsk:  #     name: 'Pedagogija, Filozofski fakultet u Zagrebu'
357      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'  #     input:
358      input:  #       - name: peri
359        name: libri  #         type: isis
360        type: isis  #         path: '/backup/isis_backup/novi-40163/isisdata/latest/PERI/PERI'
361        path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'  #         encoding: 'cp852'
362        encoding: 'cp852'  #         #limit: 10
363        lookup: 'conf/lookup/isis_ffzg.yml'  #         modify_file: 'conf/modify/common.pl'
364        #limit: 10  #         normalize:
365        normalize:  #           path: 'conf/normalize/ff-peri.pl'
366          path: 'conf/normalize/common.pl'  #
367    #  ffpo:
368    ffsfb:  #    name: 'Povijest, Filozofski fakultet u Zagrebu'
369      name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'  #    input:
370      input:  #      - name: peri
371        name: libri  #        type: isis
372        type: isis  #        path: '/backup/isis_backup/A-201-1/isisdata/latest/PERI/PERI'
373        path: '/data/isis_data/sfb/LIBRI/LIBRI'  #        encoding: 'cp852'
374  #     path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'  #        modify_file: 'conf/modify/common.pl'
375        encoding: 'cp852'  #        normalize:
376        lookup: 'conf/lookup/isis_ffzg.yml'  #          path: 'conf/normalize/ff-peri.pl'
377        #limit: 10  #
378        modify_file: 'conf/modify/common.pl'  #   ffpu:
379        normalize:  #     name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
380          path: 'conf/normalize/common.pl'  #     input:
381    #       - name: peri
382    ffsfm:  #         type: isis
383      name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'  #         path: '/backup/isis_backup/C124-3/ISISDATA/latest/PERI/PERI'
384      input:  #         encoding: 'cp852'
385        name: libri  #         #limit: 10
386        type: isis  #         modify_file: 'conf/modify/common.pl'
387        path: '/data/isis_data/sfm/LIBRI/LIBRI'  #         normalize:
388  #      path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'  #           path: 'conf/normalize/ff-peri.pl'
389        encoding: 'cp852'  #
390        lookup: 'conf/lookup/isis_ffzg.yml'  #   ffps:
391        #limit: 10  #     name: 'Psihologija, Filozofski fakultet u Zagrebu'
392        modify_file: 'conf/modify/common.pl'  #     code: 'ps'
393        normalize:  #     url: 'http://www.knjiznice.ffzg.hr/psihologija'
394          path: 'conf/normalize/common.pl'  #     input:
395    #       - name: peri
396    ffso:  #         type: isis
397      name: 'Sociologija, Filozofski fakultet u Zagrebu'  #         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/'
398      input:  #         encoding: 'cp852'
399        name: libri  #         modify_file: 'conf/modify/common.pl'
400        type: isis  #         normalize:
401        path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'  #           path: 'conf/normalize/ff-peri.pl'
402        encoding: 'cp852'  #
403        lookup: 'conf/lookup/isis_ffzg.yml'  #
404        #limit: 10  #   ffro:
405        modify_records:  #     name: 'Romanistika, Filozofski fakultet u Zagrebu'
406          200:  #     input:
407            '^a':  #       - name: peri
408              ' : ': '^e'  #         type: isis
409              ' = ': '^d'  #         path: '/backup/isis_backup/A224-6/isisdata/20070605/PERI/PERI'
410              ' ; ': '^k'  #         encoding: 'cp852'
411            '^k':  #         #limit: 10
412              '^e': ' : '  #         modify_file: 'conf/modify/common.pl'
413            '^d':  #         normalize:
414              '^e': ' : '  #           path: 'conf/normalize/ff-peri.pl'
415            '^e':  #
416              '^d': ' = '  #   ffsf:
417              '^k': ' ; '  #     name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
418            '*':  #     input:
419              '^g': ' ; '  #       - name: peri
420        normalize:  #         type: isis
421          path: 'conf/normalize/common.pl'  #         path: '/backup/isis_backup/A125-2/ISISDATA/latest/PERI/PERI'
422    #         encoding: 'cp852'
423    ffta:  #         #limit: 10
424      name: 'Talijanistika, Filozofski fakultet u Zagrebu'  #         modify_file: 'conf/modify/common.pl'
425      input:  #         normalize:
426        name: libri  #           path: 'conf/normalize/ff-peri.pl'
427        type: isis  #
428        path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'  #   ffso:
429        encoding: 'cp852'  #     name: 'Sociologija, Filozofski fakultet u Zagrebu'
430        lookup: 'conf/lookup/isis_ffzg.yml'  #     input:
431        #limit: 10  #       - name: peri
432        modify_file: 'conf/modify/common.pl'  #         type: isis
433        normalize:  #         path: '/backup/isis_backup/A002-3/isisdata/latest/PERI/PERI'
434          path: 'conf/normalize/common.pl'  #         encoding: 'cp852'
435    #         #limit: 10
436    ffsr:  #         modify_file: 'conf/modify/common.pl'
437      name: 'Sredi¹nja èitaonica, Filozofski fakultet u Zagrebu'  #         normalize:
438      input:  #           path: 'conf/normalize/ff-peri.pl'
439        name: libri  #
440        type: isis  #   ffta:
441        path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'  #     name: 'Talijanistika, Filozofski fakultet u Zagrebu'
442        encoding: 'cp852'  #     input:
443        lookup: 'conf/lookup/isis_ffzg.yml'  #       - name: peri
444        #limit: 10  #         type: isis
445        modify_file: 'conf/modify/common.pl'  #         path: '/backup/isis_backup/A225-2/isisdata/latest/PERI/PERI'
446        normalize:  #         encoding: 'cp852'
447          path: 'conf/normalize/common.pl'  #         #limit: 10
448    #         modify_file: 'conf/modify/common.pl'
449    ffmic:  #         normalize:
450      name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'  #           path: 'conf/normalize/ff-peri.pl'
451      input:  #  
452        name: libri  #   fftu:
453        type: isis  #     name: 'Turkologija, Filozofski fakultet u Zagrebu'
454        path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'  #     input:
455        encoding: 'cp852'  #       - name: peri
456        lookup: 'conf/lookup/isis_ffzg.yml'  #         type: isis
457        #limit: 10  #         path: '/backup/isis_backup/B025-2/ISISDATA/20070711/PERI/PERI'
458        normalize:  #         encoding: 'cp852'
459          path: 'conf/normalize/common.pl'  #         #limit: 10
460    #         modify_file: 'conf/modify/common.pl'
461    efzg:  #         normalize:
462      name: 'Ekonomski fakutet u Zagrebu'  #           path: 'conf/normalize/ff-peri.pl'
463      input:  #
464        name: knjige  #   ffmic:
465        type: marc  #     name: 'Meðunarodni istra¾ivaèki centar za kasnu antiku i srednji vijek'
466        path: '/data/drustvene/efzg/unimarc.iso'  #     input:
467        encoding: 'cp852'  #       - name: peri
468        # CroList recoding pairs to fix encoding problems  #         type: isis
469        recode: 'ÏC È Ïc è ÂC Æ Âc æ ò ð ÏS © Ïs ¹ ÏZ ® Ïz ¾'  #         path: '/backup/isis_backup/C107-9/ISISDATA/latest/Peri/PERI'
470        lookup: 'conf/lookup/efzg.yml'  #         encoding: 'cp852'
471        #limit: 1000  #         #limit: 10
472        normalize:  #         modify_file: 'conf/modify/common.pl'
473          path: 'conf/normalize/common.pl'  #         normalize:
474    #           path: 'conf/normalize/ff-peri.pl'
475    eizg:  #
476      name: 'Ekonomski institut u Zagrebu'  #   nsk:
477      input:  #     name: 'Nacionalna i sveucilisna knjiznica'
478        name: bib  #     input:
479        type: isis  #       name: bbaza
480        path: '/data/drustvene/eizg/BIB'  #       type: marc
481        encoding: 'cp852'  #       path: '/home/mglavica/NSK/data/BBaza.ISO'
482        lookup: 'conf/lookup/eizg.yml'  #       encoding: 'ISO-8859-2'
483        #limit: 100  #       normalize:
484        normalize:  #         path: 'conf/normalize/minimal.pl'
485          path: 'conf/normalize/common.pl'  #  
486    #   exhibit:
487    efos:  #     name: 'SMILE Exhibit based ouptput for WebPAC'
488      name: 'Ekonomski fakutet u Osijeku'  #     input:
489      input:  #       name: 'Periodika'
490        name: knjige  #       type: marc
491        type: marc  #       path: 'out/marc/ffpo-peri.marc'
492        path: '/data/drustvene/efos/EFOSBAZA.ISO'  #       encoding: 'UTF-8'
493        encoding: 'ISO-8859-2'  #       #limit: 100
494        # CroList recoding pairs to fix encoding problems  #       normalize:
495        #recode: '^ È ~ è ] Æ } æ | ð \[ © { ¹ @ ® ` ¾'  #         path: 'conf/normalize/json.pl'
496        lookup: 'conf/lookup/efos.yml'  #     output:
497        #limit: 10  #       module: 'JSON'
498        normalize:  #       path: 'out/exhibit/po.js'
         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'  
   
   

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

  ViewVC Help
Powered by ViewVC 1.1.26