mk_version.tcl: read version from IDMETA
[idzebra-moved-to-github.git] / doc / quickstart.xml
index 777c70d..3fe2d2c 100644 (file)
@@ -1,12 +1,11 @@
 <chapter id="quick-start">
- <!-- $Id: quickstart.xml,v 1.9 2006-04-24 12:53:03 marc Exp $ -->
  <title>Quick Start </title>
 
  <para>
   <!-- ### ulink to GILS profile: what's the URL? -->
   In this section, we will test the system by indexing a small set of
-  sample GILS records that are included with the Zebra distribution,
-  running Zebra a server against the newly created database, and
+  sample GILS records that are included with the &zebra; distribution,
+  running a &zebra; server against the newly created database, and
   searching the indexes with a client that connects to that server.
  </para>
  <para>
  </para>
 
  <para>
-  The Zebra index that you have just created has a single database
+  The &zebra; index that you have just created has a single database
   named <literal>Default</literal>.
   The database contains records structured according to
   the GILS profile, and the server will
-  return records in USMARC, GRS-1, or SUTRS format depending
+  return records in &acro.usmarc;, &acro.grs1;, or &acro.sutrs; format depending
   on what the client asks for.
  </para>
  
  <para>
-  To test the server, you can use any Z39.50 client.
+  To test the server, you can use any &acro.z3950; client.
   For instance, you can use the demo command-line client that comes
-  with YAZ:
+  with &yaz;:
  </para>
  <para>
   <screen>
@@ -66,7 +65,7 @@
  </para>
  
  <para>
-  The default retrieval syntax for the client is USMARC, and the
+  The default retrieval syntax for the client is &acro.usmarc;, and the
   default element set is <literal>F</literal> (``full record''). To
   try other formats and element sets for the same record, try:
  </para>
@@ -85,9 +84,9 @@
  
  <note>
   <para>You may notice that more fields are returned when your
-   client requests SUTRS, GRS-1 or XML records.
+   client requests &acro.sutrs;, &acro.grs1; or &acro.xml; records.
    This is normal - not all of the GILS data elements have mappings in
-   the USMARC record format.
+   the &acro.usmarc; record format.
   </para>
  </note>
  <para>
  
 </chapter>
 
- <!-- Keep this Emacs mode comment at the end of the file
-Local variables:
-mode: nxml
-End:
--->
-
+ <!-- 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: "zebra.xml"
+ sgml-local-catalogs: nil
+ sgml-namecase-general:t
+ End:
+ -->