Metadata-Version: 1.0
Name: vs.contentnavigation
Version: 0.2.3
Summary: vs.contentnavigation
Home-page: http://pypi.python.org/pypi/vs.contentnavigation
Author: Andreas Jung
Author-email: info@zopyx.com
License: GPL
Description: vs.contentnavigation
        ====================
        
        vs.contentnavigation adds a collapsable folder navigation
        viewlet to arbitrary folderish objects. 
        
        Installation
        ============
        
        - add ``vs.contentnavigation`` to the ``eggs`` section of your
          buildout or as dependency to your own Plone policy package
        - re-run buildout
        - add ``vs.contentnavigation`` to Plone through site setup
        
        Usage
        =====
        
        Folderish objects (providing IATFolder) will have a new metadata
        ``Content navigation`` checkbox.
        
        
        Requirements
        ============
        
        * tested with Plone 4.0 - 4.3
        
        Licence
        =======
        
        ``vs.contentnavigation`` is published under the GNU Public Licence V 2 (GPL 2)
        
        Repository
        ==========
        
        * https://github.com/veit/vs.contentnavigation
        
        Authors
        =======
        
        | Andreas Jung
        | ZOPYX Limited
        | info@zopyx.com
        | www.zopyx.com
        |
        | Veit Schiele
        | Veit Schiele Communications GmbH
        | kontakt@veit-schiele.de
        | www.veit-schiele.de
        
        Contributors
        ============
        
        * Thomas Graf
        
        Changelog
        =========
        
        0.2.3 (2014-01-12)
        ------------------
        
        - added Plone 4.0 support
        
        0.2.0 (2014-01-08)
        ------------------
        
        - requires Plone 4.1 or higher
        
        - merged https://github.com/veit/vs.contentnavigation/pull/1 [ajung]
        
          - speedup navtree  generation
        
          - check if product installed done by browserlayer
          
          - root node can be displayed (configuration done by registry entry)
        
        
        0.1.0 (2012-08-08)
        ------------------
        
        - first public release
        
        
        
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
