diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4df01341e..88250cd29 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,8 +5,10 @@ repoze.bfg =========== :mod:`repoze.bfg` is a Python web application framework. It is -inspired by Zope's publisher, though it is less ambitious in scope. -It relies heavily on :term:`Zope` libraries and :term:`WSGI`. +inspired by 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. :mod:`repoze.bfg` is developed as part of the `Repoze <http://repoze.org>`_ project by `Agendaless Consulting |
