Metadata-Version: 1.1
Name: plonetheme.modernbase
Version: 0.1
Summary: An installable theme for Plone 5
Home-page: https://github.com/intk/plonetheme.modernbase
Author: Andre Goncalves
Author-email: andre@intk.com
License: GPL version 2
Description: ============
         Modern base
        ============
        ------------------------------
         An installable theme for Plone 5
        ------------------------------
        
        `Latest version on PyPI <https://pypi.python.org/pypi/plonetheme.modernbase>`_
        
        Documentation
        =============
        - Based on the Plone 5 theme `Clean Blog <https://pypi.python.org/pypi/plonetheme.clean-blog>`_
        
        Installation
        ============================
        Install plonetheme.modernbase by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plonetheme.modernbase
        
        and then running ``bin/buildout``
        
        Source Code and Contribution
        ============================
        
        Source-Code
            at the `Plone code repository hosted at Github <https://github.com/intk/plonetheme.modernbase>`_.
        
        Issues
            Please use the `Issue-Tracker <https://github.com/intk/plonetheme.modernbase/issues>`_
        
        
        
        Contributors
        ============
        
        - Andre Goncalves, andre@intk.com
        
        
        Changelog
        =========
        
        0.1 (2016-05-24)
        ------------------
        
        - Initial release. [andreesg]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
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)
