/[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 885 by dpavlin, Thu Aug 23 22:18:07 2007 UTC
# Line 9  catalyst_encoding: 'UTF-8' Line 9  catalyst_encoding: 'UTF-8'
9  sites_root: 'sites'  sites_root: 'sites'
10    
11  # which indexing engine to use? (hyperestraier is default)  # which indexing engine to use? (hyperestraier is default)
12  use_indexer: 'hyperestraier'  #use_indexer: 'hyperestraier'
13    use_indexer: 'hyperestraier-native'
14  #use_indexer: 'kinosearch'  #use_indexer: 'kinosearch'
15    
16  # configuration for Hyper Estraier full text search engine  # configuration for Hyper Estraier full text search engine
# Line 24  hyperestraier: Line 25  hyperestraier:
25    # don't turn this on! it will spit huge amounts of output    # don't turn this on! it will spit huge amounts of output
26    #debug: 1    #debug: 1
27    #    #
28      #
29      path: 'casket/'
30    # number of results on each page    # number of results on each page
31    hits_on_page: 10    hits_on_page: 10
32    # 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 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 173  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        dbf: 'WebPAC::Input::DBF'
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)
# 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  
145          credit: 10000          credit: 10000
146        - to: jzav        - to: kem
         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 272  databases: Line 164  databases:
164  #      - to: ffps  #      - to: ffps
165  #        credit: 10000  #        credit: 10000
166    
167    'drustvene':  #  'drustvene':
168      name: 'Katalog knjižnica društvenih znanosti'  #    name: 'Katalog knjižnica društvenih znanosti'
169      links:  #    links:
170        - to: efzg  #      - to: efzg
171          credit: 10000  #        credit: 10000
172        - to: eizg  #      - to: eizg
173          credit: 10000  #        credit: 10000
174        - to: efos  #      - to: efos
175          credit: 10000  #        credit: 10000
176        - to: irmo  #      - to: irmo
177          credit: 10000  #        credit: 10000
178        - to: hika  #      - to: hika
179          credit: 10000  #        credit: 10000
180        - to: iztzg  #      - to: iztzg
181          credit: 10000  #        credit: 10000
182        - to: jzav  #      - to: jzav
183          credit: 10000  #        credit: 10000
184        - to: ijf  #      - to: ijf
185          credit: 10000  #        credit: 10000
186        
187    'ecasopisi':  #  'ecasopisi':
188      name: 'Katalog elektroničkih časopisa'  #    name: 'Katalog elektroničkih časopisa'
189      links:  #    links:
190        - to: emerald  #      - to: emerald
191          credit: 10000  #        credit: 10000
192    
193    
194    ffan:    ffan:
195      name: 'Anglistika, Filozofski fakultet u Zagrebu'      name: 'Anglistika, Filozofski fakultet u Zagrebu'
196      input:      input:
197        name: libri        - name: libri
198        type: isis          type: isis
199        path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A105-1/ISIS/latest/LIBRI/LIBRI'
200        encoding: '852'          encoding: 'cp852'
201        lookup: 'conf/lookup/isis.pm'          modify_file: 'conf/modify/common.pl'
202        #limit: 10          normalize:
203        normalize:            path: 'conf/normalize/ff-libri.pl'
         path: 'conf/normalize/common.pl'  
