--- trunk/conf/llin.yml 2007/10/30 23:32:58 921 +++ trunk/conf/llin.yml 2007/11/28 00:29:46 1074 @@ -321,7 +321,7 @@ # mapping_path: 'conf/input/dbf/cas2000.yml' exhibit: - name: 'SMILE Exhibit based ouptput for WebPAC' + name: 'SMILE Exhibit based output for WebPAC' input: name: 'FFZG - Psihologija' type: marc @@ -338,13 +338,80 @@ input: name: 'foobar' type: marc - path: 'out/marc/ffsf-peri.marc' +# path: 'out/marc/ffsf-peri.marc' +# path: 'out/marc/ffkk-libri.marc' + path: 'out/marc/ffiz-libri.marc' encoding: 'cp852' normalize: path: 'conf/normalize/webpacus.pl' +# path: 'conf/normalize/webpacus-unimarc.pl' output: - module: 'KinoSearch' path: 'var/kinosearch' - module: 'Sorted' path: 'var/sorted' + - module: 'Webpacus' + path: '/data/Webpacus2' + + hidra: + name: 'HIDRA' + input: + - name: bib + type: isis + path: '/data/hidra/BIB' + encoding: 'cp852' + #modify_file: 'conf/modify/common.pl' + normalize: + path: 'conf/normalize/minimal.pl' + perlmonks: + name: 'PerlMonks' + input: + - name: xml + module: 'WebPAC::Input::XML' + path: '/home/dpavlin/monk-search/xml-dump' + mungle: 'conf/mungle/perlmonks-xml.pl' + normalize: + path: 'conf/normalize/perlmonks.pl' + output: + - module: 'KinoSearch' + path: 'var/kinosearch' + - module: 'Sorted' + path: 'var/sorted' + - module: 'Webpacus' + path: '/data/Webpacus2' + + ufo: + name: 'UFO Reports 1998-2006 in the UK' + input: + - name: pdf + module: 'WebPAC::Input::PDF' + path: '/home/dpavlin/x/ufo/UFOReport1998.pdf' +# - '/home/dpavlin/x/ufo/UFOReport1998.pdf' +# - '/home/dpavlin/x/ufo/UFOReport1999.pdf' +# - '/home/dpavlin/x/ufo/UFOReport2000.pdf' +# - '/home/dpavlin/x/ufo/UFOReport2001.pdf' +# - '/home/dpavlin/x/ufo/UFOReports2002WholeoftheUK.pdf' +# - '/home/dpavlin/x/ufo/UFOReports2003WholeoftheUK.pdf' +# - '/home/dpavlin/x/ufo/UFOReports2004WholeoftheUK.pdf' +# - '/home/dpavlin/x/ufo/UFOReports2005WholeoftheUK.pdf' +# - '/home/dpavlin/x/ufo/UFOReports2006WholeoftheUK.pdf' + normalize: + path: 'conf/normalize/ufo.pl' + output: + - module: 'Jifty' + path: '/data/Webpacus2' + model: 'Webpacus::Model::UFO' + + csv: + name: 'CSV Excel export' + input: + - name: peri + module: 'WebPAC::Input::ISIS' + path: '/data/isis_data/ffps-peri/PERI' + encoding: 'cp852' + normalize: + path: 'conf/normalize/csv_ff-peri.pl' + output: + - module: 'Excel' + path: 'out/peri.xls'