Metadata-Version: 1.1
Name: collective.behavior.localdiazo
Version: 1.0b3
Summary: Dexterity behavior to enable a local Diazo theme.
Home-page: https://github.com/collective/collective.behavior.localdiazo
Author: Simples Consultoria
Author-email: products@simplesconsultoria.com.br
License: GPLv2
Description: ******************************
        collective.behavior.localdiazo
        ******************************
        
        .. contents:: Table of Contents
        
        Life, the Universe, and Everything
        ----------------------------------
        
        Dexterity behavior to enable a local Diazo theme. This package aims to make
        easier the creation of microsites on big web sites.
        
        Mostly Harmless
        ---------------
        
        .. image:: https://secure.travis-ci.org/collective/collective.behavior.localdiazo.png?branch=master
            :target: http://travis-ci.org/collective/collective.behavior.localdiazo
        
        .. image:: https://coveralls.io/repos/collective/collective.behavior.localdiazo/badge.png?branch=master
            :target: https://coveralls.io/r/collective/collective.behavior.localdiazo
        
        Got an idea? Found a bug? Let us know by `opening a support ticket`_.
        
        Don't Panic
        -----------
        
        Installation
        ^^^^^^^^^^^^
        
        To enable this product in a buildout-based installation:
        
        #. Edit your buildout.cfg and add ``collective.behavior.localdiazo`` to the
           list of eggs to install::
        
            [buildout]
            ...
            eggs =
                collective.behavior.localdiazo
        
        #. If you are using Plone 4.2.x you need to add the following also::
        
            [versions]
            ...
            plone.app.theming = 1.1.1
        
        After updating the configuration you need to run ''bin/buildout'', which will
        take care of updating your system.
        
        Usage
        ^^^^^
        
        In Plone's control panel go to 'Dexterity Content Types', select your content
        type, go to the 'Behaviors' tab and enable the 'Local registry' and 'Local
        Diazo theme' behaviors.
        
        .. figure:: https://raw.github.com/collective/collective.behavior.localdiazo/master/1.png
            :align: center
            :height: 670px
            :width: 700px
        
        Add a new object; you will see a new field called 'Theme' and select a Diazo
        theme from the list.
        
        .. figure:: https://raw.github.com/collective/collective.behavior.localdiazo/master/2.png
            :align: center
            :height: 360px
            :width: 700px
        
        Now when you access your container you will see the Diazo theme applied to it.
        
        .. figure:: https://raw.github.com/collective/collective.behavior.localdiazo/master/3.png
            :align: center
            :height: 500px
            :width: 700px
        
        Troubleshooting
        ^^^^^^^^^^^^^^^
        
        If you followed all the instructions and the theme is not aplied, make sure
        Diazo theming is enabled on 'Theme settings'.
        
        .. figure:: https://raw.github.com/collective/collective.behavior.localdiazo/master/4.png
            :align: center
            :height: 430px
            :width: 700px
        
        Not entirely unlike
        -------------------
        
        You may also want to take a look on the following packages:
        
        `collective.lineage`_
            Lineage is a Plone product that allows subfolders of a Plone site to
            appear as autonomous Plone sites to the everyday user.
        
        `collective.spaces`_
            collective.spaces is a simple way of creating mini-sites within the Plone
            CMS, with each mini-site based on a fully-customisable template.
        
        .. _`collective.lineage`: https://pypi.python.org/pypi/collective.lineage
        .. _`collective.spaces`: https://pypi.python.org/pypi/collective.spaces
        .. _`opening a support ticket`: https://github.com/collective/collective.behavior.localdiazo/issues
        
        Share and Enjoy
        ---------------
        
        ``collective.behavior.localdiazo`` would not have been possible without the
        contribution of the following people:
        
        - Juan Pablo Giménez
        - Héctor Velarde
        - Marcos F. Romero
        - David Beitey
        
        You can find an updated list of package contributors on `GitHub`_.
        
        .. _`GitHub`: https://github.com/collective/collective.behavior.localdiazo/contributors
        
        Changelog
        ---------
        
        There's a frood who really knows where his towel is
        
        1.0b3 (2013-11-08)
        ^^^^^^^^^^^^^^^^^^
        
        - Fix issue preventing setting theme on virtual hosted sites and directories.
          [davidjb, ericof]
        
        - Add translatable string for theme field description.
          [davidjb]
        
        
        1.0b2 (2013-08-15)
        ^^^^^^^^^^^^^^^^^^
        
        - Removes ``Template`` option from ``theme`` drop-down (closes `#1`_).
          [marcosfromero]
        
        - Allows to select ```No theme``` (new empty option) and effectively
          removes local diazo template (closes `#2`_). [marcosfromero]
        
        - Fix i18n and add Spanish and Brazilian Portuguese translations. [hvelarde]
        
        - Support for Plone 4.1 was dropped. [hvelarde]
        
        - Update package documentation. [hvelarde]
        
        
        1.0b1 (2013-04-21)
        ^^^^^^^^^^^^^^^^^^^
        
        - Initial release.
        
        .. _`#1`: https://github.com/collective/collective.behavior.localdiazo/issues/1
        .. _`#2`: https://github.com/collective/collective.behavior.localdiazo/issues/2
        
Keywords: plone registry local behavior dexterity diazo
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 :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
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 :: Office/Business :: News/Diary
Classifier: Topic :: Software Development :: Libraries :: Python Modules
