Metadata-Version: 2.1
Name: collective.defaultexcludedfromnav
Version: 1.0a1
Summary: An add-on for Plone
Home-page: https://pypi.python.org/pypi/collective.defaultexcludedfromnav
Author: Affinitic
Author-email: support@affinitic.be
License: GPL version 2
Description: =================================
        collective.defaultexcludedfromnav
        =================================
        
        This product allows you to manage the list of portal types that should be excluded from navigation by default.
        
        Features
        --------
        
        - Adds a configlet in control panel with the list of portal types to exclude
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - French
        
        
        Installation
        ------------
        
        Install collective.defaultexcludedfromnav by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.defaultexcludedfromnav
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/affinitic/collective.defaultexcludedfromnav/issues
        - Source Code: https://github.com/affinitic/collective.defaultexcludedfromnav
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Credits
        -------
        
        This package was developed by `Affinitic team <https://github.com/affinitic>`_.
        
        .. image:: http://www.affinitic.be/affinitic_logo.png
           :alt: Affinitic website
           :target: http://www.affinitic.be
        
        ``collective.defaultexcludedfromnav`` is licensed under GNU General Public License, version 2.
        
        
        Contributors
        ============
        
        - Affinitic, support@affinitic.be
        
        
        Changelog
        =========
        
        
        1.0a1 (2019-08-02)
        ------------------
        
        - Initial release.
          [vpiret]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: Addon
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Requires-Python: ==2.7
Provides-Extra: test
