Metadata-Version: 1.1
Name: ftw.iframeblock
Version: 1.1.0
Summary: A block for ftw.simplelayout
Home-page: https://github.com/4teamwork/ftw.iframeblock
Author: 4teamwork
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: .. contents:: Table of Contents
        
        Introduction
        ============
        
        This package is an addon for `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 `iframe-resizer`_.
        Read the setup instructions of iframeresizer carefully:
        you need an implementation on both domains.
        
        
        Linking to sub pages
        --------------------
        
        When integrating other websites in iframes and indexing those
        contents in the search, we want to be able to link from the search
        to a specific iframed sub-page.
        
        In order to make this possible we need to be able to pass the requested
        sub-page as GET request param.
        
        For security reason, the origin of both URLs must be the same, otherwise the configured startpage is loaded.
        
        **Examples:**
        
        - ``http://localhost:8080/Plone/the-page?i=http://foo.ch/bar/baz.php``
        - ``http://localhost:8080/Plone/the-page?i_iframeblock2=http://foo.ch/bar/baz.php``
        
        
        Compatibility
        -------------
        
        Runs with `Plone <http://www.plone.org/>`_ `4.3.x`.
        
        
        Installation local development-environment
        ------------------------------------------
        
        .. code:: bash
        
            $ 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
        
        
        
        Links
        -----
        
        - Github: https://github.com/4teamwork/ftw.iframeblock
        - Issues: https://github.com/4teamwork/ftw.iframeblock/issues
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.iframeblock
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``ftw.iframeblock`` is licensed under GNU General Public License, version 2.
        
        .. _ftw.simplelayout: http://github.com/4teamwork/ftw.simplelayout
        .. _iframe-resizer: https://github.com/davidjbradshaw/iframe-resizer
        
        Changelog
        =========
        
        
        1.1.0 (2016-10-04)
        ------------------
        
        - Allow opening sub-page by passing it as GET parameter "i". [jone]
        
        - Update description of edit view.
          [raphael-s]
        
        
        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]
        
Keywords: ftwiframeblock
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.3
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
