Metadata-Version: 1.0
Name: collective.subrip2html
Version: 0.1.0a
Summary: A Plone module to add conversion from SRT format to HTML in portal_transforms tool
Home-page: http://svn.plone.org/svn/collective/collective.subrip2html
Author: keul
Author-email: luca@keul.it
License: GPL
Description: SubRip to HTML Transform for Plone
        ==================================
        
        Add a new portal_transforms transform to you Plone site, for converting
        SubRip (srt) format to HTML.
        
        Also, a new view for ATFile contents is provided; just call "**@@srt_view**" for seeing
        the SubRip data in a pretty HTML structure.
        
        Requirements
        ------------
        
        You must have `pysrt`__ 0.2.4 or better installed (version 0.2.3 is not Python 2.4 compatible).
        
        __ http://pypi.python.org/pypi/pysrt
        
        Credits
        =======
        
        Most of the credits must be given to *Jean Boussier* and its `pysrt`__ project. Also for
        releasing a Python 2.4 compatible version.
        
        __ https://github.com/byroot/pysrt
        
        
        
        Changelog
        =========
        
        0.1.0a (2010-12-28)
        -------------------
        
        * Initial release
        
        
Keywords: plone srt html transform subrip
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Multimedia :: Video
Classifier: Development Status :: 3 - Alpha
Classifier: Topic :: Text Processing :: Markup