204    
205    ffar:    ffar:
206      name: 'Arheologija, Filozofski fakultet u Zagrebu'      name: 'Arheologija, Filozofski fakultet u Zagrebu'
207      input:      input:
208        name: libri        - name: libri
209        type: isis          type: isis
210        path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A018-2/isisdata/latest/LIBRI/LIBRI'
211        encoding: '852'          encoding: 'cp852'
212        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
213        #limit: 10          modify_file: 'conf/modify/common.pl'
214        normalize:          normalize:
215          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
216    
217    ffet:    ffet:
218      name: 'Etnologija, Filozofski fakultet u Zagrebu'      name: 'Etnologija, Filozofski fakultet u Zagrebu'
219      input:      input:
220        name: libri        - name: libri
221        type: isis          type: isis
222        path: '/backup/isis_backup/A203-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A203-3/ISISDATA/latest/LIBRI/LIBRI'
223        encoding: '852'          encoding: 'cp852'
224        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
225        #limit: 10          modify_file: 'conf/modify/common.pl'
226        normalize:          normalize:
227          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
228    
229    fffi:    fffi:
230      name: 'Filozofija, Filozofski fakultet u Zagrebu'      name: 'Filozofija, Filozofski fakultet u Zagrebu'
231      input:      input:
232        name: libri        - name: libri
233        type: isis          type: isis
234        path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A102-1B/ISISDATA/latest/LIBRI/LIBRI'
235        encoding: '852'          encoding: 'cp852'
236        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
237        #limit: 10          modify_file: 'conf/modify/common.pl'
238        normalize:          normalize:
239          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
240    
241    fffo:    fffo:
242      name: 'Fonetika, Filozofski fakultet u Zagrebu'      name: 'Fonetika, Filozofski fakultet u Zagrebu'
# Line 352  databases: Line 244  databases:
244        - name: libri        - name: libri
245          type: isis          type: isis
246          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/novi-40162/ISISDATA/latest/LIBRI/LIBRI'
247          encoding: '852'          encoding: 'cp852'
         lookup: 'conf/lookup/isis_ffzg.yml'  
248          #limit: 10          #limit: 10
249            #modify_file: 'conf/modify/common.pl'
250          normalize:          normalize:
251            path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
       - name: arti  
         type: isis  
         path: '/backup/isis_backup/novi-40162/ISISDATA/latest/ARTI/ARTI'  
         encoding: '852'  
         lookup: 'conf/lookup/isis_ffzg.yml'  
         #limit: 10  
         normalize:  
           path: 'conf/normalize/common.pl'  
   
252    
253    ffge:    ffge:
254      name: 'Germanistika, Filozofski fakultet u Zagrebu'      name: 'Germanistika, Filozofski fakultet u Zagrebu'
255      input:      input:
256        name: libri        - name: libri
257        type: isis          type: isis
258        path: '/backup/isis_backup/A106-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/novi-40166/isisdata/latest/LIBRI/LIBRI'
259        encoding: '852'          encoding: 'cp852'
260        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
261        #limit: 10          modify_file: 'conf/modify/common.pl'
262        normalize:          normalize:
263          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
264    
265    ffhu:    ffhu:
266      name: 'Hungarologija, Filozofski fakultet u Zagrebu'      name: 'Hungarologija, Filozofski fakultet u Zagrebu'
267      input:      input:
268        name: libri        - name: libri
269        type: isis          type: isis
270        path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/B001-2/winisis/latest/LIBRI/LIBRI'
271        encoding: '852'          encoding: 'cp852'
272        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
273        #limit: 10          modify_file: 'conf/modify/common.pl'
274        normalize:          normalize:
275          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
276    
277    ffiz:    ffiz:
278      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'      name: 'Informacijske znanosti, Filozofski fakultet u Zagrebu'
279      input:      input:
280        name: libri        - name: libri
281        type: isis          type: isis
282        path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A129-2/isisdata/latest/LIBRI/LIBRI'
283        encoding: '852'          encoding: 'cp852'
284        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
285        #limit: 10          modify_file: 'conf/modify/common.pl'
286        normalize:          normalize:
287          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
288    
289    ffkf:    ffkf:
290      name: 'Klasična filologija, Filozofski fakultet u Zagrebu'      name: 'Klasična filologija, Filozofski fakultet u Zagrebu'
# Line 409  databases: Line 292  databases:
292        name: libri        name: libri
293        type: isis        type: isis
294        path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/A209-2/isisdata/latest/LIBRI/LIBRI'
295        encoding: '852'        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/minimal.pl'
300    
301    ffkk:    ffkk:
302      name: 'Komparativna književnost, Filozofski fakultet u Zagrebu'      name: 'Komparativna književnost, Filozofski fakultet u Zagrebu'
303      input:      input:
304        name: libri        - name: libri
305        type: isis          type: isis
306        path: '/backup/isis_backup/A207-3/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A206-4/isisdata/latest/LIBRI/LIBRI'
307        encoding: '852'          encoding: 'cp852'
308        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
309        #limit: 10          modify_file: 'conf/modify/common.pl'
310        normalize:          normalize:
311          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
312    
313    fflo:    fflo:
314      name: 'Lingvistika, Filozofski fakultet u Zagrebu'      name: 'Lingvistika, Filozofski fakultet u Zagrebu'
315      input:      input:
316        name: libri        - name: libri
317        type: isis          type: isis
318        path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A108-1/ISISDATA/latest/LIBRI/LIBRI'
319        encoding: '852'          encoding: 'cp852'
320        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
321        #limit: 10          modify_file: 'conf/modify/common.pl'
322        modify_records:          normalize:
323          200:            path: 'conf/normalize/ff-libri.pl'
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
           '*':  
             '^g': ' ; '  
             '^c': '. '  
         210:  
           '*':  
             '^c': '^b'  
             '^d': '^c'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
       normalize:  
         path: 'conf/normalize/common.pl'  
