/[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 802 by dpavlin, Thu Feb 15 22:43:03 2007 UTC revision 805 by dpavlin, Fri Mar 2 00:34:22 2007 UTC
# Line 190  databases: Line 190  databases:
190    'webpac2':    'webpac2':
191      name: 'Search all'      name: 'Search all'
192      links:      links:
193        - to: ffps        - to: hrz
194          credit: 10000          credit: 10000
195        - to: nsk        - to: nsk
196          credit: 10000          credit: 10000
197    
198      hrz:
199    ffps:      name: 'Hrvatski restauratorski zavod'
     # 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  
200      input:      input:
201        # this will create unique name with name of database and mfn        name: knjige
202        - name: libri        type: isis
203          # isis        path: '/data/humanistika/hrz/knjige/KNJIGE'
204          type: isis        encoding: 'cp852'
205          #limit: 10
206          # full path to database        #modify_file: 'conf/modify/common.pl'
207          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'        normalize:
208          # path: '/data/isis_data/PS/LIBRI/'          path: 'conf/normalize/minimal.pl'
   
         # encoding of character set in isis data  
         encoding: 'cp852'  
   
         # lookup  
         # lookup: 'conf/lookup/isis_ffzg.yml'  
   
         # limit number of records to read from database  
         #limit: 10  
   
         modify_file: 'conf/modify/common.pl'  
           
         # define normalisation for that source  
         normalize:  
           # which tag to use in normalize xml for data?  
           # tag: 'isis'  
           # path to normalization xml  
           #- path: 'conf/normalize/ff-nakladnicka.pl'  
           path: 'conf/normalize/ff-libri.pl'  
           #- path: 'conf/normalize/minimal.pl'  
           #- path: 'conf/normalize/ff-dupli.pl'  
           #- path: 'conf/normalize/ffps-spec.pl'  
209    
       # another input database  
       - name: peri  
         type: isis  
         path: '/backup/isis_backup/sunce2/isisdata/latest/PERI/PERI'  
         encoding: 'cp852'  
         #limit: 10  
         # modify_file: 'conf/modify/common.pl'  
         normalize:  
           path: 'conf/normalize/ff-peri.pl'  
210    
211    nsk:    nsk:
212      name: 'Nacionalna i sveucilisna knjiznica'      name: 'Nacionalna i sveucilisna knjiznica'
213      input:      input:
214        name: baza        name: analitika
215        type: marc        type: marc
216        path: '/backup/data/NSK/BBaza.ISO'        path: '/backup/data/NSK/BBaza.ISO'
217        encoding: 'ISO-8859-2'        encoding: 'ISO-8859-2'
218          modify: 'conf/modify/analitika.pl'
219        normalize:        normalize:
220          path: 'conf/normalize/ps-casopisi.pl'          path: 'conf/normalize/ps-casopisi.pl'
221    

Legend:
Removed from v.802  
changed lines
  Added in v.805

  ViewVC Help
Powered by ViewVC 1.1.26