Metadata-Version: 1.0
Name: nmd.plonelinkasvideoembed
Version: 0.5.1
Summary: Add a view plonelinkasvideoembed to display link content type as embed video
Home-page: http://svn.plone.org/svn/collective/nmd.plonelinkasvideoembed
Author: JeanMichel FRANCOIS
Author-email: jeanmichel.francois@makina-corpus.com
License: GPL
Description: Introduction
        ============
        
        This package add a new view to Plone's Link content type. If the remote url of
        the link is video supported by p4a.videoembed it will display the embed video.
        
        Dependencies
        ============
        
        * Plone
        * p4a.videoembed
        
        Why this package ?
        ==================
        
        p4a.plonevideoembed depends on p4a.video that has too much dependecies and too
        much features (subtype, metadata, ...).
        
        TODO
        ====
        
        * Make configuration for the default fall back view (at the moment 'link_redirect_view' is hard coded)
        
        Changelog
        =========
        
        0.5.1 - Unreleased
        ------------------
        
        * Replace redirection in non video case by returning html of the default view
        
        0.5 - 2009-09-10
        ----------------
        
        * Initial release
        * Override default Link content type default view
        * Add a new view that
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
