summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst7
1 files changed, 7 insertions, 0 deletions
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 <http://zope.org>`_. The granddaddy
of Python web frameworks.
+ WebOb
+ `WebOb <http://pythonpaste.org/webob/>`_ is a WSGI request/response
+ library created by Ian Bicking.
+ Paste
+ `Paste <http://pythonpaste.org>`_ is a WSGI development and
+ deployment system developed by Ian Bicking.
+