Metadata-Version: 2.1
Name: cpskin.slider
Version: 1.2.10
Summary: Slider package for cpskin
Home-page: https://github.com/imio/
Author: IMIO
Author-email: support@imio.be
License: gpl
Description: .. contents::
        
        Introduction
        ============
        
        `FlexSlider <http://www.woothemes.com/flexslider/>`_ integration into Plone.
        
        This package adds a "Slider view" on Collections that displays the collection
        results in a slider.
        
        There is also a Slider portlet that can be added to your site.
        
        Note that the slider is displaying the Plone image field of News items but
        does also work with `collective.contentleadimage <https://github.com/collective/collective.contentleadimage>`_
        for all other content types without additional configuration.
        
        
        Tests
        =====
        
        This package is tested using Travis CI. The current status is :
        
        .. image:: https://travis-ci.org/IMIO/cpskin.slider.png
            :target: http://travis-ci.org/IMIO/cpskin.slider
        
        
        Robot tests
        ===========
        
        
        Run all tests
        -------------
        
        bin/test
        
        
        Run specific tests
        ------------------
        
        You can launch the robot server with the command:
        
            bin/robot-server cpskin.slider.testing.CPSKIN_SLIDER_ROBOT_TESTING
        
        And launch the tests:
        
            bin/robot cpskin/slider/tests/robot/<yourfile>.robot
        
        You can sandbox on http://localhost:55001/plone/
        
        Contributors
        ============
        
        - Red Turtle, Original Author [Red Turtle]
        - Laurent Lasudry [Affinitic]
        - François Bruynbroeck [Affinitic]
        - Gillian Sampont [Affinitic]
        
        Changelog
        =========
        
        1.2.11 (unreleased)
        -------------------
        
        - Nothing changed yet.
        
        
        1.2.10 (2020-11-20)
        -------------------
        
        - [WEB-3478] slick_slider : Print short date format if show_day_and_month is true.
          [boulch]
        
        
        1.2.9 (2020-04-28)
        ------------------
        
        - WEB-3302: Fix bad url in slick css
          [thomlamb]
        
        
        1.2.8 (2020-04-28)
        ------------------
        
        - WEB-3302: Implement slick slider
          [mpeeters]
        
        - Remove useless declaration of javascript resources that are not used anyway
          [mpeeters]
        
        
        1.2.7 (2019-08-05)
        ------------------
        
        - Fix bug on slider pro.
          [signreaq]
        
        
        1.2.6 (2019-01-29)
        ------------------
        
        - Changes value and css for slider vertical.
          [mgennart]
        
        1.2.5 (2019-01-22)
        ------------------
        
        - Fix click on slider links (restore removed class) : WEB-2898
          [laulaz]
        
        
        1.2.4 (2019-01-08)
        ------------------
        
        - Change position to date and category on slider verticals based on collection setting : MWEBOTT-17
          [mgennart]
        
        - Change position to date and category on all sliders based on collection setting : MWEBOTT-17
          [mgennart]
        
        - Add category and dates on all sliders based on collection setting : MWEBOTT-17
          [laulaz]
        
        - Remove unneeded sliders images from html (instead of hiding them)
          [laulaz]
        
        - Remove old archetypes.
          [bsuttor]
        
        - Add a tag to vertical slider.
          [bsuttor]
        
        - Restore vertical slider
          [laulaz]
        
        
        1.2.3 (2018-05-14)
        ------------------
        
        - Transform sliders titles into links on index view
          [laulaz]
        
        
        1.2.2 (2018-04-04)
        ------------------
        
        - Allow to display / hide titles for sliders
          [laulaz]
        
        - Fix / improve tests & ignores
          [bsuttor]
        
        
        1.2.1 (2017-07-17)
        ------------------
        
        - Apply index view filters / values even on sliders : #18026
          [laulaz]
        
        - Remove vertical slider WIP tal code to avoid having to maintain it
          [laulaz]
        
        - Add "Read next" links : #17895
          [laulaz]
        
        - Show publication date in slider-multiple : #17895
          [laulaz]
        
        
        1.2 (2017-06-15)
        ----------------
        
        - Add redirection for slider-multiple #17423
          [AuroreMariscal]
        
        - Add video on slide #17396
          [AuroreMariscal]
        
        - Add link for 'see all' on sliders
          [AuroreMariscal]
        
        
        1.1 (2017-05-08)
        ----------------
        
        - Add placeholders for slide number / count calculation : #16991
          [laulaz]
        
        - Give id to slider_config to allow multiple sliders on page : #16991
          [laulaz]
        
        
        1.0.3 (2016-06-27)
        ------------------
        
        - Use dynamic image scale.
          [bsuttor]
        
        - Use carousel and slider image scale for slider.
          [bsuttor]
        
        
        1.0.2 (2016-01-21)
        ------------------
        
        - Add dexterity and plone.app.contenttypes support.
          [bsuttor]
        
        
        1.0.1 (2015-06-12)
        ------------------
        
        - Get slider config from cpskin.core to have registry parameters (imio #9515)
          [schminitz]
        
        
        1.0 (2014-05-06)
        ----------------
        
        - Initial release
        
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Provides-Extra: test
