Metadata-Version: 1.0
Name: listlessview
Version: 0.1.3
Summary: Provide empty folder listing view for Plone folders
Home-page: https://github.com/miohtama/listlessview
Author: Mikko Ohtamaa
Author-email: mikko@opensourcehacker.com
License: GPL2
Description: Introduction
        --------------
        
        This provides new view, *listless*, for Plone Folder content type.
        It hides the folder listing in the content area, but still shows the folder title and the description.
        This is useful when building special layouts.
        
        Installation
        ------------
        
        Add Dexterity to your buildout.cfg
        
        * http://plone.org/products/dexterity/documentation/how-to/install
        
        Then add listlessview egg in buildout.
        In buildout.cfg::
        
                eggs =
                        ...
                        listlessview
        
        Re-run buildout.
        
        Usage
        ------
        
        Install add-on.
        
        Go to a folder.
        
        Choose *Listless* from *Display* menu.
        
        Author
        ------
        
        `Mikko Ohtamaa <http://opensourcehacker.com>`_.
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
