MANIFEST.in
README.rst
setup.py
docs/HISTORY.txt
docs/INSTALL.txt
docs/LICENSE.GPL
docs/LICENSE.txt
docs/_static/add_textblock.png
ftw/__init__.py
ftw.simplelayout.egg-info/PKG-INFO
ftw.simplelayout.egg-info/SOURCES.txt
ftw.simplelayout.egg-info/dependency_links.txt
ftw.simplelayout.egg-info/entry_points.txt
ftw.simplelayout.egg-info/namespace_packages.txt
ftw.simplelayout.egg-info/not-zip-safe
ftw.simplelayout.egg-info/requires.txt
ftw.simplelayout.egg-info/top_level.txt
ftw/simplelayout/__init__.py
ftw/simplelayout/behaviors.zcml
ftw/simplelayout/configuration.py
ftw/simplelayout/configure.zcml
ftw/simplelayout/handlers.py
ftw/simplelayout/indexer.py
ftw/simplelayout/interfaces.py
ftw/simplelayout/lawgiver.zcml
ftw/simplelayout/permissions.zcml
ftw/simplelayout/properties.py
ftw/simplelayout/resources.zcml
ftw/simplelayout/testing.py
ftw/simplelayout/utils.py
ftw/simplelayout/browser/__init__.py
ftw/simplelayout/browser/actions.py
ftw/simplelayout/browser/configure.zcml
ftw/simplelayout/browser/dynamic_scss_resources.py
ftw/simplelayout/browser/provider.py
ftw/simplelayout/browser/redirect_to_parent.py
ftw/simplelayout/browser/simplelayout.py
ftw/simplelayout/browser/ajax/__init__.py
ftw/simplelayout/browser/ajax/add.py
ftw/simplelayout/browser/ajax/configure.zcml
ftw/simplelayout/browser/ajax/delete_blocks.py
ftw/simplelayout/browser/ajax/edit_block.py
ftw/simplelayout/browser/ajax/reloadblockview.py
ftw/simplelayout/browser/ajax/toolbox_view.py
ftw/simplelayout/browser/ajax/upload.py
ftw/simplelayout/browser/ajax/utils.py
ftw/simplelayout/browser/ajax/templates/add.pt
ftw/simplelayout/browser/ajax/templates/block_delete_confirmation.pt
ftw/simplelayout/browser/ajax/templates/edit_block_form.pt
ftw/simplelayout/browser/ajax/templates/upload.pt
ftw/simplelayout/browser/blocks/__init__.py
ftw/simplelayout/browser/blocks/base.py
ftw/simplelayout/browser/blocks/configure.zcml
ftw/simplelayout/browser/client/.bowerrc
ftw/simplelayout/browser/client/.eslintrc
ftw/simplelayout/browser/client/Gruntfile.js
ftw/simplelayout/browser/client/README.md
ftw/simplelayout/browser/client/bower.json
ftw/simplelayout/browser/client/package.json
ftw/simplelayout/browser/client/dist/simplelayout.css
ftw/simplelayout/browser/client/dist/simplelayout.css.map
ftw/simplelayout/browser/client/dist/simplelayout.js
ftw/simplelayout/browser/client/dist/simplelayout.min.css
ftw/simplelayout/browser/client/dist/simplelayout.min.js
ftw/simplelayout/browser/client/test/TestRunner.js
ftw/simplelayout/browser/client/test/block.test.js
ftw/simplelayout/browser/client/test/column.test.js
ftw/simplelayout/browser/client/test/idHelper.test.js
ftw/simplelayout/browser/client/test/layout.test.js
ftw/simplelayout/browser/client/test/layoutmanager.test.js
ftw/simplelayout/browser/client/test/simplelayout.test.js
ftw/simplelayout/browser/client/test/test.html
ftw/simplelayout/browser/client/test/toolbar.test.js
ftw/simplelayout/browser/client/test/toolbox.test.js
ftw/simplelayout/browser/client/test/fixtures/layoutSource.html
ftw/simplelayout/browser/client/test/fixtures/simplelayout.html
ftw/simplelayout/browser/client/test/fixtures/simplelayout.json
ftw/simplelayout/browser/client/web/app.html
ftw/simplelayout/browser/client/web/build/end.frag.js
ftw/simplelayout/browser/client/web/build/start.frag.js
ftw/simplelayout/browser/client/web/images/1.jpg
ftw/simplelayout/browser/client/web/images/2.jpg
ftw/simplelayout/browser/client/web/images/3.jpg
ftw/simplelayout/browser/client/web/images/4.jpg
ftw/simplelayout/browser/client/web/js/app.js
ftw/simplelayout/browser/client/web/js/development.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Block.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Column.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/EventEmitter.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Layout.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Layoutmanager.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Simplelayout.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/Toolbar.js
ftw/simplelayout/browser/client/web/js/app/simplelayout/idHelper.js
ftw/simplelayout/browser/client/web/js/app/toolbox/Toolbox.js
ftw/simplelayout/browser/client/web/styles/scss/_block.scss
ftw/simplelayout/browser/client/web/styles/scss/_column.scss
ftw/simplelayout/browser/client/web/styles/scss/_helpers.scss
ftw/simplelayout/browser/client/web/styles/scss/_layout.scss
ftw/simplelayout/browser/client/web/styles/scss/_simplelayout.scss
ftw/simplelayout/browser/client/web/styles/scss/_toolbar.scss
ftw/simplelayout/browser/client/web/styles/scss/_toolbox.scss
ftw/simplelayout/browser/client/web/styles/scss/_variables.scss
ftw/simplelayout/browser/client/web/styles/scss/main.scss
ftw/simplelayout/browser/controlpanel/__init__.py
ftw/simplelayout/browser/controlpanel/configure.zcml
ftw/simplelayout/browser/controlpanel/simplelayout_controlpanel.py
ftw/simplelayout/browser/resources/Overlay.js
ftw/simplelayout/browser/resources/icons.css
ftw/simplelayout/browser/resources/integration.default.css
ftw/simplelayout/browser/resources/integration.theme.scss
ftw/simplelayout/browser/resources/main.js
ftw/simplelayout/browser/resources/simplelayout-compiled.css
ftw/simplelayout/browser/resources/simplelayout-compiled.js
ftw/simplelayout/browser/resources/theming.toolbar-icons.scss
ftw/simplelayout/browser/resources/theming.toolbox-icons.scss
ftw/simplelayout/browser/resources/uploader.css
ftw/simplelayout/browser/resources/videoblock.js
ftw/simplelayout/browser/resources/fonts/delete.svg
ftw/simplelayout/browser/resources/fonts/edit.svg
ftw/simplelayout/browser/resources/fonts/folder-contents.svg
ftw/simplelayout/browser/resources/fonts/image-float-left-large.svg
ftw/simplelayout/browser/resources/fonts/image-float-left.svg
ftw/simplelayout/browser/resources/fonts/image-float-right-large.svg
ftw/simplelayout/browser/resources/fonts/image-float-right.svg
ftw/simplelayout/browser/resources/fonts/image-no-float.svg
ftw/simplelayout/browser/resources/fonts/image.svg
ftw/simplelayout/browser/resources/fonts/move.svg
ftw/simplelayout/browser/resources/fonts/multiupload.svg
ftw/simplelayout/browser/resources/images/contenttype_icons.png
ftw/simplelayout/browser/templates/render_block_error.pt
ftw/simplelayout/browser/templates/simplelayout.pt
ftw/simplelayout/browser/templates/structure.pt
ftw/simplelayout/contenttypes/__init__.py
ftw/simplelayout/contenttypes/behaviors.py
ftw/simplelayout/contenttypes/configure.zcml
ftw/simplelayout/contenttypes/lawgiver.zcml
ftw/simplelayout/contenttypes/permissions.zcml
ftw/simplelayout/contenttypes/browser/__init__.py
ftw/simplelayout/contenttypes/browser/configure.zcml
ftw/simplelayout/contenttypes/browser/filelistingblock.py
ftw/simplelayout/contenttypes/browser/galleryblock.py
ftw/simplelayout/contenttypes/browser/leadimage.py
ftw/simplelayout/contenttypes/browser/textblock.py
ftw/simplelayout/contenttypes/browser/uploadcapable.py
ftw/simplelayout/contenttypes/browser/videoblock.py
ftw/simplelayout/contenttypes/browser/templates/ftw.table.custom.template.pt
ftw/simplelayout/contenttypes/browser/templates/galleryblock.pt
ftw/simplelayout/contenttypes/browser/templates/listingblock.pt
ftw/simplelayout/contenttypes/browser/templates/textblock.pt
ftw/simplelayout/contenttypes/browser/templates/videoblock_vimeo.pt
ftw/simplelayout/contenttypes/browser/templates/videoblock_youtube.pt
ftw/simplelayout/contenttypes/contents/__init__.py
ftw/simplelayout/contenttypes/contents/configure.zcml
ftw/simplelayout/contenttypes/contents/contentpage.py
ftw/simplelayout/contenttypes/contents/filelistingblock.py
ftw/simplelayout/contenttypes/contents/galleryblock.py
ftw/simplelayout/contenttypes/contents/interfaces.py
ftw/simplelayout/contenttypes/contents/textblock.py
ftw/simplelayout/contenttypes/contents/videoblock.py
ftw/simplelayout/contenttypes/profiles/default/jsregistry.xml
ftw/simplelayout/contenttypes/profiles/default/metadata.xml
ftw/simplelayout/contenttypes/profiles/default/propertiestool.xml
ftw/simplelayout/contenttypes/profiles/default/rolemap.xml
ftw/simplelayout/contenttypes/profiles/default/tinymce.xml
ftw/simplelayout/contenttypes/profiles/default/types.xml
ftw/simplelayout/contenttypes/profiles/default/workflows.xml
ftw/simplelayout/contenttypes/profiles/default/types/ftw.simplelayout.ContentPage.xml
ftw/simplelayout/contenttypes/profiles/default/types/ftw.simplelayout.FileListingBlock.xml
ftw/simplelayout/contenttypes/profiles/default/types/ftw.simplelayout.GalleryBlock.xml
ftw/simplelayout/contenttypes/profiles/default/types/ftw.simplelayout.TextBlock.xml
ftw/simplelayout/contenttypes/profiles/default/types/ftw.simplelayout.VideoBlock.xml
ftw/simplelayout/locales/ftw.simplelayout-manual.pot
ftw/simplelayout/locales/ftw.simplelayout.pot
ftw/simplelayout/locales/de/LC_MESSAGES/ftw.simplelayout.po
ftw/simplelayout/mapblock/__init__.py
ftw/simplelayout/mapblock/configure.zcml
ftw/simplelayout/mapblock/lawgiver.zcml
ftw/simplelayout/mapblock/permissions.zcml
ftw/simplelayout/mapblock/resources.zcml
ftw/simplelayout/mapblock/browser/__init__.py
ftw/simplelayout/mapblock/browser/configure.zcml
ftw/simplelayout/mapblock/browser/mapblock.py
ftw/simplelayout/mapblock/browser/resources/mapblock.js
ftw/simplelayout/mapblock/browser/resources/mapblock.scss
ftw/simplelayout/mapblock/browser/templates/mapblock.pt
ftw/simplelayout/mapblock/browser/viewlets/__init__.py
ftw/simplelayout/mapblock/browser/viewlets/configure.zcml
ftw/simplelayout/mapblock/browser/viewlets/openlayers.pt
ftw/simplelayout/mapblock/browser/viewlets/openlayers.py
ftw/simplelayout/mapblock/contents/__init__.py
ftw/simplelayout/mapblock/contents/configure.zcml
ftw/simplelayout/mapblock/contents/interfaces.py
ftw/simplelayout/mapblock/contents/mapblock.py
ftw/simplelayout/mapblock/profiles/default/jsregistry.xml
ftw/simplelayout/mapblock/profiles/default/metadata.xml
ftw/simplelayout/mapblock/profiles/default/propertiestool.xml
ftw/simplelayout/mapblock/profiles/default/rolemap.xml
ftw/simplelayout/mapblock/profiles/default/types.xml
ftw/simplelayout/mapblock/profiles/default/workflows.xml
ftw/simplelayout/mapblock/profiles/default/types/ftw.simplelayout.ContentPage.xml
ftw/simplelayout/mapblock/profiles/default/types/ftw.simplelayout.MapBlock.xml
ftw/simplelayout/portlets/__init__.py
ftw/simplelayout/portlets/configure.zcml
ftw/simplelayout/portlets/portlet.py
ftw/simplelayout/portlets/templates/portlet.pt
ftw/simplelayout/profiles/development/jsregistry.xml
ftw/simplelayout/profiles/development/metadata.xml
ftw/simplelayout/profiles/lib/controlpanel.xml
ftw/simplelayout/profiles/lib/cssregistry.xml
ftw/simplelayout/profiles/lib/jsregistry.xml
ftw/simplelayout/profiles/lib/metadata.xml
ftw/simplelayout/profiles/lib/propertiestool.xml
ftw/simplelayout/profiles/lib/registry.xml
ftw/simplelayout/profiles/lib-plone5/controlpanel.xml
ftw/simplelayout/profiles/lib-plone5/metadata.xml
ftw/simplelayout/profiles/lib-plone5/propertiestool.xml
ftw/simplelayout/profiles/lib-plone5/registry.xml
ftw/simplelayout/profiles/lib-plone5/rolemap.xml
ftw/simplelayout/tests/__init__.py
ftw/simplelayout/tests/builders.py
ftw/simplelayout/tests/sample_types.py
ftw/simplelayout/tests/test_actions.py
ftw/simplelayout/tests/test_add_block.py
ftw/simplelayout/tests/test_ajax_change_block_view.py
ftw/simplelayout/tests/test_block_statusmessage.py
ftw/simplelayout/tests/test_blocks.py
ftw/simplelayout/tests/test_builders.py
ftw/simplelayout/tests/test_configuration.py
ftw/simplelayout/tests/test_content_types.py
ftw/simplelayout/tests/test_copy_contentpage.py
ftw/simplelayout/tests/test_css.py
ftw/simplelayout/tests/test_delete_block.py
ftw/simplelayout/tests/test_edit_block.py
ftw/simplelayout/tests/test_galleryblock.py
ftw/simplelayout/tests/test_handlers.py
ftw/simplelayout/tests/test_indexer.py
ftw/simplelayout/tests/test_leadimage.py
ftw/simplelayout/tests/test_listingblock.py
ftw/simplelayout/tests/test_load_addable_blocks_view.py
ftw/simplelayout/tests/test_multiview_block_properties.py
ftw/simplelayout/tests/test_parent_modified_event.py
ftw/simplelayout/tests/test_redirect_to_parent_view.py
ftw/simplelayout/tests/test_remove_block.py
ftw/simplelayout/tests/test_sample_types.py
ftw/simplelayout/tests/test_simplelayout_as_frontpage.py
ftw/simplelayout/tests/test_simplelayout_portlet.py
ftw/simplelayout/tests/test_simplelayout_view.py
ftw/simplelayout/tests/test_teaser_behavior.py
ftw/simplelayout/tests/test_textblock_view.py
ftw/simplelayout/tests/test_toolbox_view.py
ftw/simplelayout/tests/test_uploadcapable.py
ftw/simplelayout/tests/test_videoblock.py
ftw/simplelayout/tests/tests.zcml
ftw/simplelayout/tests/assets/fullhd.jpg