Metadata-Version: 1.1
Name: collective.siteisolation
Version: 0.2
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-Francois Roche <jfroche at affinitic dot be>
        
        Changelog
        =========
        
        0.2 (2013-06-12)
        ----------------
        
        - Fix import for Plone 4.3 [mpeeters]
        
        
        0.1 (2010-03-30)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.3
