diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-22 15:18:20 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-22 15:18:20 -0500 |
| commit | b37e96b0c944cc87d61dd499b33b01dc3c85a2d5 (patch) | |
| tree | cefe8d914a07781a3d1845077fedf5b656537092 /docs | |
| parent | 00fb8b0d7b5dbbf44d28b9af538dc81a58550f67 (diff) | |
| download | pyramid-b37e96b0c944cc87d61dd499b33b01dc3c85a2d5.tar.gz pyramid-b37e96b0c944cc87d61dd499b33b01dc3c85a2d5.tar.bz2 pyramid-b37e96b0c944cc87d61dd499b33b01dc3c85a2d5.zip | |
changed cluegun; note in index page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst index 96cdc647b..72c21bbc8 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -117,8 +117,7 @@ Sample Applications 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 :term:`ZODB` within a :app:`Pyramid` -application. It also has very simple :term:`repoze.who` integration. Check -this application out via:: +application. Check this application out via:: git clone git://github.com/Pylons/cluegun.git @@ -133,8 +132,9 @@ earlier version of this application runs the `repoze.org `shootout <https://github.com/Pylons/shootout>`_ is an example "idea competition" application by Carlos de la Guardia. It demonstrates a hybrid of :term:`URL dispatch` and :term:`traversal` and integration with -`SQLAlchemy <http://www.sqlalchemy.org/>`_ and :term:`repoze.who`. Check -this application out of version control via:: +`SQLAlchemy <http://www.sqlalchemy.org/>`_, :term:`repoze.who`, and +`Deliverance <http://www.deliveranceproject.org/>`_. Check this application +out of version control via:: git clone git://github.com/Pylons/shootout.git |
