Metadata-Version: 1.0
Name: bda.contentproxy
Version: 1.0-beta3
Summary: module providing content proxying for plone.
Home-page: UNKNOWN
Author: Robert Niedereiter
Author-email: rnix@squarewave.at
License: General Public Licence
Description: ================
        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.::
        
        <metal:main fill-slot="main">
        <tal:main-macro metal:define-macro="main">
        
        <!-- type view goes here -->
        
        </tal:main-macro>
        </metal:main>
        
        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 trailing part of the URL as the Archetype UID, i.e.::
        
        http://your.domain.net/some/path/@@proxy/0c6e067822a520eabcfdd1e67d209d96
        
        - The other way is a simple Archetype with a UID reference field
        The first kind of proxy may takes place when rendering search results,
        the other one might be used to insert *remote* content to a specified place
        in the folder hirarchy.
        
        
        Installation
        ============
        
        1. Make the egg available in your instance,
        
        2. Import the bda.contentproxy extension profile in your plone instance.
        
        This Product is tested with Plone 3.0
        
        
        Copyright
        =========
        
        Copyright 2008, Blue Dynamics Alliance, Austria -
        `www.bluedynamics.com <http://www.bluedynamics.com>`_
        
        
        Credits
        =======
        
        - Written by `Robert Niederreiter <mailto:rnix@squarewave.at>`_
        Squarewave Computing, BlueDynamics Alliance, Austria
        
        - Ideas and contributions: `Jens Klein <mailto:jens@bluedynamics.com>`_
        BlueDynamics Alliance, Klein & Partner KEG, Austria
        
        - This addon is an outcome of the UN ILO Better Work project.
        
        
        Licence
        =======
        
        - GNU General Public Licence 2.0 or later
        
        
        
        Changelog
        =========
        
        ---------
        1.0 beta3
        ---------
        
        [jensens] 2008-02-27
        --------------------
        
        - formatted ``README.txt`` to valid ReST.
        
        - added LinguaPlone support.
        
        - removed title and fetch it from proxy
        
        ---------
        1.0 beta2
        ---------
        
        [rnix] 2008-02-21
        -----------------
        
        - added css file to overwrite the :hover event on .inlineEditable classed
        elements
        
        - added kssregistry and added expression to at.kss not to be loaded when proxy
        type or placeless proxy view is displayed to disable inline editing. in
        future this might be done by kss or js directly with some kind of event
        unbinding instead of dirty resource registry conditions.
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Zope2
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
