From c73cdef608e23dc827647fb5d3e69822f4614467 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 8 Mar 2006 10:47:37 +0000 Subject: [PATCH] Comments on ZeeRex. Remove extraneous vertical space in sections. --- doc/server.xml | 43 +++++++++++++++++++------------------------ doc/zebrasrv-virtual.xml | 9 +++++++-- 2 files changed, 26 insertions(+), 26 deletions(-) diff --git a/doc/server.xml b/doc/server.xml index fd4dc07..52b0bc2 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,5 +1,5 @@ - + The Z39.50 Server @@ -743,6 +743,9 @@ operation=explain and version-number specified) or with a simple HTTP GET at the server's basename. + The ZeeRex record returned in response is the one embedded + in the YAZ Frontend Server configuration file that is described in the + Virtual Hosts documentation. Unfortunately, the data found in the @@ -755,7 +758,8 @@ There is no linkeage whatsoever between the Z39.50 explain model and the SRU/SRW explain response (well, at least not implemented - in Zebra, that is ..). + in Zebra, that is ..). Zebra does not provide a means using + Z39.50 to obtain the ZeeRex record. @@ -764,49 +768,40 @@ Surf into http://localhost:9999 to get an explain response, or use - - - + ]]> See number of hits for a query - - - + ]]> Fetch record 5-7 in Dublin Core format - - - + ]]> Even search using PQF queries using the extended naughty verb x-pquery - - - - or scan indexes using the extended extremely naughty + ]]> + + + Or scan indexes using the extended extremely naughty verb x-pScanClause - - - + ]]> Don't do this in production code! But it's a great fast debugging aid. diff --git a/doc/zebrasrv-virtual.xml b/doc/zebrasrv-virtual.xml index da72d6c..43c4d18 100644 --- a/doc/zebrasrv-virtual.xml +++ b/doc/zebrasrv-virtual.xml @@ -1,5 +1,5 @@ @@ -140,9 +140,14 @@ Specifies SRW/ SRU ZeeRex content for this server. Copied verbatim to the client. As things are now, some of the Explain content - seeem redundant because host information, etc. is also stored + seems redundant because host information, etc. is also stored elsewhere. + + The format of the Explain record is described in detail, with + examples, on the file ZeeRex web-site, + . + -- 1.7.10.4