Metadata-Version: 1.1
Name: djangocms-vimeo
Version: 0.3.2
Summary: Video plugin for django CMS
Home-page: https://github.com/nimbis/djangocms-vimeo
Author: Nimbis Services, Inc.
Author-email: devops@nimbisservices.com
License: LICENSE.txt
Description: djangocms-vimeo
        ===============
        
        [![Build Status](https://travis-ci.org/nimbis/djangocms-vimeo.svg?branch=master)](https://travis-ci.org/nimbis/djangocms-vimeo)
        
        A [video.js](https://github.com/videojs/video.js) Vimeo video plugin for django CMS.
        Loosely based on the [djangocms-video](https://github.com/divio/djangocms-video) plugin.
        Uses the [videojs-vimeo](https://github.com/eXon/videojs-vimeo) plugin.
        
        
        Installation
        ------------
        
        This plugin requires `django CMS` 3.0 or higher to be properly installed.
        
        * In your projects `virtualenv`_, run ``pip install djangocms-vimeo``.
        * Add ``'djangocms_vimeo'`` to your ``INSTALLED_APPS`` setting.
        * Run ``manage.py migrate djangocms_vimeo``.
        
        
        History
        -------
        
        v0.3.2:
        
            * Removing pip requirement from setup.py.
        
        
        v0.3.0:
        
            * Upgraded to Video.js v4.9.0. Fixed the broken Django 1.7 migration that existed in v0.2.0.
        
        v0.2.0:
        
            * Moved existing migrations directory to south_migrations and added Django 1.7 migrations. This version contained a broken Django 1.7 migration.
        
        v0.1.5:
        
            * Made fixes to videojs-vimeo to correctly detect HTTPS.
        
        v0.1.4:
        
            * Added missing static directory to MANIFEST.
        
        v0.1.0:
        
            * Inital release
        
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: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
