From 518c06f68ffac6658aa792da45282a165b32ca95 Mon Sep 17 00:00:00 2001 From: Heikki Levanto Date: Thu, 10 Oct 2002 14:27:18 +0000 Subject: [PATCH] Minor changes here and there. Still FIXMEs left. --- doc/administration.xml | 14 ++++++-------- doc/examples.xml | 7 ++++--- doc/introduction.xml | 13 ++++++++----- doc/recordmodel.xml | 15 ++++++++++----- 4 files changed, 28 insertions(+), 21 deletions(-) diff --git a/doc/administration.xml b/doc/administration.xml index 5ebfcd3..51d3025 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra @@ -436,9 +436,8 @@ in order to modify the indexes correctly at a later time. - - FIXME - There must be a simpler way to do this with Adams string tags -H - + For example, to update records of group esdd @@ -776,14 +775,13 @@ In order to make changes to the system take effect for the users, you'll have to submit a "commit" command after a (sequence of) update operation(s). - You can ask the indexer to commit the changes immediately - after the update operation: - $ zebraidx update /d1/records update /d2/more-records commit + $ zebraidx update /d1/records + $ zebraidx commit @@ -795,7 +793,7 @@ - $ zebraidx -g books update /d1/records update /d2/more-records + $ zebraidx -g books update /d1/records /d2/more-records $ zebraidx -g fun update /d3/fun-records $ zebraidx commit diff --git a/doc/examples.xml b/doc/examples.xml index 53f839d..f2af444 100644 --- a/doc/examples.xml +++ b/doc/examples.xml @@ -1,5 +1,5 @@ - + Example Configurations @@ -150,6 +150,7 @@ $ zebraidx update records 00:45:46-08/10: ../../index/zebraidx(5016) [warn] records/genera.xml:0 Couldn't open GENUS.abs [No such file or directory] + @@ -161,7 +162,7 @@ The master configuration file, zebra.cfg, which is as short and simple as it can be: - # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.7 2002-10-08 08:09:43 mike Exp $ + # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.8 2002-10-10 14:27:18 heikki Exp $ # Bare-bones master configuration file for Zebra profilePath: .:../../tab:../../../yaz/tab @@ -178,7 +179,7 @@ The BIB-1 attribute set configuration file, bib1.att, which is also as short as possible: - # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.7 2002-10-08 08:09:43 mike Exp $ + # $Header: /home/cvsroot/idis/doc/examples.xml,v 1.8 2002-10-10 14:27:18 heikki Exp $ # Bare-bones BIB-1 attribute set file for Zebra reference Bib-1 diff --git a/doc/introduction.xml b/doc/introduction.xml index e305382..d93603c 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,5 +1,5 @@ - + Introduction @@ -109,7 +109,7 @@ Zebra is written in portable C, so it runs on most Unix-like systems as well as Windows NT. A binary distribution for Windows NT is available at - + @@ -315,13 +315,16 @@ announcements from the authors (new releases, bug fixes, etc.) and general discussion. You are welcome to seek support there. Join by sending email to - zebra-subscribe-###@mailman.indexdata.dk + zebra-request@indexdata.dk. Put the word 'subscribe' + in the body of the message. + Third, it's possible to buy a commercial support contract, with well defined service levels and response times, from Index Data. See - + + for details. @@ -390,7 +393,7 @@ If you think it's all really neat, you're welcome to drop us a line saying that, too. You can email us on - indo@indexdata.dk + info@indexdata.dk or check the contact info at the end of this manual. diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index 960cc37..87db1df 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -198,14 +198,17 @@ - - + + The keywords surrounded by <...> are tags, while the sections of text @@ -607,6 +610,7 @@ ROOT AUTHOR "Robert Pirsig" + @@ -624,6 +628,7 @@ AUTHOR SURNAME "Pirsig" + -- 1.7.10.4