How to install simplelayout.types.flowplayerblock
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install simplelayout.types.flowplayerblock
Lastest release
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
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.
simplelayout.types.flowplayerblock is licensed under GNU General Public License, version 2.
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