From c5f24b2957a2a7569d70930ac5bc630cc5aaac55 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Mon, 18 Jan 2010 18:07:12 +0000 Subject: Prep for b1 Merge a bunch of paper-based docs fixes Configure logging during bfgshell. --- docs/glossary.rst | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'docs/glossary.rst') diff --git a/docs/glossary.rst b/docs/glossary.rst index 7c55dc2f5..b8ac383e3 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -219,10 +219,8 @@ Glossary given the :term:`authentication` information in the request. authentication - The act of determining that the credentials a user presents during - a particular request are "good". :mod:`repoze.bfg` uses the - :term:`authentication` data supplied by the upstream component as - one input during :term:`authorization`. Authentication in + The act of determining that the credentials a user presents + during a particular request are "good". Authentication in :mod:`repoze.bfg` is performed via an :term:`authentication policy`. @@ -444,7 +442,7 @@ Glossary repoze.lemonade Zope2 CMF-like `data structures and helper facilities `_ for CA-and-ZODB-based - applications useful within bfg applications. + applications useful within :mod:`repoze.bfg` applications. repoze.catalog An indexing and search facility (fielded and full-text) based on @@ -593,7 +591,7 @@ Glossary The :term:`view callable` invoked by :mod:`repoze.bfg` when the developer explicitly raises a ``repoze.bfg.exceptions.Forbidden`` exception from within - :term:`view` code or :term:`root factory` code, or when the the + :term:`view` code or :term:`root factory` code, or when the :term:`view configuration` and :term:`authorization policy` found for a request disallows a particular view invocation. :mod:`repoze.bfg` provides a default implementation of a -- cgit v1.2.3