Metadata-Version: 1.0
Name: kuleuven.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.
        
        Author
        ======
        
        * ICTS Team - KULeuven (https://admin.kuleuven.be/icts)
        * Jean-François Roche <jfroche at affinitic dot be>
        
        Changelog
        =========
        
        0.1dev (unreleased)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
