From 8325f1a17d17f744582ffb9eef50da117a00e57f Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 16 Jan 2009 22:00:45 +0000 Subject: - Add a section on "Using BFG Security With URL Dispatch" into the urldispatch chapter of the documentation. Clean up "BFG" vernacular (replace with repoze.bfg). --- docs/narr/hooks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/narr/hooks.rst') diff --git a/docs/narr/hooks.rst b/docs/narr/hooks.rst index 009943e9e..5d1c9612e 100644 --- a/docs/narr/hooks.rst +++ b/docs/narr/hooks.rst @@ -13,9 +13,9 @@ Changing the request factory You may change the class used as the "request factory" from within the :mod:`repoze.bfg` ``Router`` class (the ``Router`` class turns the WSGI environment into a "request" object which is used ubiquitously -throughout BFG). The default "request factory" is the class -``webob.Request``. You may change it by placing the following ZCML in -your ``configure.zcml`` file. +throughout :mod:`repoze.bfg`). The default "request factory" is the +class ``webob.Request``. You may change it by placing the following +ZCML in your ``configure.zcml`` file. .. code-block:: xml :linenos: -- cgit v1.2.3