summaryrefslogtreecommitdiffstats
path: root/doc/glossary.txt
diff options
context:
space:
mode:
authorMike McCallister <mike@mccllstr.com>2011-07-12 21:38:28 -0500
committerMike McCallister <mike@mccllstr.com>2011-07-12 21:38:28 -0500
commita0b576a4c9f7b59123901f58550ba7f294acd5d8 (patch)
treead51ea55c1b1203209cf660f254734c316406f59 /doc/glossary.txt
parentd1352fc4a15536090758e4654324a792264cf327 (diff)
downloadbcfg2-a0b576a4c9f7b59123901f58550ba7f294acd5d8.tar.gz
bcfg2-a0b576a4c9f7b59123901f58550ba7f294acd5d8.tar.bz2
bcfg2-a0b576a4c9f7b59123901f58550ba7f294acd5d8.zip
Minor edits to the glossary to make better use of Sphinx formatting.
Also added missing definition for client.
Diffstat (limited to 'doc/glossary.txt')
-rw-r--r--doc/glossary.txt22
1 files changed, 14 insertions, 8 deletions
diff --git a/doc/glossary.txt b/doc/glossary.txt
index dda07410d..2829eed59 100644
--- a/doc/glossary.txt
+++ b/doc/glossary.txt
@@ -1,3 +1,5 @@
+.. -*- mode: rst -*-
+
.. _glossary:
========
@@ -7,10 +9,13 @@ Glossary
.. glossary:: :sorted:
client
+ A system that runs the :cmd:`bcfg2` command. Typically, this
+ is to receive a configuration from a Bcfg2 server.
generator
- A type of plugin which provides file contents. For example Cfg
- or TGenshi.
+ A type of plugin which provides file contents. For example
+ :ref:`server-plugins-generators-cfg` or
+ :ref:`server-plugins-generators-tgenshi-index`.
Genshi
A Python-based templating engine. `Genshi Homepage`_.
@@ -31,12 +36,13 @@ Glossary
structure
repository
- A collection of folders and files that make up the configurations
- that Bcfg2 applies to server. The repository is located at
- ``/var/lib/bcfg2`` by default. This is not to be confused with
- a :term:VCS repository, which is an excellent place to pull
- your Bcfg2 repository from to manage changes. When used alone,
- repository refers to a Bcfg2 repository.
+ A collection of folders and files that together define the
+ configurations that Bcfg2 applies to clients. The repository
+ is located at :file:`/var/lib/bcfg2` by default. This is not
+ to be confused with a :term:`VCS` repository, which is an
+ excellent place to pull your Bcfg2 repository from to manage
+ changes. When used alone, :term:`repository` refers to a Bcfg2
+ repository.
VCS
Stands for `Version Control System