Metadata-Version: 1.1
Name: cmsplugin-filer-html5video
Version: 0.1
Summary: HTML5 video plugin for django CMS and django-filer, using VideoJS
Home-page: https://github.com/piquadrat/cmsplugin-filer-html5video
Author: Benjamin Wohlwend
Author-email: piquadrat@gmail.com
License: BSD
Description: cmsplugin-filer-html5video
        ==========================
        
        A `django CMS`_ plugin for HTML5 video using `django-filer`_ and `VideoJS`_.
        
        Setup
        -----
        
        Add ``cmsplugin_filer_html5video`` to your ``INSTALLED_APPS``.
        
        Video Formats
        -------------
        
        Format support between browsers is a moving target. This plugin provides fields
        for the three most common formats: MP4 (h.264), WebM, and Ogg Theora. Wikipedia
        has a `table of supported formats`_ for different browsers.
        
        You can upload your videos in some or all supported formats, depending on your
        needs.
        
        .. note::
        
        	The plugin does not support format conversion (patches welcome!) and does
        	not validate the uploaded files. You might want to educate your CMS staff
        	on the particularities of HTML5 video.
        
        
        
        .. _django CMS: https://github.com/divio/django-cms
        .. _django-filer: https://github.com/stefanfoulis/django-filer
        .. _VideoJS: http://www.videojs.com
        .. _table of supported formats: http://en.wikipedia.org/wiki/HTML5_video#Table
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
