summaryrefslogtreecommitdiffstats
path: root/doc/glossary.txt
diff options
context:
space:
mode:
authorKamil Kisiel <kamil@kamilkisiel.net>2010-01-14 21:29:31 +0000
committerKamil Kisiel <kamil@kamilkisiel.net>2010-01-14 21:29:31 +0000
commitac053254555f4e7983ef84e3cce6c3ccd6b15a41 (patch)
tree824126bafd8d0c99f44e9bb6e6b681cff302ea6f /doc/glossary.txt
parent295979b3bc2d4c6e1a11e33ec05172f00dbf147b (diff)
downloadbcfg2-ac053254555f4e7983ef84e3cce6c3ccd6b15a41.tar.gz
bcfg2-ac053254555f4e7983ef84e3cce6c3ccd6b15a41.tar.bz2
bcfg2-ac053254555f4e7983ef84e3cce6c3ccd6b15a41.zip
doc: More documentation organization, added a couple of Glossary items
git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5681 ce84e21b-d406-0410-9b95-82705330c041
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/