Code

more doc fixes
authorrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Mar 2003 05:41:56 +0000 (05:41 +0000)
committerrichard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2>
Thu, 27 Mar 2003 05:41:56 +0000 (05:41 +0000)
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@1643 57a73879-2fb5-44c3-a270-3262357dd7e2

doc/glossary.txt
doc/installation.txt

index b0ed7aea6f49e292e958ab78af4405882fef0e5c..f912c7ea51b557a9f39ea934f301f00a541c6369 100644 (file)
@@ -2,14 +2,14 @@
 Roundup Glossary
 ================
 
-:Version: $Revision: 1.3 $
+:Version: $Revision: 1.4 $
 
 .. contents::
 
 
 class
    a definition of the properties and behaviour of a set of items
-db
+db (or hyperdb)
    a collection of items
 designator
    a combined class + itemid reference to any item in the hyperdb
@@ -22,7 +22,7 @@ property
 schema
    the definition of all the classes that make up an tracker
 tracker
-   I've defined this well somewhere else...
+   the schema and hyperdb that forms one issue tracker
 
 
 -----------------
index 0276111d775fc3fe9834af189ebd15ef1058a78e..22d3a5cf2a2131ac723335bfc434fcf9a21dc95a 100644 (file)
@@ -2,7 +2,7 @@
 Installing Roundup
 ==================
 
-:Version: $Revision: 1.42 $
+:Version: $Revision: 1.43 $
 
 .. contents::
 
@@ -128,6 +128,10 @@ Basic Installation Steps
           Back ends: anydbm, bsddb
           Select backend [anydbm]: anydbm
 
+      The "support" part of the tracker name can be anything you want - it
+      is going to be used as the directory that the tracker information
+      will be stored in.
+
       You will now be directed to edit the tracker configuration and
       initial schema.  At a minimum, you must set ``MAILHOST``,
       ``TRACKER_WEB``, ``MAIL_DOMAIN`` and ``ADMIN_EMAIL``. Note that the