From e6855bbd24a006e729bacc343660e3001cae3919 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 2 Jul 2009 10:06:34 +0000 Subject: - Added an "Extending" chapter to the narrative documentation which explains how to extend or modify an existing BFG application using another Python package and ZCML. --- docs/narr/resources.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/narr/resources.rst') diff --git a/docs/narr/resources.rst b/docs/narr/resources.rst index fb6e82de0..4a042f140 100644 --- a/docs/narr/resources.rst +++ b/docs/narr/resources.rst @@ -132,6 +132,13 @@ performing the following steps: package's ``configure.zcml`` file. See :ref:`environment_chapter` for more information about this setting. +Note that overriding resources is not the only way to extend or modify +the behavior of an existing :mod:`repoze.bfg` application. A "heavier +hammer" way to do the same thing is explained in +:ref:`extending_chapter`. The heavier hammer way allows you to +replace a :term:`view` wholesale rather than resources that might be +used by a view. + .. _resource_directive: The ``resource`` ZCML Directive -- cgit v1.2.3