From ecc7b6d8e34e984a85d99966449e3db8faf49e0e Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 20 Aug 2008 14:06:49 +0000 Subject: Note repoze.who integrations where useful. --- docs/conf.py | 4 ++-- docs/glossary.rst | 7 +++---- docs/index.rst | 10 ++++++---- 3 files changed, 11 insertions(+), 10 deletions(-) (limited to 'docs') diff --git a/docs/conf.py b/docs/conf.py index b5379dbce..7202e6084 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,9 +51,9 @@ copyright = '2008, Agendaless Consulting' # other places throughout the built documents. # # The short X.Y version. -version = '0.3.0' +version = '0.3.1' # The full version, including alpha/beta/rc tags. -release = '0.3.0' +release = '0.3.1' # There are two options for replacing |today|: either, you set today to some # non-false value, then it is used: diff --git a/docs/glossary.rst b/docs/glossary.rst index f1ccf1575..439b39424 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -213,10 +213,9 @@ Glossary application represents the application's :term:`application registry`. repoze.who - `Authentication middleware - `_ for - :term:`WSGI` applications. It can be used by :mod:`repoze.bfg` to - provide authentication information. + `Authentication middleware `_ + for :term:`WSGI` applications. It can be used by + :mod:`repoze.bfg` to provide authentication information. ReStructuredText A `plain text format `_ that is the defacto standard for descriptive text shipped in 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 `_ is a simple pastebin application based on Rocky Burt's `ClueBin `_. 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 `_ is an example "idea competition" application by Carlos de la Guardia. It demonstrates :term:`URL dispatch` and integration with `SQLAlchemy -`_. Check this application out of -Subversion via:: +`_ and :term:`repoze.who`. Check this +application out of Subversion via:: svn co http://svn.repoze.org/repoze.shootout/trunk repoze.shootout -- cgit v1.2.3