Metadata-Version: 1.1
Name: aldryn-video
Version: 1.0.0
Summary: Easy video embeding.
Home-page: https://github.com/aldryn/aldryn-video
Author: Divio AG
Author-email: info@divio.ch
License: LICENSE.txt
Description: ############
        Aldryn Video
        ############
        
        Aldryn Video provides an elegant way to embed videos in your django CMS sites.
        
        A number of video hosting providers are supported, including:
        
        * Vimeo
        * YouTube
        
        (any provider that uses the `oEmbed specification <http://oembed.com>`_ should be supported).
        
        The plugin also provides access to various control and sizing parameters for embedded video.
        
        
        ============
        Installation
        ============
        
        Aldryn Platform Users
        ---------------------
        
        Choose a site you want to install the add-on to from the dashboard. Then go to ``Apps -> Install app`` and click ``Install`` next to ``Video`` app.
        
        Redeploy the site.
        
        Manuall Installation
        --------------------
        
        ::
        
            pip install aldryn-video
        
        Add ``aldryn_video`` to ``INSTALLED_APPS``.
        
        Configure ``aldryn-boilerplates`` (https://pypi.python.org/pypi/aldryn-boilerplates/).
        
        To use the old templates, set ``ALDRYN_BOILERPLATE_NAME='legacy'``.
        To use https://github.com/aldryn/aldryn-boilerplate-standard (recommended, will be renamed to
        ``aldryn-boilerplate-bootstrap3``) set ``ALDRYN_BOILERPLATE_NAME='bootstrap3'``.
        
        Credits
        -------
        
        Video file type icon by dreamxis, http://dreamxis.themex.net/,
        under Creative Commons Attribution license.
        
Platform: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
