From 0567e56f058d2f3cb07520a1fe9237a7cb1dcc9a Mon Sep 17 00:00:00 2001 From: Raul Cuza Date: Sat, 13 Mar 2010 17:48:39 -0500 Subject: Added suggested usage for 'repository'. And 4 space = python happiness. --- doc/development/docstyleguide.txt | 4 ++++ doc/glossary.txt | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/doc/development/docstyleguide.txt b/doc/development/docstyleguide.txt index ef94bf232..fd6bd1aa1 100644 --- a/doc/development/docstyleguide.txt +++ b/doc/development/docstyleguide.txt @@ -12,5 +12,9 @@ Basics :Bcfg2: When referring to project, Bcfg2 is the preferred use of cases. + :Monospace fonts: When referring to commands written on the command line use monospace fonts. + +:Repository: + When used alone this refers to a Bcfg2 :term:`repository`. When there is a chance for confusion, for instance in documents also talking about :term:`VCS`, be sure to use the longer Bcfg2 :term:`repository`. diff --git a/doc/glossary.txt b/doc/glossary.txt index d475218f2..f7e8d8e5b 100644 --- a/doc/glossary.txt +++ b/doc/glossary.txt @@ -6,33 +6,33 @@ Glossary .. glossary:: :sorted: - client + client - generator + generator A type of plugin which provides file contents. For example Cfg or TGenshi. - Genshi + Genshi A Python-based templating engine. `Genshi Homepage`_. - group + group A "tag" assigned to a client through a probe or other plugin. - irc channel + irc channel #bcfg2 on freenode - probe + probe A script that executes on a client machine and sets client metadata such as group membership. - profile + profile A special type of group that a client is explicitly assigned to. - structure + structure - repository - A colledtion 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. + repository + A colledtion 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 a lone, repository refers to a Bcfg2 repository. VCS - Stands for `Version Control System _. + Stands for `Version Control System `_. .. _Genshi Homepage: http://genshi.edgewall.org/ -- cgit v1.2.3-1-g7c22