Metadata-Version: 1.0
Name: collective.videolink
Version: 3.0a4
Summary: Display link content type as embedded video, provide a video gallery view
Home-page: http://svn.plone.org/svn/collective/collective.videolink
Author: David Bain
Author-email: david.bain@alteroo.com
License: GPL
Description: Introduction
        ============
        
        This package adds a new view to Plone's Link content type. If the remote url of
        the link is a video supported by p4a.videoembed it will embed video.
        
        For more information read the wiki at: https://bitbucket.org/alteroo/collective.videolink/wiki
        
        .. contents::
        
        
        Credits
        ======================================
        The code is a fork of another project
        nmd.ploneaslinkvideoembed
        
        .. _plonelinkasvideoembed:  http://plone.org/products/nmd.plonelinkasvideoembed
        
        
        Dependencies
        ============
        
        * Plone
        * p4a.videoembed
        
        Why this package ?
        ==================
        
        I needed a way to display video links in a thumbnail gallery style view
        This provides a simple view for collections of video links. Currently thumbnails from Vimeo are
        the only ones supported (more to come).
        
        Changelog
        =========
        3.0a
        ----------
        * this version requires Plone 4 as it uses the json module which ships with Python 2.6 [pigeonflight]
        * now properly supports blip.tv and youtube videos [pigeonflight]
        
        2.0a
        ---------
        
        * version that is now compatible with Plone 4 [pigeonflight]
        
        1.0a10
        --------
        
        * updated viddler code to compensate when url is missing a trailing slash [pigeonflight]
        
        1.0a9
        --------
        
        * prevent uneccessary repetition of queries to oembed providers [pigeonflight]
        
        1.0a5
        ---------------
        
        * fixed bug where normal links would become broken when product is installed [pigeonflight]
        
        1.0a4
        ---------------
        
        * removed stray 'debugging' line in embed.pt that was showing uneccessary metadata [pigeonflight]
        
        1.0a3
        ---------------
        
        * now relies on oohembed for videos that are not from vimeo,youtube or viddler [pigeonflight]
        * thumbnails will be forced to 200px width in the @@embeddedvideos collection view [pigeonflight]
        
        1.0a2
        ---------------
        
        * added youtube support (retrieves metadata via a primitive oembed query - relies on json format) [pigeonflight]
        
        1.0a1
        ---------------
        
        * added viddler support (retrieve metadata via a primitive oembed query - relies on json format) [pigeonflight]
        
        1.0a
        ------------------
        
        * added proof of concept auto thumbnails for vimeo videos [pigeonflight]
        * created a custom view for collections called @@embeddedvideos [pigeonflight]
        * forked from nmd.plonelinkasvideoembed [pigeonflight]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
