summaryrefslogtreecommitdiffstats
path: root/doc/server
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-09 14:26:36 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-09 14:26:36 -0500
commitc96e850180467ef0710ec5d5e7b1e7010a3f6050 (patch)
tree9bc5fdafe74d98740c9196208642e1144e277e6a /doc/server
parentff5164c949215a8d961bb20971c70c62781309a0 (diff)
downloadbcfg2-c96e850180467ef0710ec5d5e7b1e7010a3f6050.tar.gz
bcfg2-c96e850180467ef0710ec5d5e7b1e7010a3f6050.tar.bz2
bcfg2-c96e850180467ef0710ec5d5e7b1e7010a3f6050.zip
doc: Clarify genshi bundle specification
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'doc/server')
-rw-r--r--doc/server/plugins/structures/bundler/index.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/server/plugins/structures/bundler/index.txt b/doc/server/plugins/structures/bundler/index.txt
index a19959e66..51f2da60c 100644
--- a/doc/server/plugins/structures/bundler/index.txt
+++ b/doc/server/plugins/structures/bundler/index.txt
@@ -1,4 +1,5 @@
.. -*- mode: rst -*-
+.. vim: ft=rst
.. _server-plugins-structures-bundler-index:
@@ -114,12 +115,12 @@ Genshi templates
================
Genshi XML templates allow you to use the `Genshi
-<http://genshi.edgewall.org>`_ templating system to dynamically
-generate a bundle. Genshi templates can be specified one of two ways:
+<http://genshi.edgewall.org>`_ templating system to dynamically generate
+a bundle. Genshi templates can be specified **one** of two ways:
-1. Add an XML-style genshi template to the Bundler directory with a
+* Add an XML-style genshi template to the Bundler directory with a
``.genshi`` and the associated namespace attribute.
-2. Simply add the appropriate namespace attribute to your existing XML
+* Simply add the appropriate namespace attribute to your existing XML
bundle.
The top-level Bundle tag should look like the following::