Metadata-Version: 1.1
Name: ftw.slider
Version: 2.1.4
Summary: Slider content type for Plone.
Home-page: https://github.com/4teamwork/ftw.slider
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        This product let you create a simple slideshow, using `slick <http://kenwheeler.github.io/slick>`_.
        
        In each slider-pane you can define:
        
        - An image
        - HTML text
        - A link
        
        If `ftw.contentpage <http://github.com/4teamwork/ftw.contentpage>`_ is installed there will be registered a new view for the `ListingBlock` displaying images in a carousel.
        See last screenshot.
        
        
        
        Installation
        ============
        
        
        - Add ``ftw.slider`` to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                ftw.slider
        
        - Run `bin/buildout`
        
        - Install the generic import profile.
        
        
        Compatibility
        -------------
        
        Runs with `Plone <http://www.plone.org/>`_ `4.3`.
        
        How to use ftw.slider
        =====================
        
        If you want to display a slideshow on your content, just create a `ftw.slider.Container` and add some `ftw.slider.Pane`.
        
        There is a viewlet which checks your content for a slider-container and displays its containing panes.
        
        
        Screenshots
        ===========
        
        Using ftw.slider with default plone:
        
        .. image:: https://github.com/4teamwork/ftw.slider/raw/master/docs/screenshot_default.png
        
        The slideshow is responsive (here OneGovBox as example):
        
        .. image:: https://github.com/4teamwork/ftw.slider/raw/master/docs/screenshot_onegov.png
        
        The `ftw.contentpage` carousel block with default plone:
        
        .. image:: https://github.com/4teamwork/ftw.slider/raw/master/docs/screenshot_listingblock_plone.png
        
        Links
        =====
        
        - Github project repository: https://github.com/4teamwork/ftw.slider
        - Issue tracker: https://github.com/4teamwork/ftw.slider/issues
        - Package on pypi: http://pypi.python.org/pypi/ftw.slider
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.slider
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.slider`` is licensed under GNU General Public License, version 2.
        
        .. image:: https://cruel-carlota.pagodabox.com/d9c95f38d2ad57caaf293a9072e1f81d
           :alt: githalytics.com
           :target: http://githalytics.com/4teamwork/ftw.slider
        
        Changelog
        =========
        
        
        2.1.4 (2015-02-24)
        ------------------
        
        - Fix invalid html structure (replace h2 with p tag).
          [kevin.bieri]
        
        
        2.1.3 (2014-10-23)
        ------------------
        
        - Fix loading ajax-loader.gif in production mode.
          [mathias.leimgruber]
        
        - Fixed ie9 slider buttons (appended z-index to bring the button to the foreground)
        
        
        2.1.2 (2014-09-30)
        ------------------
        
        - Install plone.formwidget.contenttree - if not yet installed.
          [mathias.leimgruber]
        
        
        2.1.1 (2014-08-15)
        ------------------
        
        - Added sass styles for plonetheme.onegov.
          [Julian Infanger]
        
        
        2.1.0 (2014-07-16)
        ------------------
        
        - Added slider block view for listingblock.
          Only is registered if ftw.contentpage is installed.
          [Julian Infanger]
        
        - Added missing upgradestep to use slick resources.
          [Julian Infanger]
        
        
        2.0.0 (2014-06-25)
        ------------------
        
        - Use slick for slider.
          This requires Plone 4.3!
          https://github.com/kenwheeler/slick
          This supports swipe on iphone, fade effect, ...
          [Julian Infanger]
        
        - Cleaned up pep8 violations.
          [Julian Infanger]
        
        
        1.2.0 (2014-03-13)
        ------------------
        
        - Get the parents slider if you are on a default page.
          If the context is a page which is set as default layout page, try to
          get the parents slider container to display.
          [Julian Infanger]
        
        - Package adjustments
          - Remove ftw.slider.Container from navigation
          - Remove ftw.slider.Container and ftw.slider.Pane from searchable types
          [elio.schmutz]
        
        - Added support for plone.app.multilingual.
          [Julian Infanger]
        
        - Only enable slider behaviour if there are at least two panes.
          Otherwise display the single slider pane without the slider controls.
          [Julian Infanger]
        
        - Do no use RelationChoice (z3c.relationfield) if you don't use Relations.
          I guess we should use plone.app.relationfield.
          The old implementation did not make any sense. Storing string value in a
          RelationField.
          [mathias.leimgruber]
        
        
        1.1.0 (2013-12-13)
        ------------------
        
        - Do not display the slider, if there are no images.
          This caused a javascript error.
          [Julian Infanger]
        
        - Add a simple description how to use ftw.slider into README.
          [Julian Infanger]
        
        - Added a link field to link the whole pane.
          [Julian Infanger]
        
        - Show title in slider pane if there is text to display.
          [Julian Infanger]
        
        
        1.0.0 (2013-09-24)
        ------------------
        
        - Initial version.
        
Platform: UNKNOWN
Classifier: Framework :: Plone :: 4.3
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
