From a567a103ae463d43d0d9a4b52e19c5a60f41a13c Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 26 Apr 2006 12:17:23 +0000 Subject: [PATCH] Using entities --- doc/installation.xml | 25 ++++++++++++------------- doc/introduction.xml | 14 +++++++------- doc/reference.xml | 20 ++++++++++---------- doc/yazproxy.xml.in | 8 +++++--- 4 files changed, 34 insertions(+), 33 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index a3f8a77..e9ad18c 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,10 +1,10 @@ - + Installation You need a C++ compiler to compile and use YAZ proxy. The software was implemented using - GCC so we know that works + GCC so we know that works well with YAZ proxy. From time to time the software has been compiled on Windows using Visual C++. Other compilers should work too. Let us know of portability problems, etc. with @@ -12,19 +12,19 @@ YAZ proxy is built on top of the - YAZ and - YAZ++ + YAZ and + YAZ++ toolkits. You need to install these first. For some platforms there are binary packages available for YAZ/YAZ++. We also highly recommend that - libxml2 and - libXSLT are installed. + libxml2 and + libXSLT are installed. YAZ must be configured with libxml2 support. If not, - SRW/SRU + SRW/SRU is not supported. The YAZ Proxy uses libXSLT for record conversions via XSLT. @@ -33,8 +33,7 @@ formats. This is useful if you want the proxy to offer more MARC record types than the backend target supports. Get USEMARCON from: - - British Library USEMARCON page + British Library USEMARCON page .
@@ -155,7 +154,7 @@ Building on Windows YAZ++ is shipped with "makefiles" for the NMAKE tool that comes - with + with Microsoft Visual Studio. Version 6 and .NET has been tested. We expect that YAZ++ compiles with version 5 as well. @@ -208,7 +207,7 @@ If HAVE_LIBXSLT is set to 1, the proxy is compiled with XSLT and XML support. In this configuration, set LIBXSLT_DIR to the - libXSLT source + libXSLT source directory. @@ -221,7 +220,7 @@ Windows versions of libXSLT, libxml2, zlib and iconv can be found - + here. @@ -245,7 +244,7 @@ If HAVE_LIBXML2 is set to 1, the proxy is compiled with XML support. In this configuration, set LIBXML2_DIR to the - libxml2 source directory + libxml2 source directory and ZLIB_DIR to the zlib directory. diff --git a/doc/introduction.xml b/doc/introduction.xml index 51a3e6e..4faf2b2 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,7 +1,7 @@ - + Introduction - The YAZ Proxy is + The YAZ Proxy is highly configurable and can be used in a number of different applications, ranging from debugging Z39.50-based applications and protecting overworked servers, to improving the performance of @@ -9,9 +9,9 @@ - SRW/SRU + SRW/SRU server function, to allow any - Z39.50 + Z39.50 server to also support the SRW/SRU protocols. @@ -38,10 +38,10 @@ - XML support -- + XML support -- MARC records can be converted to - MARCXML, and - XSLT-transformations + MARCXML, and + XSLT-transformations allow the proxy to support arbitrary retrieval schemas in XML diff --git a/doc/reference.xml b/doc/reference.xml index aa5fe2b..4c36259 100644 --- a/doc/reference.xml +++ b/doc/reference.xml @@ -32,7 +32,7 @@ usual YAZ address format (typically tcp:hostname:port) as described in - the Addresses section of the YAZ manual. @@ -199,8 +199,8 @@ The config file is XML based. The YAZ proxy must be compiled - with libxml2 and - libXSLT support in + with libxml2 and + libXSLT support in order for the config file facility to be enabled. @@ -221,13 +221,13 @@ The proxy config file must have a root element called proxy and scoped within namespace - xmlns="http://indexdata.dk/yazproxy/schema/0.8/. + xmlns="http://indexdata.dk/yazproxy/schema/0.9/. All information except an optional XML header must be stored within the proxy element. <?xml version="1.0"?> - <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.8/"> + <proxy xmlns="http://indexdata.dk/yazproxy/schema/0.9/"> <!-- content here .. --> </proxy> @@ -537,8 +537,8 @@ See YAZ documentation for more information about the - CQL - to PQF conversion. See also the + CQL to PQF conversion. + See also the pqf.properties in the etc (or prefix/share/yazproxy) directory of the YAZ proxy distribution. @@ -638,8 +638,8 @@ - Using the - bash shell, you can set the limit with + Using the bash shell, you can set + the limit with ulimit -nno. Use ulimit -a to display limits. @@ -840,7 +840,7 @@ + + %common; ]> - + YAZ proxy User's Guide and Reference @@ -22,14 +24,14 @@ - YAZ proxy + YAZ proxy is a powerful general purpose Z39.50/SRW/SRU proxy. This manual covers version @VERSION@. - CVS ID: $Id: yazproxy.xml.in,v 1.6 2006-04-20 12:05:54 adam Exp $ + CVS ID: $Id: yazproxy.xml.in,v 1.7 2006-04-26 12:17:23 adam Exp $ -- 1.7.10.4