Metadata-Version: 1.1
Name: plonetheme.barcelonetang
Version: 0.5
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: ========================
        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>`_.
        
        .. image:: ./docs/_images/preview.png
        
        
        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.5 (2018-01-08)
        ----------------
        
        - Fix search box mobile view.
        - Show slogan, email and phone number in header.
        
        
        0.4 (2017-11-27)
        ----------------
        
        - Remove slider theme fragment. Use collective.tiles.sliders instead.
          [tmassman]
        - Add 'banner' style for mosaic rows.
          [tmassman]
        
        
        0.3 (2017-11-22)
        ----------------
        
        - Add missing CSS ID to main container.
          [tmassman]
        - Add CSS for full-width rows (if no portlets).
          [tmassman]
        - Add slider fragment using responsiveslides.js
          [tmassman]
        - Add option to show slideshow in fullscreen mode.
          [tmassman]
        
        
        0.2.2 (2017-11-14)
        ------------------
        
        - Fix package classifiers.
          [tmassman]
        
        
        0.2.1 (2017-11-14)
        ------------------
        
        - Add additional footer content, like script tags (from site settings).
          [tmassman]
        
        
        0.2 (2017-11-13)
        ----------------
        
        - Update color definitions.
          [tmassman]
        - Load testfixture profile for tests.
          [tmassman]
        
        
        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: Framework :: Plone :: Theme
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
