[Repoze-checkins] r1631 - repoze.bfg/trunk/docs

Chris McDonough chrism at agendaless.com
Wed Aug 20 10:06:49 EDT 2008


Author: Chris McDonough <chrism at agendaless.com>
Date: Wed Aug 20 10:06:49 2008
New Revision: 1631

Log:

Note repoze.who integrations where useful.


Modified:
   repoze.bfg/trunk/docs/conf.py
   repoze.bfg/trunk/docs/glossary.rst
   repoze.bfg/trunk/docs/index.rst

Modified: repoze.bfg/trunk/docs/conf.py
==============================================================================
--- repoze.bfg/trunk/docs/conf.py	(original)
+++ repoze.bfg/trunk/docs/conf.py	Wed Aug 20 10:06:49 2008
@@ -51,9 +51,9 @@
 # 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:

Modified: repoze.bfg/trunk/docs/glossary.rst
==============================================================================
--- repoze.bfg/trunk/docs/glossary.rst	(original)
+++ repoze.bfg/trunk/docs/glossary.rst	Wed Aug 20 10:06:49 2008
@@ -213,10 +213,9 @@
     application represents the application's :term:`application
     registry`.
   repoze.who
-    `Authentication middleware
-    <http://svn.repoze.org/repoze.who/trunk/README.txt>`_ for
-    :term:`WSGI` applications.  It can be used by :mod:`repoze.bfg` to
-    provide authentication information.
+    `Authentication middleware <http://static.repoze.org/whodocs>`_
+    for :term:`WSGI` applications.  It can be used by
+    :mod:`repoze.bfg` to provide authentication information.
   ReStructuredText
     A `plain text format <http://docutils.sourceforge.net/rst.html>`_
     that is the defacto standard for descriptive text shipped in

Modified: repoze.bfg/trunk/docs/index.rst
==============================================================================
--- repoze.bfg/trunk/docs/index.rst	(original)
+++ repoze.bfg/trunk/docs/index.rst	Wed Aug 20 10:06:49 2008
@@ -77,8 +77,10 @@
 `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 @@
 `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
 


More information about the Repoze-checkins mailing list