Metadata-Version: 2.1
Name: collective.slick
Version: 0.2.1
Summary: Add slick carousel css and js resources to your Plone 5 site
Home-page: https://pypi.python.org/pypi/collective.slick
Author: RedTurtle
Author-email: sviluppoplone@redturtle.it
License: MIT
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.
        
        ================
        collective.slick
        ================
        
        Adds slick_ css and js resources to your Plone 5 site.
        Currently, this adds slick version 1.8.1.
        
        .. _slick: https://github.com/kenwheeler/slick
        
        
        Installation
        ------------
        
        Install collective.slick by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                collective.slick
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/collective/collective.slick/issues
        - Source Code: https://github.com/collective/collective.slick
        - Documentation: https://github.com/collective/collective.slick#readme
        
        
        Support
        -------
        
        If you are having issues, please let us know by opening an issue on the issue tracker on GitHub
        
        
        License
        -------
        
        The project is licensed under the MIT License.
        
        
        Credits
        ------------
        
        Developed with the support of `Regione Emilia Romagna`__.
        
        __ http://www.regione.emilia-romagna.it/
        
        
        Authors
        ------------
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.it/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Contributors
        ============
        
        - RedTurtle, sviluppoplone@redturtle.it
        
        
        Changelog
        =========
        
        
        0.2.1 (2018-07-04)
        ------------------
        
        - Hid 1020 profile from installable ones
          [pnicolli]
        
        
        0.2.0 (2018-04-13)
        ------------------
        
        - Fixed js bundle
          [pnicolli]
        
        
        0.1.0 (2018-02-23)
        ------------------
        
        - Initial release.
          [pnicolli]
        
Keywords: Python Plone Slick Carousel Collective
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 5.0
Classifier: Framework :: Plone :: 5.1
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: MIT License
Provides-Extra: test
