comparison 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
comparison
equal deleted inserted replaced
1575:f5d53a939b67 1576:80519db85eac
1 ================ 1 ================
2 Roundup Glossary 2 Roundup Glossary
3 ================ 3 ================
4 4
5 :Version: $Revision: 1.4 $ 5 :Version: $Revision: 1.5 $
6 6
7 .. contents:: 7 .. contents::
8 8
9 9
10 class 10 class
16 itemid 16 itemid
17 a numeric reference to a particular item of one class 17 a numeric reference to a particular item of one class
18 item 18 item
19 a collection of data that forms one entry in the hyperdb. 19 a collection of data that forms one entry in the hyperdb.
20 property 20 property
21 one element of data that makes up an item 21 one element of data that makes up an item. In Roundup, item
22 properties may be changed as needed - even after the tracker
23 has been initialised and used in production.
22 schema 24 schema
23 the definition of all the classes that make up an tracker 25 the definition of all the classes that make up an tracker
24 tracker 26 tracker
25 the schema and hyperdb that forms one issue tracker 27 the schema and hyperdb that forms one issue tracker
28 tracker home
29 the physical location on disk of a tracker
26 30
27 31
28 ----------------- 32 -----------------
29 33
30 Back to `Table of Contents`_ 34 Back to `Table of Contents`_

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