create config files for test db
authorWolfram Schneider <wosch@indexdata.dk>
Mon, 12 Apr 2010 12:21:51 +0000 (12:21 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Mon, 12 Apr 2010 12:21:51 +0000 (12:21 +0000)
zebra/zebra-test.cfg [new file with mode: 0644]
zebra/zeerex-test.xml [new file with mode: 0644]

diff --git a/zebra/zebra-test.cfg b/zebra/zebra-test.cfg
new file mode 100644 (file)
index 0000000..4e161a1
--- /dev/null
@@ -0,0 +1,32 @@
+
+# Where to look for config files
+#profilePath: .:/usr/local/share/idzebra-2.0/tab:/usr/share/idzebra-2.0/tab
+profilePath: .:/usr/share/idzebra-2.0/tab
+
+# Where to look for loadable zebra modules.  Both these path components
+# are necessary, since the former is used when installing from a Debian
+# package and the latter when installing from a CVS build.
+modulePath: /usr/lib/idzebra-2.0/modules
+#modulePath: /usr/local/lib/idzebra-2.0/modules
+
+# store records and record keys internally
+storeData: 1
+storeKeys: 1
+
+# Use the "alvis" filter with config file "filterconf.xml"
+recordtype: alvis.filterconf.xml
+
+database: IR-Explain---1
+#database: Default
+
+# where to put registers, and other var content, and how large they may be
+register: db/register:100G
+shadow: db/shadow:100G
+lockdir: db/lock
+keytmpdir: db/tmp
+
+# Permissions for update
+perm.anonymous: ra
+perm.admin: rw
+passwd.c: htpasswd
+
diff --git a/zebra/zeerex-test.xml b/zebra/zeerex-test.xml
new file mode 100644 (file)
index 0000000..abd8de0
--- /dev/null
@@ -0,0 +1,172 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Id: zeerex.xml,v 1.15 2007-01-24 09:28:03 mike Exp $ -->
+<explain xmlns="http://explain.z3950.org/dtd/2.0/">
+
+ <serverInfo protocol="SRW/SRU/Z39.50" version="1.1" method="GET/POST">
+  <host>localhost</host>
+  <port>8018</port>
+  <database>IR-Explain---1</database>
+ </serverInfo>
+
+ <databaseInfo>
+  <title lang="en" primary="true">IRSpy database of ZeeRex records</title>
+  <description lang="en" primary="true">
+   This is a database of enhanced ZeeRex records, maintained by IRSpy,
+   containing information about a selection of Z39.50 and SRU/SRW
+   databases that are periodically probed.  The ZeeRex records are
+   extended using the extension mechanism described at
+       http://explain.z3950.org/dtd/extensions.html
+   so that the results of the tests are included alongside the
+   protocol-level information that is the core of ZeeRex.
+  </description>
+  <author>Index Data Aps, http://www.indexdata.com/</author>
+  <contact>Mike Taylor, mike@indexdata.com</contact>
+  <history lang="en" primary="true">
+   The initial version of this database was populated using the set of
+   targets known in Index Data's Z39.50 Target Directory:
+       http://targettest.indexdata.com/
+   The records may have been substantially altered and extended since
+   then, and new records may have been added.
+  </history>
+  <implementation identifier="zebra" version="1.4">
+   <title lang="en" primary="true">
+    Index Data's Zebra information management system:
+       http://www.indexdata.dk/zebra
+   </title>
+  </implementation>
+ </databaseInfo>
+
+ <indexInfo>
+  <set name="cql" identifier="info:srw/cql-context-set/1/cql-v1.1">
+   <title>CQL</title>
+  </set>
+  <set name="rec" identifier="info:srw/cql-context-set/2/rec-1.1">
+   <title>Record Metadata</title>
+  </set>
+  <set name="net" identifier="info:srw/cql-context-set/2/net-1.0">
+   <title>Network Metadata</title>
+  </set>
+  <set name="dc" identifier="info:srw/cql-context-set/1/dc-v1.1">
+   <title>Dublin Core</title>
+  </set>
+  <set name="zeerex" identifier="info:srw/cql-context-set/2/zeerex-1.1">
+   <title>ZeeRex</title>
+  </set>
+  <set name="bib1" identifier="1.2.840.10003.3.1">
+   <title>BIB-1</title>
+  </set>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Server choice</title>
+   <map><name set="cql">serverChoice</name></map>
+   <map><name set="cql">anywhere</name></map>
+   <map><attr type="1" set="bib1">cql:all</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Record identifier</title>
+   <map><name set="rec">id</name></map>
+   <map><attr type="1" set="bib1">rec:id</attr>
+        <attr type="4" set="bib1">3</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Protocol</title>
+   <map><name set="net">protocol</name></map>
+   <map><attr type="1" set="bib1">net:protocol</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Protocol version</title>
+   <map><name set="net">version</name></map>
+   <map><attr type="1" set="bib1">net:version</attr>
+        <attr type="4" set="bib1">3</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Protocol method</title>
+   <map><name set="net">method</name></map>
+   <map><attr type="1" set="bib1">net:method</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Host</title>
+   <map><name set="net">host</name></map>
+   <map><attr type="1" set="bib1">net:host</attr>
+        <attr type="4" set="bib1">3</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Port</title>
+   <map><name set="net">port</name></map>
+   <map><attr type="1" set="bib1">net:port</attr>
+        <attr type="4" set="bib1">3</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Path</title>
+   <map><name set="net">path</name></map>
+   <map><attr type="1" set="bib1">net:path</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Title</title>
+   <map><name set="dc">title</name></map>
+   <map><attr type="1" set="bib1">dc:title</attr></map>
+  </index>
+
+  <index search="true" scan="true" sort="false">
+   <title lang="en">Creator</title>
+   <map><name set="dc">creator</name></map>
+   <map><attr type="1" set="bib1">dc:creator</attr></map>
+  </index>
+ </indexInfo>
+
+ <!--
+ <recordInfo> is not allowed in the same record as <schemaInfo>,
+ because standard ZeeRex assumes that the record is describing
+ _either_ a Z39.50 database _or_ an SRW/SRU database, but not both.
+ We want to override that restriction, which will entail making a new
+ schema.  Yuck.
+ -->
+
+ <schemaInfo>
+  <schema name="zeerex" retrieve="true" sort="false"
+         identifier="http://explain.z3950.org/dtd/2.0/"
+         location="http://explain.z3950.org/dtd/zeerex-2.0.xsd">
+   <title>ZeeRex 2.0</title>
+  </schema>
+  <schema name="index" retrieve="true" sort="false"
+         identifier="http://indexdata.dk/zebra/xslt/1">
+   <title lang="en" primary="true">Zebra indexing recipe</title>
+  </schema>
+  <schema name="id" retrieve="true" sort="false"
+         identifier="http://indexdata.dk/zebra/id/1">
+   <title lang="en" primary="true">Record identifier</title>
+  </schema>
+ </schemaInfo>
+
+ <configInfo>
+  <supports type="relation" xmlns:foo="http://foo.com/explain/" foo:bib1equiv="2=3">=</supports>
+  <supports type="relationModifier">relevant</supports>
+  <supports type="relationModifier">fuzzy</supports>
+  <supports type="relationModifier">regexp</supports>
+  <supports type="maskingCharacter">*</supports>
+  <supports type="maskingCharacter">?</supports>
+  <default type="contextSet">net</default>
+  <default type="index">cql.anywhere</default>
+
+  <!-- ### Many more <default>s, <setting>s and <supports>s to be added -->
+ </configInfo>
+
+ <irspy:status xmlns:irspy="http://indexdata.com/irspy/1.0">
+  <irspy:implementationId>81</irspy:implementationId>
+  <irspy:implementationName>Zebra Information Server/GFS/YAZ</irspy:implementationName>
+  <irspy:implementationVersion>Zebra 2.0.1/1.98/2.1.30</irspy:implementationVersion>
+  <irspy:availability>
+   <irspy:probe ok="0">2006-07-10T11:45:06</irspy:probe>
+   <irspy:probe ok="1">2006-07-17T11:45:02</irspy:probe>
+   <!-- Leave it to applications to calculate averages, etc. -->
+  </irspy:availability>
+ </irspy:status>
+</explain>