summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/lxmlgraph/index.rst')
-rw-r--r--docs/tutorials/lxmlgraph/index.rst21
1 files changed, 21 insertions, 0 deletions
diff --git a/docs/tutorials/lxmlgraph/index.rst b/docs/tutorials/lxmlgraph/index.rst
new file mode 100644
index 000000000..42c8ec503
--- /dev/null
+++ b/docs/tutorials/lxmlgraph/index.rst
@@ -0,0 +1,21 @@
+Publishing XML with repoze.bfg
+==========================================
+
+``repoze.bfg`` is, well, fun. It brings back the good old days of
+Bobo, but with the good new days of WSGI. With ``repoze.bfg``,
+hierarchical websites are a cinch to develop.
+
+XML is also hierarchical. ``repoze.lxmlgraph`` is a demo application
+for ``repoze.bfg`` that shows publishing a tree of XML as a
+hierarchical website, while leveraging the facilities the gun gives
+you.
+
+.. toctree::
+ :maxdepth: 2
+
+ background
+ installation
+ step01
+ step02
+ step03
+ step04