From c0cd3cdd115574c3da4691e73a2b60408e365af4 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 23 Oct 2002 12:22:18 +0000 Subject: [PATCH] Change "Yaz" to ID's preferred "YAZ" --- doc/installation.xml | 4 ++-- doc/zoom.xml | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/doc/installation.xml b/doc/installation.xml index 41fe797..831c310 100644 --- a/doc/installation.xml +++ b/doc/installation.xml @@ -1,5 +1,5 @@ - + Installation You need a C++ compiler to compile and use YAZ++. @@ -63,7 +63,7 @@ src/yaz-proxy - The Yaz Z39.50 Proxy utility. + The YAZ Z39.50 Proxy utility. This program gets installed in your binaries directory (prefix/bin). diff --git a/doc/zoom.xml b/doc/zoom.xml index e767d9b..af485ee 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -1,5 +1,5 @@ - + ZOOM-C++ @@ -17,7 +17,7 @@ programming languages. - The Yaz++ library includes an implementation of the C++ binding for ZOOM, enabling quick, easy development of client applications. @@ -52,7 +52,7 @@ - Yaz++'s implementation of the C++ binding is a thin layer over Yaz's + YAZ++'s implementation of the C++ binding is a thin layer over YAZ's implementation of the C binding. For information on the supported options and other such details, see the ZOOM-C documentation, which can be found on-line at @@ -185,7 +185,7 @@ }; - This class enables a query to be created by compiling Yaz's + This class enables a query to be created by compiling YAZ's cryptic but powerful Prefix Query Notation (PQN). @@ -207,7 +207,7 @@ Common Command Language (CCL). The qualifiers recognised by the CCL parser are specified in an - external configuration file in the format described by the Yaz + external configuration file in the format described by the YAZ documentation. -- 1.7.10.4