From 0fc14981f389a3da34ef2c3e3c53ae84ae79d2c8 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 25 Jul 2008 00:03:40 +0000 Subject: More glossary love. --- docs/glossary.rst | 7 +++++++ docs/narr/introduction.rst | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/glossary.rst b/docs/glossary.rst index 81b331cc7..5b54c25c5 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -114,3 +114,10 @@ Glossary Zope `The Z Object Publishing Framework `_. The granddaddy of Python web frameworks. + WebOb + `WebOb `_ is a WSGI request/response + library created by Ian Bicking. + Paste + `Paste `_ is a WSGI development and + deployment system developed by Ian Bicking. + diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 4588b92d3..bb6054ca3 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -7,8 +7,9 @@ libraries to do much of its work. However, it is less ambitious and less featureful than any released version of Zope's publisher. :mod:`repoze.bfg` uses the :term:`WSGI` protocol to handle requests -and responses, and integrates Zope, Paste, and WebOb libraries to form -the basis for a simple web object publishing framework. +and responses, and integrates :term:`Zope`, :term:`Paste`, and +:term:`WebOb` libraries to form the basis for a simple web object +publishing framework. Similarities with Other Frameworks ---------------------------------- -- cgit v1.2.3