A block for ftw.simplelayout
Project description
Introduction
This package is an addon for `ftw.simplelayout <http://github.com/4teamwork/ftw.simplelayout>`_. Please make sure you already installed `ftw.simplelayout` on your plone site before installing this addon.
ftw.iframeblock privides a block for ftw.simplelayout, which renders a iframe using iframeResizer.js. Read carefully the setup instroctions of iframeresizer, you need a implementation on both domains.
Installation local development-environment
$ git clone git@github.com:4teamwork/ftw.iframeblock.git
$ cd ftw.iframeblock
$ ln -s development.cfg buildout.cfg
$ python2.7 bootstrap.py
$ bin/buildout
$ bin/instance fg
Dev-Test-Release-Process
If you want to develop features, you must follow this guide
First checkout the package and create a new branch from the master:
$ git clone git@github.com:4teamwork/ftw.iframeblock.git
$ cd ftw.iframeblock
$ git checkout -b my-mew-feature
$ git push origin -u my-new-feature
If you are finnished and the feature is working fine, you can merge it into the master branch after the quality-check:
$ git checkout master
$ git merge my-mew-feature
$ git push
Now, the feature is available for other developers.
Compatibility
Runs with Plone 4.3.x.
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.iframeblock
Copyright
This package is copyright by 4teamwork.
ftw.iframeblock is licensed under GNU General Public License, version 2.
Changelog
1.0.3 (2016-08-09)
Remove metadata.xml-dependencie to ftw.simplelayout. This package is an addon of ftw.simplelayout and should not install it. [elioschmutz]
1.0.2 (2016-07-08)
Add support for IE11 and MS Edge. [raphael schwob]
1.0.1 (2016-06-20)
Init implementation. [raphael schwob]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.