Metadata-Version: 1.1
Name: ftw.slider
Version: 1.2.0
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.
        In each slider-pane you can define
        
        - An image
        - HTML Text
        
        
        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
        
        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
        =========
        
        
        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.
        
        - 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
