Metadata-Version: 1.1
Name: collective.rtvideo.youtube
Version: 0.3.0
Summary: The YouTube Plone support for RedTurtle Video
Home-page: http://plone.org/products/redturtle.video
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.it
License: GPL
Description: Introduction
        ============
        
        This is an add-on adapter for `RedTurtle Video`__ product for Plone. For additional documentation see
        the main product's page.
        
        Add this to your Plone installation for beeing able to use `YouTube`__ video link as valid
        URLs for "Video link" content type.
        
        __ http://plone.org/products/redturtle.video
        __ http://www.youtube.com/
        
        Valid URL formats
        =================
        
        Classic URL is supported::
        
            http://www.youtube.com/watch?v=f7OLg1AZvr4&...otherparams
        
        Also the shortened version can be used::
        
            http://youtu.be/f7OLg1AZvr4
        
        Autoplay
        --------
        
        You can enabled the YouTube video autoplay in two ways:
        
        * Use the YouTube ``autoplay=1`` parameter in the YouTube video URL
          you are saving in Plone.
          
          This is a permanent autoplay: the editor choose to autoplay the video at every visit
        * Call the RedTurtle video content with the ``autoplay=1`` parameter.
          
          This is a user choice autoplay: who links the Plone content choose to auto
          start it.
        
        In the latter case, some accessibility improvements are added to the page for automatically
        put the focus onto the video and simplify keyboard controls (this works on Internet Explorer
        and Firefox, probably other browsers also but there isn't a common behavior).
        
        Credits
        =======
        
        Developed with the support of:
        
        * `Rete Civica Mo-Net - Comune di Modena`__
          
          .. image:: http://www.comune.modena.it/grafica/logoComune/logoComunexweb.jpg 
             :alt: City of Modena - logo
          
        * `Regione Emilia Romagna`__
        
        All of them supports the `PloneGov initiative`__.
        
        __ http://www.comune.modena.it/
        __ http://www.regione.emilia-romagna.it/
        __ http://www.plonegov.it/
        
        Authors
        =======
        
        This product was developed by RedTurtle Technology team.
        
        .. image:: http://www.redturtle.net/redturtle_banner.png
           :alt: RedTurtle Technology Site
           :target: http://www.redturtle.it/
        
        
        Changelog
        =========
        
        0.3.0 (2014-07-21)
        ------------------
        
        * Added a video object id (for usability reason)
          [keul]
        * If the YouTube URL contains the ``autoplay=1`` parameter
          or if the RedTurtle video contents is called with the same
          param, autoplay on video will be enabled
          [keul]
        * If the request url use autoplay, some accessibility/usability
          improvements are added to the page, for simply keyboard controls
          [keul]
        * Removed the secondary template, just use one template for standard
          and shortened embedding
          [keul]
        * Fixed Python import for Plone 4.3 (same problem of ticket `#14`__)
          [bhenker, keul]
        
        __ https://github.com/RedTurtle/redturtle.video/pull/14
        
        * Replaced object tag with iframe [cekk]
        
        0.2.0 (2012-09-04)
        ------------------
        
        * Fixed egg dependency only to ``redturtle.video``
          [keul]
        * add getThumb method to return a default thumbnail image to redturtle.video on
          IRemoteVideo creation. This is a new feature of redturtle.video 0.8 and up.
          [lucabel]
        * Add a new div around object tag in video template, new param and transparency.
          So you can be able to set correctly a z-index on this div and solve overlap
          problem with other elements on Internet Explorer.
          [lucabel]
        
        0.1.0 (2011-05-12)
        ------------------
        
        * Initial release (moved out from ``redturtle.video``)
        * Support new ``youtu.be`` URLs
        
        
Keywords: plone plonegov video embed youtube
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 3.3
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: Topic :: Multimedia :: Video
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
