From 07257a2b7068564c1b9a87cdb30012d6b48c9601 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sat, 16 May 2009 18:56:39 +0000 Subject: Removed this reference. --- docs/glossary.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/glossary.rst b/docs/glossary.rst index 6d4d83f51..f6b63a789 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -69,8 +69,9 @@ Glossary URL dispatch An alternative to graph traversal as a mechanism for locating a :term:`context` for a :term:`view`. When you use :term:`Routes` - in your :mod:`repoze.bfg` application, you are using URL dispatch. - See the :ref:`urldispatch_module` for more information. + in your :mod:`repoze.bfg` application via a ```` declaration in ZCML, + you are using URL dispatch. See the :ref:`urldispatch_chapter` for more + information. Context An object in the system that is found during :term:`traversal` or :term:`URL dispatch` based on URL data; if it's found via @@ -237,8 +238,8 @@ Glossary parses URLs and compares them against a number of user defined mappings. In terms of :mod:`repoze.bfg`, a Route can supplant graph traversal when deciding which *view* should be called. See - :ref:`urldispatch_module` for more information about (optional) - Routes integration in bfg. + :ref:`urldispatch_chapter` for more information about Routes integration + in bfg. ZCML `Zope Configuration Markup Language `_, the XML dialect -- cgit v1.2.3