diff doc/glossary.txt @ 1576:80519db85eac

More tweaks to the licensing to make the Debian folks happy :) Added an "instant gratification" mode - "python setup.py demo" installs a simple instance and runs the web server on it. Nosy is disabled.
author Richard Jones <richard@users.sourceforge.net>
date Mon, 07 Apr 2003 03:47:44 +0000
parents 8b5ff6ca0674
children 33a1f03b9de0
line wrap: on
line diff
--- a/doc/glossary.txt	Thu Apr 03 01:55:01 2003 +0000
+++ b/doc/glossary.txt	Mon Apr 07 03:47:44 2003 +0000
@@ -2,7 +2,7 @@
 Roundup Glossary
 ================
 
-:Version: $Revision: 1.4 $
+:Version: $Revision: 1.5 $
 
 .. contents::
 
@@ -18,11 +18,15 @@
 item
    a collection of data that forms one entry in the hyperdb.
 property
-   one element of data that makes up an item
+   one element of data that makes up an item. In Roundup, item
+   properties may be changed as needed - even after the tracker
+   has been initialised and used in production.
 schema
    the definition of all the classes that make up an tracker
 tracker
    the schema and hyperdb that forms one issue tracker
+tracker home
+   the physical location on disk of a tracker
 
 
 -----------------

Roundup Issue Tracker: http://roundup-tracker.org/