Metadata-Version: 1.1
Name: plonetheme.barcelonetang
Version: 0.2
Summary: The Barceloneta NG Theme for Plone 5.
Home-page: https://github.com/it-spirit/plonetheme.barcelonetang
Author: it-spirit
Author-email: development@it-spir.it
License: GPL version 2
Download-URL: https://pypi.python.org/pypi/plonetheme.barcelonetang
Description-Content-Type: UNKNOWN
Description: ========================
        plonetheme.barcelonetang
        ========================
        
        .. image:: https://img.shields.io/pypi/v/plonetheme.barcelonetang.svg
           :target: https://pypi.python.org/pypi/plonetheme.barcelonetang
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/plonetheme.barcelonetang.svg
           :target: https://pypi.python.org/pypi/plonetheme.barcelonetang
           :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/travis/it-spirit/plonetheme.barcelonetang/master.svg
           :target: http://travis-ci.org/it-spirit/plonetheme.barcelonetang
           :alt: Travis CI status
        
        .. image:: https://img.shields.io/coveralls/github/it-spirit/plonetheme.barcelonetang/master.svg
           :target: https://coveralls.io/github/it-spirit/plonetheme.barcelonetang?branch=master
           :alt: Coverage Status
        
        .. image:: https://img.shields.io/readthedocs/plonethemebarcelonetang.svg
           :target: http://plonethemebarcelonetang.readthedocs.io
           :alt: Documentation
        
        
        The Barceloneta New Generation Theme for Plone 5.
        
        This theme extends the original Barceloneta Theme (default Plone 5 theme) and adds an end-user configuration using `spirit.plone.theming <https://pypi.python.org/pypi/spirit.plone.theming>`_.
        
        Features
        --------
        
        - Multiple color variations.
        - Footer text can be customized or hidden.
        - Colophon text can be customized or hidden.
        - Doormat like footer using footer portlets.
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at https://plonethemebarcelonetang.readthedocs.io
        
        
        Installation
        ------------
        
        Install plonetheme.barcelonetang by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                plonetheme.barcelonetang
        
        
        and then run ``buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/it-spirit/plonetheme.barcelonetang/issues
        - Source Code: https://github.com/it-spirit/plonetheme.barcelonetang
        - Documentation: https://plonethemebarcelonetang.readthedocs.io
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Thomas Massmann, thomas.massmann@it-spir.it
        
        
        Changelog
        =========
        
        
        0.2 (2017-11-13)
        ----------------
        
        - Update color definitions.
        - Load testfixture profile for tests.
        
        
        0.1 (2017-11-13)
        ----------------
        
        - Initial release.
          [tmassman]
        
Keywords: plone diazo
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
