/usr/share/idzebra-2.0-examples/oai-pmh/conf/zebra.cfg is in idzebra-2.0-examples 2.0.59-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 | # Zebra configuration file for Alvis XSLT filter setup including
# SRU/SRW Webservice setup and CQL-to-PQF configuration
#
#
# profilePath - where to look for config files
profilePath: .:../../tab:/usr/share/idzebra-2.0/tab
# modulePath - where to look for loadable zebra modules
modulePath: ../../index/.libs:/usr/lib/idzebra-2.0/modules
# 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
# Offer Bib-1 + Explain searches
attset: bib1.att
attset: explain.att
# where to put registers, and other var content, and how large they may be
register: tmp:10G
shadow: tmp:10G
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
|