324    
325    fftu:    fftu:
326      name: 'Turkologija, Filozofski fakultet u Zagrebu'      name: 'Turkologija, Filozofski fakultet u Zagrebu'
327      input:      input:
328        name: libri        - name: libri
329        type: isis          type: isis
330        path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/B025-2/ISISDATA/latest/LIBRI/LIBRI'
331        encoding: '852'          encoding: 'cp852'
332        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
333        #limit: 10          modify_file: 'conf/modify/common.pl'
334        normalize:          normalize:
335          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
336    
337    ffpe:    ffpe:
338      name: 'Pedagogija, Filozofski fakultet u Zagrebu'      name: 'Pedagogija, Filozofski fakultet u Zagrebu'
339      input:      input:
340        name: libri        - name: libri
341        type: isis          type: isis
342        path: '/backup/isis_backup/A226-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/novi-40163/isisdata/latest/LIBRI/LIBRI'
343        encoding: '852'          encoding: 'cp852'
344        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
345        #limit: 10          modify_file: 'conf/modify/common.pl'
346        normalize:          normalize:
347          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
348    
349    ffpo:    ffpo:
350      name: 'Povijest, Filozofski fakultet u Zagrebu'      name: 'Povijest, Filozofski fakultet u Zagrebu'
351      input:      input:
352        name: libri        - name: libri
353        type: isis          type: isis
354        path: '/backup/isis_backup/A201-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A-201-1/isisdata/latest/LIBRI/LIBRI'
355        encoding: '852'          encoding: 'cp852'
356        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/common.pl'
357        #limit: 10          normalize:
358        normalize:            path: 'conf/normalize/minimal.pl'
         path: 'conf/normalize/common.pl'  
359    
360    ffpu:    ffpu:
361      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'      name: 'Povijest umjetnosti, Filozofski fakultet u Zagrebu'
362      input:      input:
363        name: libri        - name: libri
364        type: isis          type: isis
365        path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/C124-3/ISISDATA/latest/LIBRI/LIBRI'
366        encoding: '852'          encoding: 'cp852'
367        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
368        #limit: 10          modify_file: 'conf/modify/common.pl'
369        normalize:          normalize:
370          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
371    
372    ffps:    ffps:
373      # all variables here will be available as config variables in template      # all variables here will be available as config variables in template
# Line 527  databases: Line 387  databases:
387          # path: '/data/isis_data/PS/LIBRI/'          # path: '/data/isis_data/PS/LIBRI/'
388    
389          # encoding of character set in isis data          # encoding of character set in isis data
390          encoding: '852'          encoding: 'cp852'
391    
392          # lookup          # lookup
393          lookup: 'conf/lookup/isis_ffzg.yml'          # lookup: 'conf/lookup/isis_ffzg.yml'
394    
395          # limit number of records to read from database          # limit number of records to read from database
396          #limit: 10          #limit: 10
397    
398            modify_file: 'conf/modify/common.pl'
399            
400          # define normalisation for that source          # define normalisation for that source
401          normalize:          normalize:
402            # which tag to use in normalize xml for data?            # which tag to use in normalize xml for data?
403            # tag: 'isis'            # tag: 'isis'
404            # path to normalization xml            # path to normalization xml
405            path: 'conf/normalize/common.pl'            path: 'conf/normalize/ff-libri.pl'
           #path: 'conf/normalize/isis_ffzg.yml'  
