From: David Crossley Date: Wed, 2 Sep 2015 02:19:38 +0000 (+1000) Subject: Various minor text tweaks. X-Git-Tag: v5.14.7~3^2~5 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=3b046fa5df64b76cc6a28f562c135c06d7a428a7 Various minor text tweaks. --- diff --git a/doc/book.xml b/doc/book.xml index fe638f3..124a93e 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -138,14 +138,14 @@ Reading this Manual Most implementors only need to read a fraction of the - material in thie manual, so a quick walkthrough of the chapters + material in this manual, so a quick walkthrough of the chapters is in order. contains installation - instructions for &yaz;. You don't need reading this + instructions for &yaz;. You don't need to read this if you expect to download &yaz; binaries. However, the chapter contains information about how to make your application link @@ -155,7 +155,7 @@ describes the ZOOM API of &yaz;. - This is definitely worth a read if you wish to develop a Z39.50/SRU + This is definitely worth reading if you wish to develop a Z39.50/SRU client. @@ -169,7 +169,7 @@ describes how to use the &yaz; Z39.50 - client. If you're developer and wish to test your server + client. If you're a developer and wish to test your server or a server from another party, you might find this chapter useful. @@ -202,7 +202,7 @@ goes through the details of the ODR module which is the work horse that encodes and decodes BER packages. Implementors using ZOOM only, do not - need reading this. + need to read this. Most other Z39.50 implementors only need to read the first two sections ( and ). @@ -244,7 +244,7 @@ level APIs of &yaz;. - The YAZ toolkit modules is shown in figure . + The YAZ toolkit modules are shown in figure .
YAZ layers @@ -325,7 +325,7 @@ If you are using the premade definitions of the &asn; module, and you - are not adding new protocol of your own, the only parts of &odr; that you + are not adding a new protocol of your own, the only parts of &odr; that you need to worry about are documented in . @@ -496,7 +496,7 @@ Automake and Libtool are used to generate Makefiles and configure &yaz; for the system. - You do not these tools unless you're using the + You do not need these tools unless you're using the Git version of &yaz;. @@ -508,7 +508,7 @@ &yaz; includes a tiny ASN.1 compiler. This compiler is written in Tcl. But as for Bison you do not need it unless you're using Git - version of &yaz; or you're using the compiler to built own codecs + version of &yaz; or you're using the compiler to build your own codecs for private ASN.1. @@ -612,7 +612,7 @@ prefix. By default configure will search for iconv on the system. Use this option if it doesn't find iconv. Alternatively, - --without-iconv, can be uset to force &yaz; + --without-iconv, can be used to force &yaz; not to use iconv. @@ -627,7 +627,7 @@ prefix. Use this option if you want XSLT and XML support. By default, configure will - search for libxslt on the system. Use this option if it + search for libxslt on the system. Use this option if libxslt is not found automatically. Alternatively, --without-xslt, can be used to force &yaz; not to use libxslt. @@ -644,7 +644,7 @@ prefix. Use this option if you want &yaz; to use XML and support SRU/Solr. By default, configure will - search for libxml2 on the system. Use this option if it + search for libxml2 on the system. Use this option if libxml2 is not found automatically. Alternatively, --without-xml2, can be used to force &yaz; not to use libxml2. @@ -857,7 +857,7 @@ This section describes how to compile - and link your own applications using the &yaz; toolkit. If you're used to Makefiles this shouldn't be hard. As for - other libraries you have used before, you have to set a proper include + other libraries you have used before, you need to set a proper include path for your C/C++ compiler and specify the location of &yaz; libraries. You can do it by hand, but generally we suggest you use the yaz-config that is generated @@ -1026,7 +1026,7 @@ - libxslt depends libxml2. + libxslt depends on libxml2. @@ -1138,7 +1138,7 @@ bin/yaz-icu.exe This program exposes the ICU wrapper library if that is enabled for YAZ. Only if ICU is available this program is - build. + built. @@ -1154,7 +1154,7 @@ bin/zoomtst1.exe, bin/zoomtst2.exe, .. - Several small applications that demonstrates the ZOOM API. + Several small applications that demonstrate the ZOOM API.