Metadata-Version: 1.1
Name: Products.JWPlayer
Version: 1.1.1
Summary: JWPlayer add-on for Plone 4. Embed videos using TinyMCE to be played with the jwplayer
Home-page: https://github.com/cyriltata/Products.JWPlayer
Author: Cyril Tata
Author-email: cyril.tata@gmail.com
License: GPL version 2
Download-URL: https://github.com/cyriltata/Products.JWPlayer/archive/1.1.1.tar.gz
Description: ==============================================================================
        Products.JWPlayer
        ==============================================================================
        
        This extension helps you to play videos on your plone site (Plone 4.3.x) using a very basic setup of jwplayer.
        When inserting a video, you can choose to use a self-hosted jwplayer library or a cloud based library.
        Video is inserted into content only through the TinyMCE editor. So the Products.TinyMCE extension is required to use this extension.
        
        Features
        --------
        
        - Play videos on your plone site (Plone 4.3.x) using `jwplayer <https://jwplayer.com>`_
        - Possibility to use self-hosted or cloud based jwplayer.
        - TinyMCE editor integration (only way to insert video in content)
        - Configuration flexibility for the JWPlayer.
        
        
        Documentation
        -------------
        
        Full documentation for end users can be found in the "docs" folder, and is also available online `here <https://github.com/cyriltata/Products.JWPlayer/blob/master/docs/index.rst>`_
        
        
        Translations
        ------------
        
        This product has been translated into
        
        - German
        
        
        Installation
        ------------
        
        Install Products.JWPlayer by adding it to your buildout::
        
            [buildout]
        
            ...
        
            eggs =
                Products.JWPlayer
        
        
        and then running ``bin/buildout``
        
        
        Contribute
        ----------
        
        - Issue Tracker: https://github.com/cyriltata/Products.JWPlayer/issues
        - Source Code: https://github.com/cyriltata/Products.JWPlayer/
        - Documentation: https://github.com/cyriltata/Products.JWPlayer/blob/master/docs/index.rst
        
        
        Support
        -------
        
        If you are having issues, please let us know at cyril,tata@gmail.com
        
        
        License
        -------
        
        The project is licensed under the GPLv2.
        
        
        Contributors
        ============
        
        - Cyril Tata, cyril.tata@gmail.com
        
        
        Changelog
        =========
        
        
        1.0 - 31.07.2017
        ------------------
        
        - Initial release.
          [cyriltata]
          
        1.0.2 - 31.07.2017
        ------------------
        
        - Remove Defaults
        
        1.1 - 01.08.2017
        ------------------
        
        - Add German Translations
        - Tests
        
        1.1.1 - 02.08.2017
        ------------------
        
        - Fix string unicode issues
        
Keywords: Python Plone jwplayer tinymce Products.TinyMCE
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
