Metadata-Version: 2.1
Name: simplelayout.types.flowplayerblock
Version: 1.2.0
Summary: Flow-player support for simplelayout file blocks.
Home-page: https://github.com/4teamwork/simplelayout.types.flowplayerblock
Author: 4teamwork AG
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        This package extends the default behavior for simplelayout's file-block.
        It changes the default block_view on files with a flowplayer enabled block_view
        
        
        Usage / Installation
        ====================
        
        - See the `simplelayout.base <https://github.com/4teamwork/simplelayout.base>`_
          readme for details on installing simplelayout.
        
        - Add ``simplelayout.types.flowplayerblock`` to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                simplelayout.types.flowplayerblock
        
        - Install the generic import profile.
        
        
        
        Links
        =====
        
        - Simplelayout github project repository: https://github.com/4teamwork/simplelayout.base
        - simplelayout.types.flowplayerblock github project repository: https://github.com/4teamwork/simplelayout.types.flowplayerblock
        - Issues: https://github.com/4teamwork/simplelayout.types.flowplayerblock/issues
        - Pypi: http://pypi.python.org/pypi/simplelayout.types.flowplayerblock
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=simplelayout.types.flowplayerblock
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``simplelayout.types.flowplayerblock`` is licensed under GNU General Public License, version 2.
        
        .. _simplelayout: https://github.com/4teamwork/simplelayout.base
        
        Changelog
        =========
        
        1.2.0 (2019-03-15)
        ------------------
        
        - Drop Plone 4.2 support. [elioschmutz]
        - Fix broken video-url for users with edit-permission on flowplayer-block. [elioschmutz]
        - Drop Plone 4.1 support. [jone]
        
        
        1.1.0 (2014-09-23)
        ------------------
        
        - Add missing upgrade step from release 1.0.1.
          [mathias.leimgruber]
        
        - Remove dependency on simplelayout.types.common.
          [mathias.leimgruber]
        
        - Add Plone 4.3.x test setup.
          [mathias.leimgruber]
        
        
        1.0.1 (2014-06-13)
        ------------------
        
        - Update Action so it will work with multiple views.
          [tschanzt]
        
        
        1.0c1 (2013-03-31)
        ------------------
        
        - Remove unused action icon.
          [Julian Infanger]
        
        - Add upgrade step to fix File FTI.
          [mathias.leimgruber]
        
        - Do not touch File's default view and view methods in FTI.
          [mathias.leimgruber]
        
        
        1.0b2 (2013-01-30)
        ------------------
        
        - Fix file link.
          [mathias.leimgruber]
        
        
        1.0b1 (2013-01-24)
        ------------------
        
        - Add tests setup and tests
          [mathias.leimgruber]
        
        - Integration newest collective.flowplayer 3.1.1.
          Add upgrade step.
          [mathias.leimgruber]
        
        
        - Move package to github.
          [jone]
        
        
        1.0a2 (2012-03-07)
        ------------------
        
        - Don't register locales directory, because there's none.
          [mathias.leimgruber]
        
        
        1.0a1 (2012-03-05)
        ------------------
        
        - Initial release
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Provides-Extra: tests
