X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=zebra%2FREADME;h=bdb8d51899dcc4a4fe4b471c3ec022295b8d97d4;hb=8189e33078fb8b7e6b27e4ba33c83e09ee7ca5eb;hp=0d6694bceeb94403d53a0144d8a619f85e5a03e0;hpb=70d2d8f858f2fabc6591ec1a25bd7b51d6aab79c;p=irspy-moved-to-github.git diff --git a/zebra/README b/zebra/README index 0d6694b..bdb8d51 100644 --- a/zebra/README +++ b/zebra/README @@ -1,4 +1,4 @@ -$Id: README,v 1.5 2006-05-12 14:01:45 mike Exp $ +$Id: README,v 1.11 2006-09-13 15:36:12 mike Exp $ What's what in this directory: @@ -28,6 +28,12 @@ pqf.properties -- The specification for how CQL queries are translated supplied in the YAZ distribution: we'd just use that if there was a reliable way to discover where it is. +ezeerex2pqfproperties.pl -- An in-progress script to automatically + generate the pqf.properties file from an extended ZeeRex + record. Not yet in use. A Makefile controls the use of this + script to generate "terse.properties", which may be, but is + not, used in place of "pqf.properties". + zebra.cfg -- Zebra-specific configuration, including the location of the register files, the location of the XSLT filter configuration (filterconf.xml), etc. @@ -41,14 +47,27 @@ zeerex2index.xsl -- The indexing stylesheet for ZeeRex records. zeerex2zeerex.xsl -- The "no-op" stylesheet for presenting ZeeRex records. +zeerex2id.xsl -- A trivial stylesheet that just yields the record + identifier (not as an XML document). + +profile -- Notes on the indexes in the ZeeRex profile, with + indications of whether they are yet supported by the Zebra + configuration in this directory. + records -- A subdirectory containing ZeeRex records to be added to the database. These were harvested from Index Data's existing target-test database using scp -r bagel.indexdata.dk:/home/perhans/targettest/xml records + processed to add the missing namespace, and archived into a + single file records.tar.gz, which needs to be unpacked: + tar xfz records.tar.gz db -- A subdirectory containing the actual database: register files, dictionaries and suchlike. +form.html -- a simple HTML search form that submits SRU queries to a + server running on local port 1313. + -- To create the database and start the server: