summaryrefslogtreecommitdiffstats
path: root/doc/unsorted
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 12:18:23 -0400
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2012-09-26 12:18:23 -0400
commit552fa7b683dcdcbbc58dc2871e31f54d8db14a64 (patch)
tree39daf6c95bf06c9454a82bc8abeda8aafdb56b7e /doc/unsorted
parent4450ee60e1797456bc5bbc2ccf79717185da46f2 (diff)
downloadbcfg2-552fa7b683dcdcbbc58dc2871e31f54d8db14a64.tar.gz
bcfg2-552fa7b683dcdcbbc58dc2871e31f54d8db14a64.tar.bz2
bcfg2-552fa7b683dcdcbbc58dc2871e31f54d8db14a64.zip
rolled genshi/cheetah docs into cfg, deprecated old tgenshi/tcheetah docs
Diffstat (limited to 'doc/unsorted')
-rw-r--r--doc/unsorted/howtos.txt2
-rw-r--r--doc/unsorted/windows.txt2
-rw-r--r--doc/unsorted/writing_specification.txt2
3 files changed, 2 insertions, 4 deletions
diff --git a/doc/unsorted/howtos.txt b/doc/unsorted/howtos.txt
index 4347632f6..0c5b482d9 100644
--- a/doc/unsorted/howtos.txt
+++ b/doc/unsorted/howtos.txt
@@ -12,8 +12,6 @@ Here are several howtos that describe different aspects of Bcfg2 deployment
* AnnotatedExamples - a description of basic Bcfg2 specification operations
* BuildingDebianPackages - How to build debian packages
* :ref:`appendix-guides-gentoo` - Issues specific to running Bcfg2 on Gentoo
-* :ref:`server-plugins-generators-tcheetah` - Howto use the TCheetah template plugin
-* :ref:`server-plugins-generators-hostbase` - How to use the Hostbase plugin and web interface
* :ref:`server-plugins-probes-index` - How to use Probes to gather information from a client machine.
* :ref:`client-tools-actions` - How to use Actions
* :ref:`unsorted-dynamic_groups` - Using dynamic groups
diff --git a/doc/unsorted/windows.txt b/doc/unsorted/windows.txt
index 128bc52d6..6da274724 100644
--- a/doc/unsorted/windows.txt
+++ b/doc/unsorted/windows.txt
@@ -21,7 +21,7 @@ be pretty trivial; it would differ from \*nix services in that it would be done
Registry
========
-The best way of handling the registry may be to map it into a file-based representation on the server end. The Cfg and TCheetah plugins could then be used to set registry values as needed.
+The best way of handling the registry may be to map it into a file-based representation on the server end. The Cfg plugin could then be used to set registry values as needed.
Files
=====
diff --git a/doc/unsorted/writing_specification.txt b/doc/unsorted/writing_specification.txt
index 4fec9d9e9..5a6eec231 100644
--- a/doc/unsorted/writing_specification.txt
+++ b/doc/unsorted/writing_specification.txt
@@ -374,6 +374,6 @@ How the groups are configured is specific to the plugin, but here are
two common methods:
* xml configuration file (Pkgmgr, Rules)
-* file name encoding (Cfg, TCheetah, SSHBase)
+* file name encoding (Cfg, SSHBase)
Details are included on each plugin's page.