Updated for latest doc/common.
[yazpp-moved-to-github.git] / doc / introduction.xml
index e02e2a5..d9db75e 100644 (file)
@@ -1,29 +1,37 @@
-<!-- $Id: introduction.xml,v 1.6 2006-04-24 12:47:34 marc Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
   <para>
-   <ulink url="http://www.indexdata.dk/yazplusplus/">YAZ++</ulink> 
-   is a C++ layer for YAZ and implements the ANSI Z39.50
-   protocol for information retrieval (client and server side).
-   While YAZ itself can be used from both C and C++ it is limited by the
-   common denominator C.
+   <ulink url="&url.yazplusplus;">YAZ++</ulink> 
+   is a C++ layer for YAZ and implements the ANSI
+   <ulink url="&url.z39.50;">Z39.50</ulink> protocol for information
+   retrieval (client and server side).
   </para>
   <para>
    The YAZ++ packages also features a ZOOM interface for C++ (
-   <ulink url="http://zoom.z3950.org/bind/cplusplus/">ZOOM C++</ulink>).
+   <ulink url="&url.zoom.bind.cplusplus;">ZOOM C++</ulink>).
   </para>
   <para>
-   Later versions (0.7+) of YAZ++ also supports SRW/SRU.
+   Later versions (0.7+) of YAZ++ also supports SRU.
   </para>
-  <section>
+  <section id="licensing">
    <title>Licensing</title>
    <para>
     YAZ++ and ZOOM-C++ is is covered
-    by the <link linkend="yaz.license">YAZ license</link>.
+    by Revised <link linkend="license">BSD License</link>.
    </para>
   </section>
  </chapter>
-<!-- Keep this Emacs mode comment at the end of the file
-Local variables:
-mode: nxml
-End:
--->
\ No newline at end of file
+
+ <!-- Keep this comment at the end of the file
+ Local variables:
+ mode: sgml
+ sgml-omittag:t
+ sgml-shorttag:t
+ sgml-minimize-attributes:nil
+ sgml-always-quote-attributes:t
+ sgml-indent-step:1
+ sgml-indent-data:t
+ sgml-parent-document:"yazpp.xml"
+ sgml-local-catalogs: nil
+ sgml-namecase-general:t
+ End:
+ -->