Metadata-Version: 1.0
Name: collective.editmodeswitcher
Version: 1.0.1
Summary: Allows to toggle edit mode in Plone
Home-page: https://github.com/4teamwork/collective.editmodeswitcher
Author: 4teamwork GmbH
Author-email: mailto:info@4teamwork.ch
License: GPL2
Description: collective.editmodeswitcher
        ===========================
        
        collective.editmodeswitcher allows to toggle between edit and view only mode.
        This enables users with modify permissions to view a page without editable
        borders.
        The current setting is stored in a cookie and thus effective for multiple
        page views.
        This is especially useful in single sign on environments.
        
        
        Install
        -------
        
        Add ``collective.editmodeswitcher`` to your buildout configuration:
        
        .. code:: ini
        
        [instance]
        eggs +=
        collective.editmodeswitcher
        
        or add it as a dependency to one of your packages.
        
        
        Compatibility
        -------------
        
        Runs with `Plone <http://www.plone.org/>`_ `4.1`, `4.2` and `4.3`.
        
        
        Usage
        -----
        
        For toggling the edit-mode call the view ``@@switch-editmode``.
        This will toggle the edit mode and store the current edit mode status
        in a cookie for further requests.
        
        You may want to place an action somewhere for toggling the edit mode - this
        integration is not done by ``collective.editmodeswitcher``.
        
        
        
        Links
        -----
        
        - Main github project repository: https://github.com/4teamwork/collective.editmodeswitcher
        - Issue tracker: https://github.com/4teamwork/collective.editmodeswitcher/issues
        - Package on pypi: http://pypi.python.org/pypi/collective.editmodeswitcher
        - Continuous integration: https://jenkins.4teamwork.ch/search?q=collective.editmodeswitcher
        
        
        Copyright
        ---------
        
        This package is copyright by `4teamwork <http://www.4teamwork.ch/>`_.
        
        ``collective.editmodeswitcher`` is licensed under GNU General Public License, version 2.
        
        Changelog
        =========
        
        
        1.0.1 (2013-05-24)
        ------------------
        
        - General package clean up:
        Update Readme, update metadata, testing, declare dependencies
        
        
        1.0 (2011-02-25)
        ----------------
        
        - Initial release
        
Keywords: plone edit mode switch toggle
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.1
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
