Metadata-Version: 1.0
Name: collective.contentrules.imaging
Version: 1.0
Summary: Plone content rules related to imaging
Home-page: https://github.com/toutpt/collective/collective.contentrules.imaging
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon let you configure a pre compute of images scales using a content rule.
        
        Using gallery or slideshow addons can be a problem when you handle lots of photos.
        To optimize the database Plone do not pre compute image's scales. But when it's
        time to display of photo gallery with 30 thumbs the server has to compute them
        at the same time. That's what this addon try to workaround.
        
        How to install
        ==============
        
        As any other plone addons, please the official documentation:
        http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        
        Note this addon doesn't have any profile to activate it.
        
        How to use
        ==========
        
        You have to create the content rule in the backoffice,
        activate it on the folder you need it.
        
        
        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
        
        Changelog
        =========
        
        1.0 (2013-01-03)
        ----------------
        
        - Initial release
        
Keywords: plone contentrules imaging
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Operating System :: OS Independent
Classifier: Framework :: Zope2
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
