Towards 2.0.2
[yaz-moved-to-github.git] / doc / introduction.xml
index 6d4df12..a2fb762 100644 (file)
@@ -1,27 +1,23 @@
-<!-- $Id: introduction.xml,v 1.11 2003-02-23 14:25:34 adam Exp $ -->
+<!-- $Id: introduction.xml,v 1.14 2003-04-28 21:02:16 adam Exp $ -->
  <chapter id="introduction"><title>Introduction</title>
 
   <para>
    &yaz; is a C/C++ library for information retrieval applications
-   using the Z39.50/SRW protocols for information retrieval.
+   using the Z39.50/SRW/SRU protocols for information retrieval.
   </para>
 
   <para>
    Properties of &yaz;:
    <itemizedlist>
     <listitem><para>
-      Fast operation. The C based BER encoders/decoders as well
-      as the server component of &yaz; is very fast.
-     </para></listitem>
-    <listitem><para>
       Complete 
       <ulink url="http://www.loc.gov/z3950/agency/">Z39.50</ulink>
-      version 3 support. All newer extensions
-      including Z39.50-2000 have been incorporated.
+      version 3 support. Amendments and Z39.50-2002 revision is
+      supported.
      </para></listitem>
     <listitem><para>
       Supports 
-      <ulink url="http://www.loc.gov/z3950/agency/zing/srw/">SRW</ulink>
+      <ulink url="http://www.loc.gov/z3950/agency/zing/srw/">SRW/SRU</ulink>
       version 1.0 (over HTTP and HTTPS).
      </para></listitem>
     <listitem><para>
       on Windows using Microsoft Visual C++.
      </para></listitem>
     <listitem><para>
+      Fast operation. The C based BER encoders/decoders as well
+      as the server component of &yaz; is very fast.
+     </para></listitem>
+    <listitem><para>
       Liberal license that allows for commercial use of &yaz;.
      </para></listitem>
    </itemizedlist>
     </listitem>
 
     <listitem>
-      <para>
+     <para>
       <xref linkend="zoom"/> describes the ZOOM API of &yaz;.
       This is definitely worth a read if you wish to develop a Z39.50/SRW
      client.
     </para>
     </listitem>
-
+    
     <listitem>
      <para>
-      <xref linkend="zoom"/> describes the generic frontend server
+      <xref linkend="server"/> describes the generic frontend server
       and explains how to develop server Z39.50/SRW applications for &yaz;.
      Obviously worth reading if you're to develop a server.
     </para>
      <para>
       <xref linkend="tools"/> contains sections for the various
       tools offered by &yaz;. Scan through the material quickly
-      and see what's relevant to you! SRW implementors
+      and see what's relevant to you! SRW/SRU implementors
       might find the <link linkend="tools.cql">CQL</link> section
       particularly useful.
      </para>