Metadata-Version: 1.0
Name: collective.fancyboxgallery
Version: 1.0
Summary: Gallery view for Plone using jquery.fancybox
Home-page: https://github.com/toutpt/collective.fancyboxgallery
Author: JeanMichel FRANCOIS
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon add a 'Fancybox gallery' view over Link, Folder and Collection content types.
        
        Dependencies
        ============
        
        * collective.gallery_
        * collective.js.fancybox_
        * collective.configviews_
        * collective.js.easing_
        
        options:
        
        * collective.js.mousewheel (FancyBox will respond to mouse wheel events as well)
        
        Configuration
        =============
        
        This addon expose all fancybox params using a view configuration:
        
        * padding
        * margin
        * opacity
        * modal
        * cyclic
        * scrolling (auto, yes, no)
        * autoscale
        * overlay opacity
        * overlay color
        * title show
        * title position (outside, inside, over)
        * transition in (elastic, fade, none)
        * transition out
        * speed in
        * speed out
        * change speed (fast, slow)
        * easing in http://gsgd.co.uk/sandbox/jquery/easing/
        * easing out
        * show close button
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        
        People
        ------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _collective.gallery: http://plone.org/products/collective.gallery
        .. _collective.js.fancybox: http://plone.org/products/collective.js.fancybox
        .. _collective.configviews: http://plone.org/products/collective.configviews
        .. _collective.js.easing: http://plone.org/products/collective.js.easing
        .. _collective.js.mousewheel: http://plone.org/products/collective.js.mousewheel
        
        Changelog
        =========
        
        1.0 (2012-12-06)
        ----------------
        
        - Initial release
        
Keywords: plone fancybox
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