406    
       # 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  
         normalize:  
           path: 'conf/normalize/common.pl'  
407    
408    ffro:    ffro:
409      name: 'Romanistika, Filozofski fakultet u Zagrebu'      name: 'Romanistika, Filozofski fakultet u Zagrebu'
410      input:      input:
411        name: libri        - name: libri
412        type: isis          type: isis
413        path: '/backup/isis_backup/A224-2/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A224-6/isisdata/20070605/LIBRI/LIBRI'
414        encoding: '852'          encoding: 'cp852'
415        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
416        #limit: 10          modify_file: 'conf/modify/common.pl'
417        normalize:          normalize:
418          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
419    
420    ffsk:    ffsk:
421      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'      name: 'Skandinavistika, Filozofski fakultet u Zagrebu'
422      input:      input:
423        name: libri        name: libri
424        type: isis        type: isis
425        path: '/backup/isis_backup/B009-2/ISISDATA/latest/LIBRI/LIBRI'        path: '/backup/isis_backup/B009-1/ISISDATA/latest/LIBRI/LIBRI'
426        encoding: '852'        encoding: 'cp852'
       lookup: 'conf/lookup/isis_ffzg.yml'  
       #limit: 10  
       normalize:  
         path: 'conf/normalize/common.pl'  
   
   ffsfb:  
     name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'  
     input:  
       name: libri  
       type: isis  
       path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'  
       encoding: '852'  
       lookup: 'conf/lookup/isis_ffzg.yml'  
427        #limit: 10        #limit: 10
428        modify_records:        modify_file: 'conf/modify/common.pl'
         200:  
           '^a':  
             ' ; ': '^k'  
           '^d':  
             '^e': ' : '  
           '^e':  
             '^d': ' = '  
           '*':  
             '^g': ' ; '  
         210:  
           '*':  
             '^c': '^b'  
             '^d': '^c'  
             '. (': '. (^e'  
             ' : ': ' :^f'  
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
429        normalize:        normalize:
430          path: 'conf/normalize/common.pl'          path: 'conf/normalize/minimal.pl'
431    
432    ffsfm:    ffsf:
433      name: 'Slavenska filologija (M), Filozofski fakulteti u Zagrebu'      name: 'Slavenska filologija, Filozofski fakulteti u Zagrebu'
434      input:      input:
435        name: libri        - name: naklb
436        type: isis          type: isis
437        path: '/backup/isis_backup/A121-2/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
438        encoding: '852'          encoding: 'cp852'
439        lookup: 'conf/lookup/isis_ffzg.yml'          modify_file: 'conf/modify/ff-nakladnicka.pl'
440        #limit: 10          normalize:
441        modify_records:            path: 'conf/normalize/ff-nakladnicka.pl'
442          200:        - name: librib
443            '^a':          type: isis
444              ' ; ': '^k'          path: '/backup/isis_backup/A125-3/ISISDATA/latest/LIBRI/LIBRI'
445            '^d':          encoding: 'cp852'
446              '^e': ' : '          modify_file: 'conf/modify/common.pl'
447            '^e':          normalize:
448              '^d': ' = '            path: 'conf/normalize/ff-libri.pl'
449            '*':        - name: librim
450              '^g': ' ; '          type: isis
451          210:          path: '/backup/isis_backup/A121-1/ISISDATA/latest/LIBRI/LIBRI'
452            '*':          encoding: 'cp852'
453              '^c': '^b'          #limit: 10
454              '^d': '^c'          modify_file: 'conf/modify/common.pl'
455              '. (': '. (^e'          normalize:
456              ' : ': ' :^f'            path: 'conf/normalize/minimal.pl'
         700:  
           '^a':  
             '^b': ', '  
         701:  
           '^a':  
             '^b': ', '  
         702:  
           '^a':  
             '^b': ', '  
       normalize:  
         path: 'conf/normalize/common.pl'  
