Metadata-Version: 1.0
Name: collective.siteisolation
Version: 0.1
Summary: Isolate objects in a Zope root from each other
Home-page: http://svn.plone.org/svn/collective/collective.siteisolation
Author: ICTS KULeuven
Author-email: jfroche@affinitic.be
License: GPL
Description: Introduction
        ============
        
        Acquisition is evil.
        
        If you have a Zope tree like that::
        
        |
        \-- Site1
        |
        \-- Site2
        
        You will be able to traverse Site2 from Site1 just by traversing::
        
        http://yoursite/Site1/Site2
        
        This package avoid this behavior by adding verification during traversal.
        
        * Documentation: http://docs.affinitic.be/collective.siteisolation
        * Code Repository: https://svn.plone.org/svn/collective/collective.siteisolation
        * Buildbot: http://buildbot.affinitic.be/builders/collective.siteisolation%20linux_debian/
        * Test Coverage: http://coverage.affinitic.be/collective.siteisolation/collective.siteisolation.html
        
        Author
        ======
        
        * ICTS Team - KULeuven (https://admin.kuleuven.be/icts)
        * Jean-Francois Roche <jfroche at affinitic dot be>
        
        Changelog
        =========
        
        0.1dev (unreleased)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
