summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/conf.py4
-rw-r--r--docs/glossary.rst7
-rw-r--r--docs/index.rst10
3 files changed, 11 insertions, 10 deletions
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
- <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
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