Metadata-Version: 1.0
Name: simplelayout.portlet.dropzone
Version: 1.2.2
Summary: Plone portlet with a simplelayout dropzone.
Home-page: https://github.com/4teamwork/simplelayout.portlet.dropzone
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: Introduction
        ============
        
        provides a portlet with a "drop zone" for simplelayout blocks.
        you can simply drag a block and drop it into the portlet area.
        the block is now shown as portlet.
        This package has its own configlet for image sizes.
        
        Requires: at least simplelayout.base 2.0rc5
        
        
        Usage / Installation
        ====================
        
        - See the `simplelayout.base <https://github.com/4teamwork/simplelayout.base>`_
          readme for details on installing simplelayout.
        
        - Add ``simplelayout.portlet.dropzone`` to your buildout configuration:
        
        ::
        
            [instance]
            eggs +=
                simplelayout.portlet.dropzone
        
        - Install the generic import profile.
        
        
        
        Links
        =====
        
        - Simplelayout github project repository: https://github.com/4teamwork/simplelayout.base
        - simplelayout.portlet.dropzone github project repository: https://github.com/4teamwork/simplelayout.portlet.dropzone
        - Issue tracker: https://github.com/4teamwork/simplelayout.portlet.dropzone/issues
        - Package on pypi: http://pypi.python.org/pypi/simplelayout.portlet.dropzone
        
        
        Copyright
        =========
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``simplelayout.portlet.dropzone`` is licensed under GNU General Public License, version 2.
        
        .. _simplelayout: https://github.com/4teamwork/simplelayout.base
        
        Changelog
        =========
        
        
        1.2.2 (2013-08-14)
        ------------------
        
        - Add simplelayout.base.listingPortlet.body viewlet to a viewlet order manager
          to fix ordering bug when ordering viewlets in relation with this viewlet.
          [elioschmutz]
        
        
        1.2.1 (2013-05-24)
        ------------------
        
        - Reduce empty space in dropzone portlet listing.
          [jone]
        
        
        1.2 (2013-04-09)
        ----------------
        
        - Implement an editable css klass.
          [mathias.leimgruber]
        
        - Code cleanup (remove whitespaces).
          [mathias.leimgruber]
        
        - Implement emptymarker css klass.
          [mathias.leimgruber]
        
        - CSS: remove overflow hidden.
          [mathias.leimgruber]
        
        - Move package to github.
          [jone]
        
        
        1.1 (2010-06-09)
        ----------------
        
        - make simplelayout.base > 2.0rc5 compatible
          [mathias.leimgruber]
        
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
