summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 934dc6b)
raw | patch | inline | side by side (parent: 934dc6b)
author | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 20 Jun 2002 23:51:09 +0000 (23:51 +0000) | ||
committer | richard <richard@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Thu, 20 Jun 2002 23:51:09 +0000 (23:51 +0000) |
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@797 57a73879-2fb5-44c3-a270-3262357dd7e2
doc/glossary.txt | [new file with mode: 0644] | patch | blob |
diff --git a/doc/glossary.txt b/doc/glossary.txt
--- /dev/null
+++ b/doc/glossary.txt
@@ -0,0 +1,29 @@
+================
+Roundup Glossary
+================
+
+:Version: $Revision: 1.1 $
+
+.. contents::
+
+
+class
+ a definition of the properties and behaviour of a set of nodes
+db
+ a collection of nodes
+designator
+ a combined class + nodeid reference to any node in the hyperdb
+nodeid
+ a numeric reference to a particular node of one class
+node
+ a collection of data that forms one entry in the hyperdb.
+property
+ one element of data that makes up a node
+
+
+-----------------
+
+Back to `Table of Contents`_
+
+.. _`Table of Contents`: index.html
+