Metadata-Version: 1.0
Name: redturtle.video
Version: 0.2.0beta
Summary: Basic archetype based video content, integrated with collective.flowplayer
Home-page: http://svn.plone.org/svn/collective/redturtle.video
Author: RedTurtle Technology
Author-email: sviluppoplone@redturtle.net
License: GPL
Description: Introduction
        ============
        
        A simple video support for Plone, based on `collective.flowplayer`__.
        
        __ http://pypi.python.org/pypi/collective.flowplayer
        
        This add to your Plone portal two new content types:
        
        * **Video file** for providing a video content directly from a video file compatible with flowplayer
        formats
        * **Video link** for a remote video resource
        
        New content types have mandatory image field, for the video screenshot/splash data.
        
        All other given feature cames directly from collective.flowplayer features.
        
        Portlet
        -------
        
        Also this will give you a new "*Video gallery*" portlet, similar to the ones you'll get with
        collective.flowplayer. This new portlet shows image fields content taken from videos.
        
        Important
        =========
        
        This version of the product is teste with older version of collective.flowplayer (`1.0b5`__). Newer
        versions may works also, but aren't tested.
        
        __ http://pypi.python.org/pypi/collective.flowplayer/1.0b5
        
        TODO
        ====
        
        * Test with new collective.flowplayer versions
        
        
        
        Changelog
        =========
        
        
        0.2.0beta
        ----------
        
        * Added informations (duration and year) of the video, that will be displayed in the portlet
        * Fixed bug finders in using getFolderContents for ATTopic
        
        0.1.0alpha
        ----------
        
        * Initial release
        
        
Keywords: plone video flowplayer archetype
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
