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/cluegun/index.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 docs/tutorials/cluegun/index.rst (limited to 'docs/tutorials/cluegun') diff --git a/docs/tutorials/cluegun/index.rst b/docs/tutorials/cluegun/index.rst new file mode 100644 index 000000000..4b8cacf52 --- /dev/null +++ b/docs/tutorials/cluegun/index.rst @@ -0,0 +1,21 @@ +====================================== + Shared Clipboard with repoze.cluegun +====================================== + +repoze.cluegun is a "pastebin" application, showing how you can use +the ``repoze.bfg`` framework for posting and managing paste sessions. + +In this tutorial, you'll see: + + - Persistence + + - Handling form data + + - z3c.pt templating + + - Security + +.. toctree:: + :maxdepth: 2 + + -- cgit v1.2.3