Minor changes.
authorMike Taylor <mike@indexdata.com>
Thu, 17 Oct 2002 21:54:21 +0000 (21:54 +0000)
committerMike Taylor <mike@indexdata.com>
Thu, 17 Oct 2002 21:54:21 +0000 (21:54 +0000)
doc/administration.xml
doc/examples.xml
doc/recordmodel.xml

index 1c8df0e..ea8af75 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="administration">
- <!-- $Id: administration.xml,v 1.9 2002-10-17 08:10:08 mike Exp $ -->
+ <!-- $Id: administration.xml,v 1.10 2002-10-17 21:54:21 mike Exp $ -->
  <title>Administrating Zebra</title>
  <!-- ### It's a bit daft that this chapter (which describes half of
           the configuration-file formats) is separated from
    and then run <literal>zebraidx</literal> with the
    <literal>update</literal> command.
   </para>
+  <!-- ### what happens if a file contains multiple records? -->
 </sect1>
  
  <sect1 id="generic-ids">
index ab8b64a..10867ef 100644 (file)
@@ -1,5 +1,5 @@
 <chapter id="examples">
- <!-- $Id: examples.xml,v 1.10 2002-10-17 08:10:08 mike Exp $ -->
+ <!-- $Id: examples.xml,v 1.11 2002-10-17 21:54:22 mike Exp $ -->
  <title>Example Configurations</title>
 
  <sect1>
    The problem with the previous example is that you need to know the
    structure of the documents in order to find them.  For example,
    when we wanted to know the genera for which Matt Wedel is an
-   author, we had to formulate a complex XPath 
+   author
+   (<phrase role="taxon">Sauroposeidon proteles</phrase>),
+   we had to formulate a complex XPath 
    <literal>1=/GENUS/SPECIES/AUTHOR/@name</literal>
    which embodies the knowledge that author names are specified in the
    <literal>name</literal> attribute of the
      The master configuration file, <literal>zebra.cfg</literal>,
      which is as short and simple as it can be:
      <screen>
-       # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.10 2002-10-17 08:10:08 mike Exp $
+       # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.11 2002-10-17 21:54:22 mike Exp $
        # Bare-bones master configuration file for Zebra
        profilePath: .:../../tab:../../../yaz/tab
      </screen>
index 6ad60ed..fc16fc8 100644 (file)
@@ -1,5 +1,5 @@
  <chapter id="record-model">
-  <!-- $Id: recordmodel.xml,v 1.8 2002-10-17 08:10:08 mike Exp $ -->
+  <!-- $Id: recordmodel.xml,v 1.9 2002-10-17 21:54:22 mike Exp $ -->
   <title>The Record Model</title>
   
   <para>
    <para>
 
     <screen>
-        TITLE     "Zen and the Art of Motorcycle Maintenance"
      ROOT 
+        TITLE     "Zen and the Art of Motorcycle Maintenance"
         AUTHOR    "Robert Pirsig"
     </screen>
 
    <para>
 
     <screen>
-        TITLE  "Zen and the Art of Motorcycle Maintenance"
      ROOT  
-           FIRST-NAME "Robert"
+        TITLE  "Zen and the Art of Motorcycle Maintenance"
         AUTHOR
+           FIRST-NAME "Robert"
            SURNAME    "Pirsig"
     </screen>