Metadata-Version: 1.0
Name: redturtle.video
Version: 0.2.2
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.
        Also you can insert the *year* of the video and the *duration*. This last info is also taken
        automatically from the video (only for internal video).
        
        All other given feature cames directly from collective.flowplayer.
        
        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.
        
        TODO
        ----
        
        Right now year and duration are not displayed in the video view.
        
        Other products
        ==============
        
        **AKA: are you sure you wanna use me?**
        
        If you are using *Plone 3.3* or better, before us this product, take a look at
        `Plone Video Suite`__.
        The redturtle.video product was developed in sad days, when the only choice was
        p4a.video (and this scare us a lot). The Plone Video Suite can became the next generation,
        unified, product to use video contents inside Plone!
        
        __ http://www.coactivate.org/projects/plone-video-sprint/project-home
        
        
        Changelog
        =========
        
        0.2.2
        -----
        
        * Portlet does not return the getYear and getDuration method anymore [keul]
        * Moved hachoir import inside function from module level, due to stdout PDB error [keul]
        * Added a *very* ugly support for remote video to Youtube links [keul]
        * Removed validators for image field as it was not required but was not possible to ignore it [keul]
        
        0.2.1beta
        ---------
        
        * Fixed bug using redturtle.video with latests collective.flowplayer versions (3.0+) [fdelia]
        * Tested with latest flowplayer release [fdelia]
        
        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)
