Metadata-Version: 1.1
Name: wm.showhidecolumns
Version: 0.1
Summary: Allows to show or hide the left or right portlet column per document
Home-page: https://github.com/webmeisterei/wm.showhidecolumns
Author: Harald Friessnegger
Author-email: harald (at) webmeisterei dot com
License: gpl
Description: .. contents::
        
        What does it do?
        ================
        
        This Plone addon allows editors to control the visibility of portlet columns -
        no matter if they are empty or contain portlets.
        
        Editors can choose between:
        
        * showing a column (even if it does not contain any portlets)
        
        * hiding a column (even if it contains portlets)
        
        * only show non-empty columns (standard Plone behaviour)
        
        
        
        How does it work?
        =================
        
        
        `wm.showhidecolumns` uses infrastructure available in Plone 4:
        
        
        the request variables ``disable_plone.rightcolumn`` and
        ``disable_plone.leftcolumn`` are used to control the column visibilty. (no
        portletmanagers get overwritten or monkey-patched).
        
        `archetypes.schemaextender` is used to make the settings available on all types
        implementing ``wm.showhidecolumns.interfaces.IControlColumns``
        
        `plone.browserlayer` is used to make sure the extra fields and the viewlet that
        adds the request variables only show up if the product is installed.
        
        
        
        How do I use it?
        ================
        
        
        To allow control column visibilty on custom content types just make them
        implement ``wm.showhidecolumns.interfaces.IControlColumns``.
        
        
        
        How can I help?
        ===============
        
        * Add translations for your language (currently English and German)
        
        * Add support for Dexterity content types
        
        * Add tests
        
        * report bugs or request features in the `issue tracker`_
        
        .. _`issue tracker`: https://github.com/webmeisterei/wm.showhidecolumns/issues  
        
        
        
        
        
        
        Contributors
        ============
        
        Harald Friessnegger, Author
        
        Changelog
        =========
        
        0.1 (2013-09-05)
        ----------------
        
        - make settings language-dependent so editors can decide to show/hide
          columns on single translated articles. [fRiSi]
           
        0.1rc1 (2013-08-19)
        -------------------
        
        - initial release [fRiSi]
        
Keywords: plone,collective,portlets,columns,portletcolumn
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
