================
bda.contentproxy
================
Overview
========
Module providing some flavour of content proxy for Plone. It works for all
kinds of Archetypes based types.
Consider that the Archetypes UID must be present in the portal_catalog
(default in plone 3) and the view for the Type must come along with
a ``main`` macro in it's view, i.e.::
This macro is called on the proxied content and is inserted into the ``main``
slot of the ``main_template`` in the current context.
Two kinds of proxy behaviour are provided:
- A placeless proxy
This is a simple BrowserView named ``proxy``, with its own
traverser resolving the ...