Metadata-Version: 1.0
Name: collective.picturefill
Version: 1.1
Summary: PictureFill for Plone
Home-page: https://github.com/toutpt/collective.picturefill
Author: JeanMichel aka toutpt
Author-email: toutpt@gmail.com
License: gpl
Description: Introduction
        ============
        
        This addon install picturefill_ in Plone and provide a suite of tools to
        display images from different kind of components such as brain, dexterity object
        or archetypes object.
        
        How to install
        ==============
        
        .. image:: https://secure.travis-ci.org/toutpt/collective.picturefill.png
            :target: http://travis-ci.org/toutpt/collective.picturefill
        
        This addon can be installed has any other addons. please follow official
        documentation_
        
        How to use
        ==========
        
        in template::
        
            tal:content="structure myimage_object/@@polyfill"
        
        in python::
        
            from collective.picturefill.interfaces import IPictureFill
            IPictureFill(brain)()
        
        CSS: You should use this tricks if you want in your theme that picturefill
        fit the exact size of the container::
        
            div[data-picture] img{
                width: 100%;
            }
        
        Credits
        =======
        
        Companies
        ---------
        
        * `Planet Makina Corpus <http://www.makina-corpus.org>`_
        * `Contact Makina Corpus <mailto:python@makina-corpus.org>`_
        
        People
        ------
        
        - JeanMichel FRANCOIS aka toutpt <toutpt@gmail.com>
        
        .. _documentation: http://plone.org/documentation/kb/installing-add-ons-quick-how-to
        .. _picturefill: https://github.com/scottjehl/picturefill
        
        Changelog
        =========
        
        1.1 (2013-04-02)
        ----------------
        
        - Add support for tiles [toutpt]
        
        
        1.0 (2013-03-22)
        ----------------
        
        - Nothing changed yet.
        
        
        0.2 (2013-03-22)
        ----------------
        
        - Use plone.app.imaging api to build the list of pictures [toutpt]
        
        
        0.1 (2013-03-21)
        ----------------
        
        - Package created using templer
          [JeanMichel aka toutpt]
        
Keywords: plone
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: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
