Metadata-Version: 1.1
Name: collective.galleriffic
Version: 1.1.3
Summary: Galleriffic integration into Plone
Home-page: https://github.com/collective/collective.galleriffic
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon is an integration of galleriffic_ in Plone using gallery_. 
        It provides a Galleriffic view for Folder, Collection and Link content types.
        
        This addon can manage thousands of photos in the same albums without any
        performance issues. This is not common in the world of gallery/slideshow
        jquery plugins.
        
        Dependencies
        ============
        
        * collective.gallery
        * collective.js.galleriffic
        * collective.configviews
        
        How to install
        ==============
        
        This addon is a Plone add on so please follow the official documentation at 
        http://plone.org/documentation/kb/add-ons/installing
        
        Exposed configuration
        =====================
        
        The Galleriffic view expose some of the configuration of Galleriffic using the 
        configure view link provided by collective.configviews addon. 
        Options are translated.
        
        * Delay in milliseconds
        * Number of thubnails to show per page
        * Preload
        * Enable top pager
        * Enable bottom pager
        * Max pages to show
        * Render SS controls (Play & Pause)
        * Render navigation controls (Previous & Next)
        * Enable history (you will need to install collective.jqhistory for this option)
        * Enable Keyboard navigation
        * Autostart
        * Sync transitions
        * default transition duration
        
        
        Credits
        =======
        
        Companies
        ---------
        
        |makinacom|_
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact us <mailto:python@makina-corpus.org>`_
        
        Authors
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. Contributors
        
        .. |makinacom| image:: http://depot.makina-corpus.org/public/logo.gif
        .. _makinacom:  http://www.makina-corpus.com
        .. _Galleriffic: http://www.twospy.com/galleriffic/
        .. _gallery: http://plone.org/products/collective.gallery
        
        Changelog
        =========
        
        1.1.3 (2013-07-15)
        ------------------
        
        - Modified MANIFEST.
        
        
        1.1.2 (2013-07-15)
        ------------------
        
        - adding galleriffic view with thumbnails in the Display menu.
        
        
        1.1.1 (2013-07-05)
        ------------------
        
        - Nothing changed yet.
        
        
        1.1 (2013-07-02)
        ----------------
        
        - Register view with thumbnails.
          [smoussiaux]
        
        
        1.0 (2012-02-28)
        ----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
