Metadata-Version: 2.1
Name: jazkarta.tesserae
Version: 1.1.0
Summary: A collection of tiles and styles for Plone and Mosaic.
Home-page: https://pypi.python.org/pypi/jazkarta.tesserae
Author: Jazkarta
Author-email: info@jazkarta.com
License: GPL version 2
Description: .. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
           If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
           This text does not appear on pypi or github. It is a comment.
        
        ==============================================================================
        jazkarta.tesserae
        ==============================================================================
        
        This package contains a collection of extensions intended to be used with
        ``plone.app.mosaic`` on Plone 5+.
        
        
        Features
        --------
        
        - Slider image content type used as the basis for a simple bootstrap image
          carousel.
        
        - Slider view and configuration for folders containing slider images
          (though it will also work with other image containing content). A
          folder with this view applied will appear as a slider when used within
          mosaic's existing content tile.
        
        - A full width tile style, which causes a tile to expand past the bounds
          of the grid width to the full window width.
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - English (U.S.)
        
        
        Installation
        ------------
        
        Install jazkarta.tesserae by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                jazkarta.tesserae
        
        
        and then running ``bin/buildout``
        
        On Plone 4.3 an additional version pin for plone.app.vocabularies is required:
        
            [versions]
            plone.app.vocabularies = 2.1.24
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/jazkarta/jazkarta.tesserae/issues
        - Source Code: https://github.com/jazkarta/jazkarta.tesserae
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Alec Mitchell, alecpm@gmail.com
        
        
        CHANGELOG
        =========
        
        1.1.0 (2020-07-16)
        ------------------
        
        - Fix collection types in collection summary tile.
          [witekdev]
        
        - New row styles.
          [alecm]
        
        1.0.2
        -----
        
        - Fix for sites running ATCT.
          [alecm]
        
        1.0.1
        -----
        
        - Documentation format fixes.
          [alecm]
        
        1.0
        ---
        
        - Initial release, Python 3.7 and Plone 5.2 compatbility
          [alecm]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.2
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Provides-Extra: test
