Metadata-Version: 1.0
Name: plone.app.folder
Version: 1.0b1
Summary: Integration package for `plone.folder` into Plone
Home-page: http://pypi.python.org/pypi/plone.app.folder/
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: LGPL
Description: 
        
        Overview
        --------
        
        This package provides base classes for folderish `Archetypes`_ /
        `ATContentTypes`_ content types based on `B-trees`_, a.k.a. "large folders"
        in Plone_.  Storing content in such folders provides significant
        `performance benefits`_ over regular folders.
        
        .. _`Archetypes`: http://pypi.python.org/pypi/Products.Archetypes/
        .. _`ATContentTypes`: http://pypi.python.org/pypi/Products.ATContentTypes/
        .. _`B-trees`: http://en.wikipedia.org/wiki/B-tree
        .. _`Plone`: http://plone.org/
        .. _`performance benefits`: http://plone.org/products/plone/roadmap/191
        
        The package only contains the integration layer for the base class provided
        by `plone.folder`_, however.  Please see there for more detailed information.
        
        .. _`plone.folder`: http://pypi.python.org/pypi/plone.folder/
        
        Caveats
        -------
        
        If you are using `plone.app.folder` in your product you may notice that
        PloneTestCase will fail to setup a Plone site for your functional tests.
        This can be resolved by adding this line to your functional test source::
        
        from plone.app.folder.tests import bbb
        
        
        
        Changelog
        =========
        
        1.0b2 - Unreleased
        ------------------
        
        
        1.0b1 - Released Nov 15, 2009
        -----------------------------
        
        * Copy the index_html method from ATContentTypes to better support WebDAV.
        [davisagli]
        
        * Add in-place migration code.
        [witsch]
        
        * Work around imports no longer present in Plone 4.0.
        [witsch]
        
        * (Briefly) document the plone.app.folder.tests.bbb usage.
        [wichert]
        
        
        1.0a1 - Released May 7, 2009
        ----------------------------
        
        * Initial release as factored out from `plone.folder`.
        [witsch]
        
        
Keywords: folder btree order plone archetypes atcontenttypes
Platform: Any
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Other Audience
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
