From b65d8eacda1da9105b027e8e02e95be13854061a Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 21 Dec 2008 20:49:45 +0000 Subject: - Updated paster template "ez_setup.py" to one that requires setuptools 0.6c9. - Turn ``view_execution_permitted`` from the :mod:`repoze.bfg.view` module into a documented API. - Doc cleanups. --- docs/narr/introduction.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs/narr/introduction.rst') diff --git a/docs/narr/introduction.rst b/docs/narr/introduction.rst index 3f9b7d09a..7f8bcec35 100644 --- a/docs/narr/introduction.rst +++ b/docs/narr/introduction.rst @@ -24,7 +24,10 @@ developer rather than the application developer. :mod:`repoze.bfg` developers use :term:`ZCML` (an XML dialect) to perform various configuration tasks; in particular, as in Zope3, one more more :term:`view` functions is associated with a :term:`model` type via -ZCML. +ZCML. It is also possible to configure :mod:`repoze.bfg` views +without :term:`ZCML` (instead configuration is done inside Python +decorators) by using an add-on package named +:term:`repoze.bfg.convention`. Like Pylons, :mod:`repoze.bfg` is mostly policy-free. It makes no assertions about which database you should use, and its built-in -- cgit v1.2.3