summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.rst b/docs/index.rst
index 46a83643f..053d22b81 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,10 +5,10 @@ repoze.bfg
===========
:mod:`repoze.bfg` is a Python web application framework. It is
-inspired by :term:`Zope`, and uses Zope libraries to do much of its
-work. However, it is simpler than any released version of Zope.
-:mod:`repoze.bfg` uses the WSGI protocol to handle request and
-responses.
+inspired by :term:`Zope`, :term:`Pylons`, and :term:`Django`, and uses
+various Zope-related and Pylons-related libraries internally to do
+much of its work. :mod:`repoze.bfg` uses the WSGI protocol to handle
+request and responses.
:mod:`repoze.bfg` is developed as part of the `Repoze
<http://repoze.org>`_ project by `Agendaless Consulting