summaryrefslogtreecommitdiffstats
path: root/doc/glossary.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/glossary.txt')
-rw-r--r--doc/glossary.txt25
1 files changed, 22 insertions, 3 deletions
diff --git a/doc/glossary.txt b/doc/glossary.txt
index ec13364bf..baa523856 100644
--- a/doc/glossary.txt
+++ b/doc/glossary.txt
@@ -4,7 +4,26 @@
Glossary
========
-.. glossary::
+.. glossary:: :sorted:
- IRC Channel
- what now?
+ client
+
+ generator
+ A type of plugin which provides file contents. For example Cfg or TGenshi.
+
+ Genshi
+ A Python-based templating engine. `Genshi Homepage`_.
+
+
+ group
+ A "tag" assigned to a client through a probe or other plugin.
+
+ probe
+ A script that executes on a client machine and sets client metadata such as group membership.
+
+ profile
+ A special type of group that a client is explicitly assigned to.
+
+ structure
+
+.. _Genshi Homepage: http://genshi.edgewall.org/