From 410457b9f6b72fe5aad44d36c805317a5d2960ec Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 17 Jan 2010 15:50:02 +0000 Subject: More reviews finished. --- docs/glossary.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index e2a941571..8320603a7 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -497,13 +497,18 @@ Glossary serialization format. renderer - A registered serializer that can be configured via :term:`view - configuration` which converts a non-:term:`Response` return values - from a :term:`view` into a string (and ultimately a response). - Using a renderer can make writing views that require templating or - other serialization less tedious. See + + A serializer that can be referrred to via :term:`view + configuration` which converts a non-:term:`Response` return + values from a :term:`view` into a string (and ultimately a + response). Using a renderer can make writing views that require + templating or other serialization less tedious. See :ref:`views_which_use_a_renderer` for more information. + renderer factory + A factory which creates a :term:`renderer`. See + :ref:`adding_and_overriding_renderers` for more information. + mod_wsgi `mod_wsgi `_ is an Apache module developed by Graham Dumpleton. It allows :term:`WSGI` -- cgit v1.2.3