Metadata-Version: 1.0
Name: collective.rtvideo.vimeo
Version: 0.2.0
Summary: The Vimeo 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 `Vimeo`__ video link as valid
        URLs for "Video link" content type.
        
        __ http://plone.org/products/redturtle.video
        __ http://www.vimeo.com/
        
        Autoplay
        --------
        
        You can enabled the Vimeo video autoplay in two ways:
        
        * Use the YouTube ``autoplay=1`` parameter in the 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.
        
        
        Changelog
        =========
        
        0.2.0 (2014-12-01)
        ------------------
        
        - Switched to new embed mode (using ``iframe``)
          [keul]
        - Video provided in https
          [keul]
        - Plone 4.3 compatibility
          [keul]
        - Autoplay feature added
          [keul]
        
        0.1.0 (2011-08-31)
        ------------------
        
        - Initial release (moved out from ``redturtle.video``)
        
        
Keywords: plone plonegov video embed vimeo
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)
