Metadata-Version: 2.1
Name: collective.tiles.sliders
Version: 1.0.0
Summary: A collection of slider tiles for Mosaic.
Home-page: https://github.com/it-spirit/collective.tiles.sliders
Author: it-spirit
Author-email: development@it-spir.it
License: GPL version 2
Download-URL: https://pypi.python.org/pypi/collective.tiles.sliders
Description: ========================
        collective.tiles.sliders
        ========================
        
        .. image:: https://img.shields.io/pypi/v/collective.tiles.sliders.svg
           :target: https://pypi.python.org/pypi/collective.tiles.sliders
           :alt: PyPI Version
        
        .. image:: https://img.shields.io/pypi/pyversions/collective.tiles.sliders.svg
           :target: https://pypi.python.org/pypi/collective.tiles.sliders
           :alt: Supported Python Versions
        
        .. image:: https://img.shields.io/travis/it-spirit/collective.tiles.sliders/master.svg
           :target: http://travis-ci.org/it-spirit/collective.tiles.sliders
           :alt: Travis CI status
        
        .. image:: https://img.shields.io/coveralls/github/it-spirit/collective.tiles.sliders/master.svg
           :target: https://coveralls.io/github/it-spirit/collective.tiles.sliders?branch=master
           :alt: Coverage Status
        
        .. image:: https://img.shields.io/readthedocs/collectivetilessliders.svg
           :target: http://collectivetilessliders.readthedocs.io
           :alt: Documentation
        
        
        This Plone Add-On adds a collection of slider tiles for `Plone <https://plone.org>`_ Websites.
        
        
        Features
        --------
        
        - Adds new tiles to show slideshows in a Plone website.
        - Registers the tiles for `Mosaic <https://github.com/plone/plone.app.mosaic>`_, if it is installed.
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online at https://collectivetilessliders.readthedocs.io
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - English (source language)
        
        
        Installation
        ------------
        
        Install collective.tiles.sliders by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.tiles.sliders
        
        or pull in mosaic::
        
            eggs =
                collective.tiles.sliders[mosaic]
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/it-spirit/collective.tiles.sliders/issues
        - Source Code: https://github.com/it-spirit/collective.tiles.sliders
        - Documentation: https://collectivetilessliders.readthedocs.io
        
        
        Support
        -------
        
        If you are having issues, please let us know.
        We have a issue tracker located at: https://github.com/it-spirit/collective.tiles.sliders/issues
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Thomas Massmann, thomas.massmann@it-spir.it
        - Markus Hilbert, markus.hilbert@iham.at
        
        Changelog
        =========
        
        
        1.0.0 (2019-02-07)
        ------------------
        
        - changed to version 1.0.0 as this release is no more backwards compatible.
          [iham]
        
        - fixed robot tests for Plone 5.1.x
          [iham]
        
        - removed css hacks as the break css validation and ie6/7 are of no importants anymore.
          [iham]
        
        - made responsive slides a pattern itself.
          [iham]
        
        - refactored responsive slides to become resource & bundle
          [iham]
        
        - refactored dynamic form resources and bundling.
          [iham]
        
        - add and setup extra `[mosaic]` to pull in mosaic in one go.
          [jensens]
        
        - Fixed dependency chain in `metadata.xml` and reinstall of mosaic and other dependency-roundtrips.
          [iham, jensens]
        
        - On uninstall remove values from registry.
          [jensens]
        
        - Minimal contained buildout overhaul.
          [jensens]
        
        - Compile Resources in order to make it work with Plone 5.1.4.
          [jensens]
        
        
        0.4 (2017-12-01)
        ----------------
        
        - Only return link for related items, not the image (like) object itself.
          [tmassman]
        
        - Add link (if available) to responsiveslides.js slider.
          [tmassman]
        
        - Add styling for captions on responsiveslides.js slider.
          [tmassman]
        
        
        0.3 (2017-12-01)
        ----------------
        
        - Add custom widget for content selection.
          [tmassman]
        
        - Register JS resources (pattern) and bundle.
          [tmassman]
        
        
        0.2 (2017-11-27)
        ----------------
        
        - Remove allow_fullscreen setting.
          [tmassman]
        
        
        0.1 (2017-11-27)
        ----------------
        
        - Initial release.
          [tmassman]
        
        - Added responsiveslides.js based slider.
          [tmassman]
        
Keywords: Python Plone
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
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
Provides-Extra: test
Provides-Extra: mosaic
