From 1a7b14de4bc89ef0fd162ef8e62d01926e42b54e Mon Sep 17 00:00:00 2001 From: Paul Everitt Date: Thu, 24 Jul 2008 17:14:16 +0000 Subject: Add tutorial sections --- docs/tutorials/lxmlgraph/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/tutorials/lxmlgraph/index.rst (limited to 'docs/tutorials/lxmlgraph/index.rst') 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 -- cgit v1.2.3