/[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 806 by dpavlin, Sun Mar 4 13:03:11 2007 UTC
# Line 192  databases: Line 192  databases:
192      links:      links:
193        - to: ffps        - to: ffps
194          credit: 10000          credit: 10000
195          - to: hrz
196            credit: 10000
197        - to: nsk        - to: nsk
198          credit: 10000          credit: 10000
199    
   
200    ffps:    ffps:
     # all variables here will be available as config variables in template  
201      name: 'Psihologija, Filozofski fakultet u Zagrebu'      name: 'Psihologija, Filozofski fakultet u Zagrebu'
     code: 'ps'  
     url: 'http://www.knjiznice.ffzg.hr/psihologija'  
   
     # define input source  
202      input:      input:
       # this will create unique name with name of database and mfn  
203        - name: libri        - name: libri
         # isis  
204          type: isis          type: isis
   
         # full path to database  
205          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'          path: '/backup/isis_backup/sunce2/isisdata/latest/LIBRI/'
         # path: '/data/isis_data/PS/LIBRI/'  
   
         # encoding of character set in isis data  
206          encoding: 'cp852'          encoding: 'cp852'
   
         # lookup  
         # lookup: 'conf/lookup/isis_ffzg.yml'  
   
         # limit number of records to read from database  
         #limit: 10  
   
207          modify_file: 'conf/modify/common.pl'          modify_file: 'conf/modify/common.pl'
           
         # define normalisation for that source  
208          normalize:          normalize:
209            # which tag to use in normalize xml for data?            - path: 'conf/normalize/ff-nakladnicka.pl'
210            # tag: 'isis'            - path: 'conf/normalize/ff-libri.pl'
           # 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'  
211    
212        # another input database        # another input database
213        - name: peri        - name: peri
# Line 245  databases: Line 219  databases:
219          normalize:          normalize:
220            path: 'conf/normalize/ff-peri.pl'            path: 'conf/normalize/ff-peri.pl'
221    
222      hazum:
223        name: 'HAZU - muzika'
224        input:
225          name: bib
226          type: isis
227          path: '/data/humanistika/hazu-m/MUZIKA/BIB'
228          encoding: 'cp852'
229          #limit: 10
230          modify_file: 'conf/modify/common.pl'
231          normalize:
232            path: 'conf/normalize/minimal.pl'
233    
234      eizg:
235        name: 'Ekonomski institut Zagreb'
236        input:
237          name: bib
238          type: isis
239          path: '/data/drustvene/eizg/BIB'
240          encoding: 'cp852'
241          #limit: 10
242          #modify_file: 'conf/modify/common.pl'
243          normalize:
244            path: 'conf/normalize/minimal.pl'
245    
246      hrz:
247        name: 'Hrvatski restauratorski zavod'
248        input:
249          name: knjige
250          type: isis
251          path: '/data/humanistika/hrz/knjige/KNJIGE'
252          encoding: 'cp852'
253          #limit: 10
254          #modify_file: 'conf/modify/common.pl'
255          normalize:
256            path: 'conf/normalize/minimal.pl'
257    
258      irb:
259        name: 'Institut Rudjer Boskovic'
260        input:
261          name: unimar
262          type: isis
263          path: '/data/isis_data/irb/UNIMAR'
264          encoding: 'cp852'
265          #limit: 10
266          #modify_file: 'conf/modify/common.pl'
267          normalize:
268            path: 'conf/normalize/minimal.pl'
269    
270    
271    nsk:    nsk:
272      name: 'Nacionalna i sveucilisna knjiznica'      name: 'Nacionalna i sveucilisna knjiznica'
273      input:      input:
274        name: baza        name: analitika
275        type: marc        type: marc
276        path: '/backup/data/NSK/BBaza.ISO'        path: '/backup/data/NSK/BBaza.ISO'
277        encoding: 'ISO-8859-2'        encoding: 'ISO-8859-2'
278          modify: 'conf/modify/analitika.pl'
279        normalize:        normalize:
280          path: 'conf/normalize/ps-casopisi.pl'          path: 'conf/normalize/ps-casopisi.pl'
281    
282    #Wiley zbirka
283      wiley:
284        name: 'Wiley Intescience Full'
285        input:
286          - name: full
287            type: excel
288            path: '/data/FF/ecasopisi/wiley/all_wiley_interscience_journals_2007.xls'
289            worksheet: 'All Wiley Journals 2007'
290            from: 1
291            encoding: 'UTF-8'
292            normalize:
293              path: 'conf/normalize/excel-wiley-minimal.pl'
294          - name: licenced
295            type: excel
296            path: '/data/FF/ecasopisi/wiley/wiley_casopisi2006.xls'
297            worksheet: 'carnet'
298            from: 1
299            encoding: 'UTF-8'
300            normalize:
301              path: 'conf/normalize/excel-wiley.pl'
302          - name: nourl
303            type: marc
304            path: '/data/webpac2/out/marc/wiley-licenced.marc'
305            encoding: 'UTF-8'
306            normalize:
307              path: 'conf/normalize/marc-wiley-nourl.pl'
308    #      - name: licenced
309    #        type: marc
310    #        path: '/data/FF/wiley/wiley-licenced.marc'
311    #        encoding: 'UTF-8'
312    #        normalize:
313    #          path: 'conf/normalize/common.pl'
314    

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

  ViewVC Help
Powered by ViewVC 1.1.26