summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSol Jerome <solj@ices.utexas.edu>2010-05-28 19:17:31 +0000
committerSol Jerome <solj@ices.utexas.edu>2010-05-28 14:17:41 -0500
commit230341aa77173adb6f20c75d34b0413c6d70f927 (patch)
tree7236af8f26dea1b3e46b2a2f2f2c7ddc390708a1 /doc
parent081915c5e92e9d2283db337a674172846fc3f1fa (diff)
downloadbcfg2-230341aa77173adb6f20c75d34b0413c6d70f927.tar.gz
bcfg2-230341aa77173adb6f20c75d34b0413c6d70f927.tar.bz2
bcfg2-230341aa77173adb6f20c75d34b0413c6d70f927.zip
doc: The .genshi extension is required for genshi bundles
Signed-off-by: Sol Jerome <solj@ices.utexas.edu> git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5870 ce84e21b-d406-0410-9b95-82705330c041
Diffstat (limited to 'doc')
-rw-r--r--doc/server/plugins/structures/bundler/index.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index b3f3edbf7..65c403d06 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -107,9 +107,13 @@ Genshi templates
================
Genshi templates are used by adding a Genshi xml-style template to the
-Bundler directory with a `.genshi` file extension. Version 0.4 or newer
+Bundler directory with a ``.genshi`` file extension. Version 0.4 or newer
of genshi is required.
+.. important:: The ``.genshi`` file extension is required in order for the
+ server to know that the Bundle should be rendered using
+ Genshi.
+
Motivation
----------