X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=doc%2Fgfs-virtual.xml;h=c0e386871755a0c9df510db0afa04db5ddd54eb4;hp=1250331ac662d5639464959ee56da1d3e97058e4;hb=2a624ff1daa841601aebca86c0196039da6978b3;hpb=c586ade2977ae5f6bf01f24cc7c8a84492c544a8 diff --git a/doc/gfs-virtual.xml b/doc/gfs-virtual.xml index 1250331..c0e3868 100644 --- a/doc/gfs-virtual.xml +++ b/doc/gfs-virtual.xml @@ -22,8 +22,8 @@ - Not all Z39.50 clients allows the VHOST information to be set. - For those the selection of the backend must rely on the + Not all Z39.50 clients allow the VHOST information to be set. + For those, the selection of the backend must rely on the TCP/IP information alone (port and address). @@ -55,7 +55,7 @@ attribute id (optional) - identifier for this listener. This may be referred to from + Identifier for this listener. This may be referred to from server sections. @@ -107,7 +107,7 @@ Specifies a working directory for this backend server. If - specifid, the YAZ fronend changes current working directory + specified, the YAZ frontend changes current working directory to this directory whenever a backend of this type is started (backend handler bend_start), stopped (backend handler hand_stop) and initialized (bend_init). @@ -129,7 +129,7 @@ Specifies a filename that includes CQL to RPN conversion for this - backend server. See &reference-tools-cql-map; + backend server. See &reference-tools-cql-map;. If given, the backend server will only "see" a Type-1/RPN query. @@ -139,7 +139,7 @@ Specifies a filename that includes CCL to RPN conversion for this - backend server. See &reference-tools-ccl-qualifiers; + backend server. See &reference-tools-ccl-qualifiers;. If given, the backend server will only "see" a Type-1/RPN query. @@ -149,22 +149,32 @@ Specifies the stylesheet reference to be part of SRU HTTP responses - when the client does not specify one. If neither this is given, nor - the client specifies one, no stylesheet reference is part of the + when the client does not specify one. If none is given, then if + the client does not specify one, then no stylesheet reference is part of the SRU HTTP response. + element client_query_charset (optional) + + + If specified, a conversion from the character set given to UTF-8 is + performed by the generic frontend server. It is only executed for + Z39.50 search requests (SRU/Solr are assumed to be UTF-8 encoded already). + + + + element docpath (optional) Specifies a path for local file access using HTTP. All URLs with - a leading prefix (/ exluded) that matches the value of docpath + a leading prefix (/ excluded) that matches the value of docpath are used for file access. For example, if the server is to offer access in directory xsl, the docpath would be xsl and all URLs of the form - http://host/exl will result in a local file access. + http://host/xsl will result in a local file access. @@ -174,7 +184,7 @@ 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 + seem redundant because host information, etc. is also stored elsewhere. @@ -184,7 +194,7 @@ Specifies maximum record size/message size, in bytes. This - value also servers as maximum size of incoming + value also serves as the maximum size of incoming packages (for Record Updates etc). It's the same value as that given by the -k option. @@ -194,7 +204,7 @@ element retrievalinfo (optional) - Enables the retrieval facility supporting conversions and + Enables the retrieval facility to support conversions and specifications of record formats/types. See for more information. @@ -249,7 +259,7 @@ listenref attribute is specified. "server2" is reached by the two listeners specified. In order to distinguish between the two, a virtual host has - been specified for each of server in the host + been specified for each server in the host elements. @@ -264,15 +274,7 @@