Metadata-Version: 1.0
Name: adi.dropdownmenu
Version: 0.3
Summary: A dropdownmenu that is configurable for site administrators and mirrows your folderstructures.
Home-page: http://svn.plone.org/svn/collective/adi.dropdownmenu
Author: Ida Ebkes
Author-email: contakt@ida-ebkes.eu
License: GPL
Description: Introduction
        ============
        
        This product uses Products.ContentWellPortlets to place a collective.portlet.sitemap above the columns and gives the dropdown-effect via css.
        
        This way, your folder structure will be mirrowed in the dropdown 
        
        The depth and target-folder can be configured via the sitemap-portlets userinterface.
        
        
        Installation
        ============
        
        In your buildout.cfg add 'adi.dropdownmenu' to the eggs-part and 'collective.portlet.sitemap' to the zcml-part.
        
        Note: collective.portlet.sitemap will add a portlet to the left column, you might want to remove it via portlet-manager-ui.
        
        
        Dependencies
        ============
        
        - Products.ContentWellPortlets
        
        - collective.portlet.sitemap
        
        Credits
        =======
        
        In kind cooperation with Alterway, the creators of collective.portlet.sitemap, namely Gilles Lenfant.
        
        The Weblion's crowd for developing Products.ContentWellPortlets.
        
        And of course the whole plone community, especially the core developers.
        
        Changelog
        =========
        
        0.3 (2012-01-29)
        -------------------
        
        - Deassign collective.portlet.sitemap in left column. [ida]
        
        - Hide default globalnav-viewlet. [ida] 
        
        - Unlimited css-sublevel-depth-support. [ida]
        
        - Styling for top-ul and visualize selected toplevel. [ida]
        
        
        0.2 (2012-01-07)
        -------------------
        
        - Extended CSS to support up to two sublevels instead of one.
        
        
        0.1 (2012-01-05)
        -------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
