--- trunk/conf/llin.yml 2007/11/02 13:11:25 965 +++ trunk/conf/llin.yml 2007/11/20 10:10:37 1060 @@ -339,10 +339,12 @@ name: 'foobar' type: marc # path: 'out/marc/ffsf-peri.marc' - path: 'out/marc/ffkk-libri.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' @@ -362,3 +364,42 @@ 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' +