Metadata-Version: 1.0
Name: collective.portlet.oembed
Version: 1.1
Summary: Portlet waiting for an external link displayed using oembed/embedly
Home-page: https://github.com/collective/collective.portlet.oembed
Author: JeanMichel FRANCOIS aka toutpt
Author-email: toutpt@gmail.com
License: GPL
Description: Introduction
        ============
        
        This addon add a portlet which let you use the power of oembed_. The portlet
        wait for an URL (required), maxwidth&maxheight (optional) and some display
        related options (same as static portlet)
        
        This addon use collective.oembed_ oembed consumer so supported services are
        the same.
        
        portlet add/edit form
        =====================
        
        * header (TEXT)
        * remote_url (URI)
        * maxwidth (INT)
        * maxheight (INT)
        * omit_boder (BOOL)
        * footer (TEXT)
        * more_url (URI)
        
        
        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
        .. _oembed: http://oembed.com
        .. _collective.oembed: http://pypi.python.org/pypi/collective.oembed
        
        Changelog
        =========
        
        1.1 (2012-07-10)
        ----------------
        
        - Now the portlet use superconsumer instead of consumer to support every
          services supported by collective.oembed
        
        
        1.0 (2012-01-13)
        ----------------
        
        - Adjust with collective.oembed 1.0 api
        
        1.0a (2012-01-02)
        -----------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.0
Classifier: Framework :: Plone :: 4.1
Classifier: Programming Language :: Python
