summaryrefslogtreecommitdiff
path: root/docs/glossary.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/glossary.rst')
-rw-r--r--docs/glossary.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst
index 385cc7f24..f1ccf1575 100644
--- a/docs/glossary.rst
+++ b/docs/glossary.rst
@@ -159,6 +159,9 @@ Glossary
Zope
`The Z Object Publishing Framework <http://zope.org>`_. The granddaddy
of Python web frameworks.
+ ZODB
+ `Zope Object Database <http://wiki.zope.org/ZODB/FrontPage>`_, a
+ persistent Python object store.
WebOb
`WebOb <http://pythonpaste.org/webob/>`_ is a WSGI request/response
library created by Ian Bicking.