Metadata-Version: 1.0
Name: collective.directoryresourcepatch
Version: 1.1
Summary: Patch for DirectoryResource to allow traversal
Home-page: http://svn.plone.org/svn/collective/collective.directoryresourcepatch/
Author: Michael Dunlap
Author-email: dunlapm@uw.edu
License: GPL
Description: Introduction
        ============
        
        This allows for resources in the form of ++resource++foo/css/bar.css
        to be traversed by tools like the ResourceRegistries. Original fix
        adapted from collective.jqueryui.
        
        Changelog
        =========
        
        1.2 (Unreleased)
        -------------------
        
        -
        
        1.1 2011-02-05
        -------------------
        
        - Check for parent __roles__ before copying, because a five.grok
          ZopeTwoDirectoryResource parent does not have __roles__
        
        1.0 2010-06-17
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
