How to install collective.behavior.localdiazo
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install collective.behavior.localdiazo
Dependencies
- collective.behavior.localregistry
- distribute
- plone.app.registry
- plone.app.theming>=1.1
- plone.behavior
- plone.directives.form
- plone.registry
- Products.CMFCore
- Products.CMFPlone>=4.2
- zope.component
- zope.i18nmessageid
- zope.interface
- zope.schema
- [develop] manuel
- [develop] setuptools-flakes
- [develop] Sphinx
- [test] interlude
- [test] plone.app.dexterity
- [test] plone.app.testing
- [test] plone.dexterity
- [test] plone.testing
- [test] unittest2
Lastest release
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.
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.1 you may need to extend a Dexterity known good set (KGS) to make sure that you get the right versions of the packages that make up Dexterity:
[buildout] ... extends = http://good-py.appspot.com/release/dexterity/1.2.1
After updating the configuration you need to run ''bin/buildout'', which will take care of updating your system.
Use
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.

Add a new object; you will see a new field called 'Theme' and select a Diazo theme from the list.

Now when you access your container you will see the Diazo theme applied to it.

Troubleshooting
If you followed all the instructions and the theme is not aplied, make sure Diazo theming is enabled on 'Theme settings'.

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.
There's a frood who really knows where his towel is
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 removed. [hvelarde]
- Update package documentation. [hvelarde]
1.0b1 (2013-04-21)
- Initial release.