diff options
| author | Chris McDonough <chrism@agendaless.com> | 2008-07-28 07:25:22 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2008-07-28 07:25:22 +0000 |
| commit | e99f7a466401c131e69e35e3bc98eb3efa096f96 (patch) | |
| tree | 747fdf9d626410b9aaa126355d025acbf8ca044c /docs | |
| parent | d9c735dc0e040194fd5a60b23986cc3859b97033 (diff) | |
| download | pyramid-e99f7a466401c131e69e35e3bc98eb3efa096f96.tar.gz pyramid-e99f7a466401c131e69e35e3bc98eb3efa096f96.tar.bz2 pyramid-e99f7a466401c131e69e35e3bc98eb3efa096f96.zip | |
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 26 |
1 files changed, 23 insertions, 3 deletions
diff --git a/docs/index.rst b/docs/index.rst index 3af1c31d7..506c25a91 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,7 +9,7 @@ inspired by Zope's publisher, though it is less ambitious in scope. It relies heavily on :term:`Zope` libraries and :term:`WSGI`. Narrative documentation ------------------------ +======================= Narrative documentation in chapter form explaining how to use :mod:`repoze.bfg`. @@ -28,7 +28,7 @@ Narrative documentation in chapter form explaining how to use glossary Tutorials ----------- +========= Step-by-step sample applications that use :mod:`repoze.bfg`. @@ -38,7 +38,7 @@ Step-by-step sample applications that use :mod:`repoze.bfg`. tutorials/lxmlgraph/index.rst API documentation ------------------ +================= Per-module :mod:`repoze.bfg` API documentation. @@ -53,6 +53,26 @@ Per-module :mod:`repoze.bfg` API documentation. api/urldispatch api/wsgi +Sample Applications +=================== + +`repoze.cluegun <http://svn.repoze.org/repoze.cluegun/trunk/>`_ is an +simple pastebin application based on Rocky Burt's `ClueBin +<http://pypi.python.org/pypi/ClueBin/0.2.3>`_. It demonstrates form +processing, security, and the use of *ZODB* within a :mod:`repoze.bfg` +application. Check this application out of Subversion via:: + + svn co http://svn.repoze.org/repoze.cluegun/trunk repoze.cluebin + +`repoze.virginia <http://svn.repoze.org/repoze.virginia/trunk/>`_ is a +very simple dynamic file rendering application. It is willing to +render structured text documents, HTML documents, and images from a +disk directory. This application runs the `repoze.org +<http://repoze.org>`_ website. Check this application out of +Subversion via:: + + svn co http://svn.repoze.org/repoze.virginia/trunk repoze.virginia + Indices and tables ================== |
