X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=examples%2Foai-pmh%2Fconf%2Fzebra.cfg;fp=examples%2Foai-pmh%2Fconf%2Fzebra.cfg;h=d20940a01779826030b66b57ded2248983f70f32;hb=9a58af1c47eb3b1a5a805c6c1634639b3d28d103;hp=0000000000000000000000000000000000000000;hpb=e9c13eff03277584496c19487dc6afc4a8db2a4d;p=idzebra-moved-to-github.git diff --git a/examples/oai-pmh/conf/zebra.cfg b/examples/oai-pmh/conf/zebra.cfg new file mode 100644 index 0000000..d20940a --- /dev/null +++ b/examples/oai-pmh/conf/zebra.cfg @@ -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