Metadata-Version: 1.0
Name: raptus.article.imageslider
Version: 0.1.1
Summary: Provides components for showing images in jquerytools scrollable carousels.
Home-page: https://svn.plone.org/svn/collective/raptus.article/raptus.article.imageslider/
Author: Harald Friessnegger
Author-email: harald (at) webmeisterei dot com
License: GPL
Description: Introduction
        ============
        
        Show contained images in a `jQueryTOOLS scrollable`__ carousel.
        (Does not use raptus.easyslider because jquerytools is shipped with Plone)
        
        .. __: http://jquerytools.org/demos/scrollable/index.html
        
        
        .. image:: http://svn.plone.org/svn/collective/raptus.article/raptus.article.imageslider/trunk/docs/screen.png
        
        The reason for this being not integrated in `raptus.article.slider` is that
        the latter depends on `raptus.article.nesting`.
        
        The following features for `raptus.article` are provided by this package:
        
        Components
        ----------
        
        * Image Slider (Slider of images contained in the article) (XXX TODO)
        * Image Slider Teaser (Slider of images contained in the article displayed above the columns)
        
        Configuration
        -------------
        
        Configuration options can be found in portal_properties/raptus_article
        
        images_imagesliderteaser_width
            maximum width of the image displayed in the slider
            defaults to 5
        
        images_imagesliderteaser_height
            maximum height of the image displayed in the slider
            defaults to 0 (no limit)
        
        
        imageslider_teaser_cropwidth/height
            use this to crop image to a certain width or height
        
        imageslider_teaser_height
            maximum height of the slider
            (only used in case images_imagesliderteaser_height and cropheight
            are set to 0)
        
        imageslider_teaser_caption (True/False)
            show the description of images in the slider
        
        imageslider_teaser_navigation (True/False)
            activates the `navigator plugin`__
        
            .. __: http://jquerytools.github.com/documentation/scrollable/navigator.html
        
        
        imageslider_teaser_fadetime
            The time (in milliseconds) of the scrolling animation.
        
        imageslider_teaser_halttime
            The time (in milliseconds) between autoscrolls.
        
        
        TODOS
        -----
        
        * localization
        
        * * images for components
        
        Dependencies
        ------------
        
        * raptus.article.images
        
        Installation
        ============
        
        Please refer to `raptus.article.gallery`_ for installation instructions.
        
        .. _`raptus.article.gallery`: http://pypi.python.org/pypi/raptus.article.gallery
        
        
        Usage
        =====
        
        Components
        ----------
        
        Navigate to the "Components" tab of your article and select one of the gallery
        components and press "save and view". Note that at least one image has to be contained
        in the article in which this component is active.
        
        
        
        Developer Manual
        ================
        
        Note: You find a developer manual for raptus.article at
        `raptus.article.core <http://pypi.python.org/pypi/raptus.article.core>`_.
        Please have look there if you need more information.
        
        Code overview
        =============
        
        Components
        ----------
        
        plone.abovecontenttitle
        ```````````````````````
        - raptus.article.gallery.left
        - raptus.article.gallery.right
        
        plone.belowcontentbody
        ``````````````````````
        - raptus.article.gallery.columns
        
        Changelog
        =========
        
        0.1.1 (2012-05-30)
        ------------------
        
        - fix autoscroll configuration (a typo in `interval`
          prevented the settings to take effect)
        
        0.1 (2012-05-29)
        ----------------
        
        - initial release [fRiSi]
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
