Metadata-Version: 1.0
Name: collective.folderposition
Version: 1.0b1
Summary: Extended ordering controls for folder contents.
Home-page: http://pypi.python.org/pypi/collective.foldercontents
Author: Laurence Rowe
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: =========================
        collective.folderposition
        =========================
        
        Extended ordering controls for folder contents.
        
        Installation
        ============
        
        Plone 4
        -------
        
        Add package to your instance's eggs::
        
            [instance]
            eggs +=
                collective.folderposition
        
        Plone 3.x
        ---------
        
        Without z3c.autoinclude, you must add the package to both eggs and zcml::
        
            [instance]
            eggs +=
                collective.folderposition
            zcml +=
                collective.folderposition
        
        
        Changelog
        =========
        
        1.0b1  - 2010-12-10
        -------------------
        
        * Initial release.
        
Keywords: plone
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
