summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2008-08-20 14:06:49 +0000
committerChris McDonough <chrism@agendaless.com>2008-08-20 14:06:49 +0000
commitecc7b6d8e34e984a85d99966449e3db8faf49e0e (patch)
tree3466fe13b78f9913743f197a587fdde8fddbc749 /docs/index.rst
parente2b0eb6d1a355614834bb833182cc9a01bca061e (diff)
downloadpyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.tar.gz
pyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.tar.bz2
pyramid-ecc7b6d8e34e984a85d99966449e3db8faf49e0e.zip
Note repoze.who integrations where useful.
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 0d39c5269..ee42b453b 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -77,8 +77,10 @@ processing. Check this application out of Subversion via::
`repoze.cluegun <http://svn.repoze.org/repoze.cluegun/trunk/>`_ is a
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::
+processing, security, and the use of :term:`ZODB` within a
+:mod:`repoze.bfg` application. It also has very simple
+:term:`repoze.who` integration. Check this application out of
+Subversion via::
svn co http://svn.repoze.org/repoze.cluegun/trunk repoze.cluegun
@@ -94,8 +96,8 @@ Subversion via::
`repoze.shootout <http://svn.repoze.org/repoze.shootout/trunk/>`_ is
an example "idea competition" application by Carlos de la Guardia. It
demonstrates :term:`URL dispatch` and integration with `SQLAlchemy
-<http://www.sqlalchemy.org/>`_. Check this application out of
-Subversion via::
+<http://www.sqlalchemy.org/>`_ and :term:`repoze.who`. Check this
+application out of Subversion via::
svn co http://svn.repoze.org/repoze.shootout/trunk repoze.shootout