Metadata-Version: 1.0
Name: ReverseFolderContents.ReverseFolderContents
Version: 1.0.2
Summary: nables reversing the listing of the folder contents in different views as well as in the navigation
Home-page: http://www.nidelven-it.no/d/
Author: Morten W. Petersen
Author-email: info@nidelven-it.no
License: GPL 2
Description: Introduction
        ============
        
        This product started out as a way to monkeypatch plone so that the
        folder contents was reversed, so it was called ReverseFolderContents.
        
        However, it was soon found that reversing the navigation was necessary
        as well, and a logical part of how people relate to a folder.
        
        So here you go, have fun.
        
        Any questions, send an email to info@nidelven-it.no :)
        
        The code in getFolderContents.py is copied from Products.CMFPlone and
        is under the GPL, slightly modified (a few lines added) to work with
        this product.
        
        To the best of my knowledge, the rest of this source code doesn't
        contain any verbatim copies of code except for maybe some import
        statements which can't be written in many different useful ways so the
        thing is available as GPL version 2.  But thanks to all the people who
        ask questions and figure things out and put it out on the web where it
        can be found through search engines.
        
        Changelog
        =========
        
        1.0.1
        
        	- Fixing broken navigation reversal code
        
        1.0dev (unreleased)
        -------------------
        
        - Initial release
        
Keywords: python zope plone layout navigation monkeypatch archetypes
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Zope2
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
