added files for OAI-PMH example
[idzebra-moved-to-github.git] / examples / oai-pmh / conf / zebra.cfg
diff --git a/examples/oai-pmh/conf/zebra.cfg b/examples/oai-pmh/conf/zebra.cfg
new file mode 100644 (file)
index 0000000..d20940a
--- /dev/null
@@ -0,0 +1,39 @@
+# Zebra configuration file for Alvis XSLT filter setup including
+# SRU/SRW Webservice setup and CQL-to-PQF configuration
+# 
+# $Id: zebra.cfg,v 1.1 2008-02-01 09:45:17 marc Exp $
+#
+
+# profilePath - where to look for config files
+profilePath: .:../../tab
+
+# modulePath - where to look for loadable zebra modules
+modulePath:  ../../index/.libs
+
+# store records and record keys internally
+storeData: 1
+storeKeys: 1
+
+# use the DOM XML filter with config file dom-conf.xml
+recordtype: dom.conf/dom-conf.xml
+
+
+# where to put registers, and other var content, and how large they may be
+register: tmp:10M
+shadow: tmp:10M
+lockdir: tmp
+keytmpdir: tmp
+
+# enable pre-sorting of hit lists according to static rank
+#staticrank: 1
+
+# use rank sorting filter
+#rank: rank1
+
+# add extended services - global access
+#perm.anonymous: rw
+
+# add extended services - login/password 
+#perm.anonymous: r
+#perm.admin: rw
+#passwd: passwordfile
\ No newline at end of file