X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fserver.xml;h=993fe63f60f73e6b51567e73cbcc785b0125d4ad;hb=2ca7b6bfd7e8d9a2cb9c36bf2520b46511a594eb;hp=8066c45425a1b03fa771a6403f99c1bc19391acd;hpb=4fe772289b1ab968655c27b144d08fc69c113fd9;p=idzebra-moved-to-github.git diff --git a/doc/server.xml b/doc/server.xml index 8066c45..993fe63 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,22 +1,22 @@ - + The Z39.50 Server Running the Z39.50 Server (zebrasrv) - + Syntax - zebrasrv [options] [listener-address ...] + zebrasrv [options] [listener-address ...] @@ -78,7 +78,7 @@ The log level. Use a comma-separated list of members of the set - {fatal,debug,warn,log,all,none}. + {fatal,debug,warn,log,all,none}. @@ -147,7 +147,7 @@ - hostname | IP-number [: portnumber] + hostname | IP-number [: portnumber] @@ -164,9 +164,9 @@ - tcp:dranet.dra.com + tcp:@ - ssl:secure.lib.com:3000 + ssl:@:3000 @@ -218,11 +218,11 @@ Search - + The supported query type are 1 and 101. All operators are currently @@ -235,7 +235,7 @@ - The server has full support for piggy-backed present requests (see + The server has full support for piggy-backed retrieval (see also the following section). @@ -258,6 +258,7 @@ A phrase register is created for those fields in the .abs file that contains a p-specifier. + @@ -321,7 +322,7 @@ For the Truncation attribute, No Truncation is the default. Left Truncation is not supported. - Process # is supported, as is + Process # in search term is supported, as is Regxp-1. Regxp-2 enables the fault-tolerant (fuzzy) search. As a default, a single error (deletion, insertion, @@ -388,8 +389,7 @@ x? - Matches x once or twice. Priority: high. - FIXME Is this right? Std regexp has '?' meaning zero or one -H + Matches x zero or once. Priority: high. @@ -403,7 +403,7 @@ - x|y + x|y Matches either x or y.