Metadata-Version: 1.1
Name: sc.contentrules.layout
Version: 1.0
Summary: Content Rules Action: Set layout for a content item
Home-page: http://www.simplesconsultoria.com.br/
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: **************************************
        Content Rules: Set layout
        **************************************
        
        .. contents:: Content
           :depth: 2
        
        Overview
        --------
        
        **Content Rules: Set Layout** (sc.contentrules.layout) package provides
        a content rule action to set a layout or default view for a content item.
        
        This package is tested with Travis CI:
        
        .. image:: https://secure.travis-ci.org/simplesconsultoria/sc.contentrules.layout.png
            :target: http://travis-ci.org/simplesconsultoria/sc.contentrules.layout
        
        Use case
        ---------
        
        Some Plone content types allows the user to select one of many available layouts
        to be used as default view. A good example is the Folder content type which
        provides options like Folder Summary View and Tabular View.
        
        It is possible to change the default view for a content type but it will affect
        the entire portal, so if an editor wants to, in an area of the portal, to change
        the default view of newly created Folder content items to Folder Summary View,
        he will need to do it manually.
        
        This package provides an action, **Set Layout** that allows content managers
        , using content rules, to selectively apply layouts to content items.
        
        
        Actions
        ---------
        
        This package provides a content rule action to set the layout (default view) for
        a content object.
        
        Set layout
        ^^^^^^^^^^^^^^^^^^^
        
        Used to create a new user group this action have three options:
        
        Layout
            A layout to be applied to the content item that triggered the content rule.
            This action will inspect the content rule conditions and look for a
            **Content Type condition** to select the available layouts. If no condition
            is found the only available value in here will be Default View. Also, if
            there is a **Content Type condition** but two or more content types are
            selected, this action will provide you with an intersection of available
            views for all selected content types
        
        
        Requirements
        ------------
        
            * Plone 4.0.x and above (http://plone.org/products/plone)
        
        Installation
        ------------
        
        To enable this product,on a buildout based installation:
        
            1. Edit your buildout.cfg and add ``sc.contentrules.layout``
               to the list of eggs to install ::
        
                [buildout]
                ...
                eggs =
                    sc.contentrules.layout
        
        After updating the configuration you need to run the ''bin/buildout'',
        which will take care of updating your system.
        
        
        Contributors
        -----------------
        
        * Érico Andrei [ericof] -- Initial idea
        
        * Avianca (for the space between seats)
        
        Changelog
        ------------
        
        1.0b3 (unreleased)
        ^^^^^^^^^^^^^^^^^^
        
        - Support Plone 4.3 [ericof]
        
        - Remove dependency on zope.app.publisher. [hvelarde]
        
        
        1.0b2 (2012-11-14)
        ^^^^^^^^^^^^^^^^^^
        
         * Fix packaging [ericof]
        
        
        1.0b1 (2012-11-14)
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
          * Initial release [ericof]
        
Keywords: plone contentrules action
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Plone
Classifier: Framework :: Plone :: 4.2
Classifier: Framework :: Plone :: 4.3
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Software Development :: Libraries :: Python Modules
