Change "Yaz" to ID's preferred "YAZ"
authorMike Taylor <mike@indexdata.com>
Wed, 23 Oct 2002 12:22:18 +0000 (12:22 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 23 Oct 2002 12:22:18 +0000 (12:22 +0000)
doc/installation.xml
doc/zoom.xml

index 41fe797..831c310 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="installation">
-  <!-- $Id: installation.xml,v 1.4 2002-10-22 13:07:06 mike Exp $ -->
+  <!-- $Id: installation.xml,v 1.5 2002-10-23 12:22:18 mike Exp $ -->
   <title>Installation</title>
   <para>
    You need a C++ compiler to compile and use YAZ++.
@@ -63,7 +63,7 @@
      <varlistentry>
       <term><literal>src/yaz-proxy</literal></term> 
       <listitem><para>
-        The Yaz <link linkend="proxy">Z39.50 Proxy</link> utility.
+        The YAZ <link linkend="proxy">Z39.50 Proxy</link> utility.
        This program gets installed in your binaries directory
        (<parameter>prefix</parameter><literal>/bin</literal>).
        </para></listitem>
index e767d9b..af485ee 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="zoom">
- <!-- $Id: zoom.xml,v 1.9 2002-10-22 21:21:54 adam Exp $ -->
+ <!-- $Id: zoom.xml,v 1.10 2002-10-23 12:22:19 mike Exp $ -->
  <title>ZOOM-C++</title>
 
 
@@ -17,7 +17,7 @@
    programming languages.
   </para>
   <para>
-   The Yaz++ library includes an implementation of the <ulink
+   The YAZ++ library includes an implementation of the <ulink
    url="http://zoom.z3950.org/bind/cplusplus/"
        >C++ binding</ulink>
    for ZOOM, enabling quick, easy development of client applications.
@@ -52,7 +52,7 @@
     </para>
    </note>
   <para>
-   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
     };
    </synopsis>
    <para>
-    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
     <ulink url="http://www.indexdata.dk/yaz/doc/tools.php#PQF"
        >Prefix Query Notation (PQN)</ulink>.
     <ulink url="http://www.indexdata.dk/yaz/doc/tools.php#CCL"
        >Common Command Language (CCL)</ulink>.
     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.
    </para>
    <para>