From da3b6e3e58d9aaaa0197c77742aa2c381db2d935 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 9 Apr 2010 10:58:47 +0100 Subject: [PATCH] New --- zebra/dom-filter/README | 3 +++ zebra/dom-filter/domfilterconf.xml | 20 ++++++++++++++++++++ zebra/dom-filter/zebra.cfg | 31 +++++++++++++++++++++++++++++++ zebra/dom-filter/zeerex2index.xsl | 21 +++++++++++++++++++++ 4 files changed, 75 insertions(+) create mode 100644 zebra/dom-filter/README create mode 100644 zebra/dom-filter/domfilterconf.xml create mode 100644 zebra/dom-filter/zebra.cfg create mode 100644 zebra/dom-filter/zeerex2index.xsl diff --git a/zebra/dom-filter/README b/zebra/dom-filter/README new file mode 100644 index 0000000..72a916f --- /dev/null +++ b/zebra/dom-filter/README @@ -0,0 +1,3 @@ +These files are the residue of an abandoned port of IRSpy's Zebra +configuration from the Alvis filter to the DOM filter. We will +probably return to this at some point. diff --git a/zebra/dom-filter/domfilterconf.xml b/zebra/dom-filter/domfilterconf.xml new file mode 100644 index 0000000..456da1f --- /dev/null +++ b/zebra/dom-filter/domfilterconf.xml @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/zebra/dom-filter/zebra.cfg b/zebra/dom-filter/zebra.cfg new file mode 100644 index 0000000..76c3946 --- /dev/null +++ b/zebra/dom-filter/zebra.cfg @@ -0,0 +1,31 @@ +# $Id: zebra.cfg,v 1.12 2006-12-19 12:53:16 sondberg Exp $ + +# Where to look for config files +profilePath: .:/usr/local/share/idzebra-2.0/tab:/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 "dom" filter with config file "domfilterconf.xml" +recordtype.xml: dom.domfilterconf.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/dom-filter/zeerex2index.xsl b/zebra/dom-filter/zeerex2index.xsl new file mode 100644 index 0000000..527407a --- /dev/null +++ b/zebra/dom-filter/zeerex2index.xsl @@ -0,0 +1,21 @@ + + + + + + + + + + + + + -- 1.7.10.4