r1085@llin: dpavlin | 2006-10-08 14:40:26 +0200
[webpac2] / t / conf / marc.yml
diff --git a/t/conf/marc.yml b/t/conf/marc.yml
new file mode 100644 (file)
index 0000000..4af0f87
--- /dev/null
@@ -0,0 +1,19 @@
+--- #YAML:1.0
+# DO NOT USE TABS FOR INDENTATION OR label/value SEPARATION!!!
+
+webpac:
+  inputs:
+    isis: 'WebPAC::Input::ISIS'
+    marc: 'WebPAC::Input::MARC'
+
+databases:
+  marc:
+    name: 'marc name'
+    input:
+      name: 'marc-input'
+      path: '/foo/bar/baz'
+      encoding: 'cp852'
+      #limit: 10
+      normalize:
+        path: 'conf/normalize/marc.pl'
+