457    
458    ffso:    ffso:
459      name: 'Sociologija, Filozofski fakultet u Zagrebu'      name: 'Sociologija, Filozofski fakultet u Zagrebu'
460      input:      input:
461        name: libri        - name: libri
462        type: isis          type: isis
463        path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A002-3/isisdata/latest/LIBRI/LIBRI'
464        encoding: '852'          encoding: 'cp852'
465        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
466        #limit: 10          modify_file: 'conf/modify/common.pl'
467        normalize:          normalize:
468          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
469    
470    ffta:    ffta:
471      name: 'Talijanistika, Filozofski fakultet u Zagrebu'      name: 'Talijanistika, Filozofski fakultet u Zagrebu'
472      input:      input:
473        name: libri        - name: libri
474        type: isis          type: isis
475        path: '/backup/isis_backup/A224-1/isisdata/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A225-2/isisdata/latest/LIBRI/LIBRI'
476        encoding: '852'          encoding: 'cp852'
477        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
478        #limit: 10          modify_file: 'conf/modify/common.pl'
479        normalize:          normalize:
480          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
481    
482    ffsr:    ffsr:
483      name: 'Središnja čitaonica, Filozofski fakultet u Zagrebu'      name: 'Središnja čitaonica, Filozofski fakultet u Zagrebu'
484      input:      input:
485        name: libri        - name: libri
486        type: isis          type: isis
487        path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/A112-1/ISISDATA/latest/LIBRI/LIBRI'
488        encoding: '852'          encoding: 'cp852'
489        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
490        #limit: 10          modify_file: 'conf/modify/common.pl'
491        normalize:          normalize:
492          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.pl'
493    
494    ffmic:    ffmic:
495      name: 'Međunarodni istraživački centar za kasnu antiku i srednji vijek'      name: 'Međunarodni istraživački centar za kasnu antiku i srednji vijek'
496      input:      input:
497        name: libri        - name: libri
498        type: isis          type: isis
499        path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'          path: '/backup/isis_backup/C107-9/ISISDATA/latest/LIBRI/LIBRI'
500        encoding: '852'          encoding: 'cp852'
501        lookup: 'conf/lookup/isis_ffzg.yml'          #limit: 10
502        #limit: 10          #modify_file: 'conf/modify/common.pl'
503        normalize:          normalize:
504          path: 'conf/normalize/common.pl'            path: 'conf/normalize/minimal.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'  
505    
   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'  
506    
507    ijf:    exhibit:
508      name: 'Institut za javne financije'      name: 'SMILE Exhibit based ouptput for WebPAC'
509      input:      input:
510        name: knjige        name: 'FFZG - Psihologija'
511        type: marc        type: marc
512        path: '/data/drustvene/ijf/szi.iso'        path: 'out/marc/ffsf-librim.marc'
513        encoding: 'ISO-8859-2'        encoding: 'cp852'
514        # CroList recoding pairs to fix encoding problems        #limit: 100
       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  
515        normalize:        normalize:
516          path: 'conf/normalize/excel_emerald.pl'          path: 'conf/normalize/json.pl'
517        output:
518          module: 'JSON'
519          path: 'out/exhibit/ps.js'
520    
521      

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

  ViewVC Help
Powered by ViewVC 1.1.26