/[webpac2]/trunk/conf/llin.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/llin.yml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 872 by dpavlin, Fri Jun 22 00:03:45 2007 UTC revision 1060 by dpavlin, Tue Nov 20 10:10:37 2007 UTC
# Line 233  databases: Line 233  databases:
233          tag: 'isis'          tag: 'isis'
234          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
235        
   # excel  
   excel:  
     name: 'Excel'  
     
     input:  
       name: doaj  
       type: excel  
       path: '/data/isis_data/doaj2csv.xls'  
       #encoding: 'cp852'  
       #limit: 100  
       normalize:  
         #tag: 'isis'  
         path: 'conf/normalize/excel.pl'  
   
236    ffsfb:    ffsfb:
237      name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'      name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'
238      input:      input:
# Line 325  databases: Line 311  databases:
311          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
312    
313    sand:    sand:
314      name: 'Project Gutenberg archive'      name: 'SAND'
315      input:      input:
316        name: casopisi        name: casopisi
317        type: dbf        type: dbf
318        path: 't/data/cas2000.dbf'        path: 't/data/cas2000.dbf'
319        normalize:        normalize:
320          path: 'conf/normalize/common.pl'          path: 'conf/normalize/common.pl'
321        mapping_path: 'conf/input/dbf/cas2000.yml'  #      mapping_path: 'conf/input/dbf/cas2000.yml'
322    
323      exhibit:
324        name: 'SMILE Exhibit based ouptput for WebPAC'
325        input:
326          name: 'FFZG - Psihologija'
327          type: marc
328          path: 'out/marc/ffsf-peri.marc'
329          encoding: 'cp852'
330          normalize:
331            path: 'conf/normalize/json.pl'
332        output:
333          module: 'JSON'
334          path: 'out/exhibit/ps.js'
335    
336      webpacus:
337        name: 'Webpacus'
338        input:
339          name: 'foobar'
340          type: marc
341    #      path: 'out/marc/ffsf-peri.marc'
342    #      path: 'out/marc/ffkk-libri.marc'
343          path: 'out/marc/ffiz-libri.marc'
344          encoding: 'cp852'
345          normalize:
346            path: 'conf/normalize/webpacus.pl'
347    #        path: 'conf/normalize/webpacus-unimarc.pl'
348        output:
349          - module: 'KinoSearch'
350            path: 'var/kinosearch'
351          - module: 'Sorted'
352            path: 'var/sorted'
353          - module: 'Webpacus'
354            path: '/data/Webpacus2'
355    
356      hidra:
357        name: 'HIDRA'
358        input:
359          - name: bib
360            type: isis
361            path: '/data/hidra/BIB'
362            encoding: 'cp852'
363            #modify_file: 'conf/modify/common.pl'
364            normalize:
365              path: 'conf/normalize/minimal.pl'
366    
367      perlmonks:
368        name: 'PerlMonks'
369        input:
370          - name: xml
371            module: 'WebPAC::Input::XML'
372            path: '/home/dpavlin/monk-search/xml-dump'
373            mungle: 'conf/mungle/perlmonks-xml.pl'
374            normalize:
375              path: 'conf/normalize/perlmonks.pl'
376        output:
377          - module: 'KinoSearch'
378            path: 'var/kinosearch'
379          - module: 'Sorted'
380            path: 'var/sorted'
381          - module: 'Webpacus'
382            path: '/data/Webpacus2'
383    
384      ufo:
385        name: 'UFO Reports 1998-2006 in the UK'
386        input:
387          - name: pdf
388            module: 'WebPAC::Input::PDF'
389            path: '/home/dpavlin/x/ufo/UFOReport1998.pdf'
390    #          - '/home/dpavlin/x/ufo/UFOReport1998.pdf'
391    #          - '/home/dpavlin/x/ufo/UFOReport1999.pdf'
392    #          - '/home/dpavlin/x/ufo/UFOReport2000.pdf'
393    #          - '/home/dpavlin/x/ufo/UFOReport2001.pdf'
394    #          - '/home/dpavlin/x/ufo/UFOReports2002WholeoftheUK.pdf'
395    #          - '/home/dpavlin/x/ufo/UFOReports2003WholeoftheUK.pdf'
396    #          - '/home/dpavlin/x/ufo/UFOReports2004WholeoftheUK.pdf'
397    #          - '/home/dpavlin/x/ufo/UFOReports2005WholeoftheUK.pdf'
398    #          - '/home/dpavlin/x/ufo/UFOReports2006WholeoftheUK.pdf'
399            normalize:
400              path: 'conf/normalize/ufo.pl'
401        output:
402          - module: 'Jifty'
403            path: '/data/Webpacus2'
404            model: 'Webpacus::Model::UFO'
405    

Legend:
Removed from v.872  
changed lines
  Added in v.1060

  ViewVC Help
Powered by ViewVC 1.1.26