From: Adam Dickmeiss Date: Fri, 11 Oct 2002 09:05:09 +0000 (+0000) Subject: FIXMEs in comments. X-Git-Tag: ZEBRA.1.3.3.DEBIAN.5~25 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=51fc70e752ec936e8815d639b34dd0fab17e0aab FIXMEs in comments. Fixed indentation of Zen and the.. --- diff --git a/doc/administration.xml b/doc/administration.xml index 51d3025..5e3b545 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra @@ -146,9 +146,9 @@ explained further in the following sections. - + @@ -190,7 +190,7 @@ Specifies the Z39.50 database name. - FIXME - now we can have multiple databases in one server. -H + @@ -436,7 +436,8 @@ in order to modify the indexes correctly at a later time. - diff --git a/doc/introduction.xml b/doc/introduction.xml index d93603c..5e51c1e 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 - + diff --git a/doc/quickstart.xml b/doc/quickstart.xml index f962421..2fa7ad9 100644 --- a/doc/quickstart.xml +++ b/doc/quickstart.xml @@ -1,11 +1,11 @@ - + Quick Start - + In this section, we will test the system by indexing a small set of sample diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index 87db1df..d067cfd 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -18,8 +18,10 @@ structured record type grs as introduced in . + @@ -249,7 +251,7 @@ <gils> - <title>Zen and the Art of Motorcycle Maintenance</title> + <title>Zen and the Art of Motorcycle Maintenance</title> </gils> @@ -606,11 +608,10 @@ - TITLE "Zen and the Art of Motorcycle Maintenance" + TITLE "Zen and the Art of Motorcycle Maintenance" ROOT - AUTHOR "Robert Pirsig" + AUTHOR "Robert Pirsig" - @@ -622,13 +623,12 @@ - TITLE "Zen and the Art of Motorcycle Maintenance" + TITLE "Zen and the Art of Motorcycle Maintenance" ROOT - FIRST-NAME "Robert" - AUTHOR - SURNAME "Pirsig" + FIRST-NAME "Robert" + AUTHOR + SURNAME "Pirsig" - @@ -707,12 +707,11 @@ tree). - - + @@ -738,9 +737,9 @@ or all of the following: - + @@ -1564,12 +1563,12 @@ is assumed by the MARC family in Z39.50. - + These are the directives of the schema mapping file format: @@ -1619,11 +1618,11 @@ header of the record. - - NOTE: FIXME! This will be described better. We're in the process of + @@ -1855,7 +1854,7 @@ is used to show the hierarchical structure of the record. All "GRS" type records support both the GRS-1 and SUTRS representations. - FIXME - What is SUTRS - should be expanded here + @@ -1898,7 +1897,7 @@ abstract syntaxes can be mapped to the SOIF format, although nested elements are represented by concatenation of the tag names at each level. - FIXME - Is this used anywhere ? -H + diff --git a/doc/server.xml b/doc/server.xml index 8066c45..c56cff6 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,16 +1,16 @@ - + The Z39.50 Server Running the Z39.50 Server (zebrasrv) - + Syntax @@ -218,11 +218,11 @@ Search - + The supported query type are 1 and 101. All operators are currently @@ -388,8 +388,7 @@ x? - Matches x once or twice. Priority: high. - FIXME Is this right? Std regexp has '?' meaning zero or one -H + Matches x zero or once. Priority: high.