Metadata-Version: 1.0
Name: simplelayout.types.flowplayerblock
Version: 1.0c1
Summary: Flow-player support for simplelayout file blocks.
Home-page: https://github.com/4teamwork/simplelayout.types.flowplayerblock
Author: 4teamwork GmbH
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
        - Issue tracker: https://github.com/4teamwork/simplelayout.types.flowplayerblock/issues
        - Package on 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.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.1
Classifier: Framework :: Plone :: 4.2
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
