more tweaks for subfield re-ordering
[webpac2] / conf / llin.yml
index 83bae3a..4db9c03 100644 (file)
@@ -233,20 +233,6 @@ databases:
         tag: 'isis'
         path: 'conf/normalize/common.pl'
   
-  # 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'
-
   ffsfb:
     name: 'Slavenska filologija (B), Filozofski fakulteti u Zagrebu'
     input:
@@ -339,12 +325,59 @@ databases:
     input:
       name: 'FFZG - Psihologija'
       type: marc
-      path: 'ps.marc'
+      path: 'out/marc/ffsf-peri.marc'
       encoding: 'cp852'
-      #limit: 100
       normalize:
         path: 'conf/normalize/json.pl'
     output:
       module: 'JSON'
       path: 'out/exhibit/ps.js'
 
+  webpacus:
+    name: 'Webpacus'
+    input:
+      name: 'foobar'
+      type: 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'
+