From 39b8b920c8018dc4d124cba72794da1dcc925cce Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 31 Jul 2008 07:47:43 +0000 Subject: More balance between URL dispatch and traversal. --- docs/narr/urldispatch.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/narr/urldispatch.rst (limited to 'docs/narr/urldispatch.rst') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst new file mode 100644 index 000000000..42413ca73 --- /dev/null +++ b/docs/narr/urldispatch.rst @@ -0,0 +1,14 @@ +.. _urldispatch_chapter: + +URL Dispatch +============ + +It is more common for :mod:`repoze.bfg` users to rely on +:term:`traversal` to map URLs to code. However, :mod:`repoze.bfg` can +also map URLs to code via :term:`URL dispatch` using the +:term:`Routes` framework. + +Please see the :ref:`urldispatch_module` module API documentation for +more information on using :term:`URL dispatch` with :mod:`repoze.bfg`. + + -- cgit v1.2.3