Fixed bug #1142: Non-indexed but listed attributes issues diagnostic.
[idzebra-moved-to-github.git] / doc / zebra.xml
index 5079110..30f1231 100644 (file)
@@ -6,12 +6,12 @@
      %local;
      <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
 
      <!ENTITY test SYSTEM "test.xml">
 ]>
-<!-- $Id: zebra.xml,v 1.15 2007-02-02 09:58:40 marc Exp $ -->
+<!-- $Id: zebra.xml,v 1.20 2007-05-24 13:44:09 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>&zebra; - User's Guide and Reference</title>
   <abstract>
    <simpara>
     &zebra; is a free, fast, friendly information management system.  It
-    can index records in &xml;, &sgml;, &marc;, e-mail archives and many
+    can index records in &acro.xml;, &acro.sgml;, &acro.marc;, e-mail archives and many
     other formats, and quickly find them using a combination of
     boolean searching and relevance ranking.  Search-and-retrieve
-    applications can be written using APIs in a wide variety of
+    applications can be written using &acro.api;s in a wide variety of
     languages, communicating with the &zebra; server using
     industry-standard information-retrieval protocols or web services.
    </simpara>
  
   &chap-introduction;
   &chap-installation;
-  &chap-quickstart;
-  &chap-examples;
+  <!-- &chap-quickstart; -->
+  <!-- &chap-examples; -->
   &chap-architecture;
   &chap-querymodel;
   &chap-administration;
+  &chap-recordmodel-domxml;
   &chap-recordmodel-alvisxslt;
   &chap-recordmodel-grs;
   &chap-field-structure;