How to install plonetheme.leavesdew
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install plonetheme.leavesdew
Lastest release
Introduction
The plonetheme.leavesdew package uses the theming & packaging features available in plone.app.theming to make the theme leavesdew easily available in Plone 4.1.

Installation
Add Plone site
Install Plone 4.1 with plone.app.theming and create a Plone site (if you have not already) with Diazo theming configured.
Zip file
If you are an end user, you might enjoy installation via zip file import.
- Download the zip file: http://svn.plone.org/svn/collective/plonetheme.leavesdew/trunk/leavesdew.zip
- Import the theme from the Diazo theme control panel.
Buildout
If you are a developer, you might enjoy installation via buildout.
Add plonetheme.leavesdew to your plone.recipe.zope2instance section's eggs parameter e.g.:
[instance] eggs = Plone plonetheme.leavesdew
Select theme
Select and enable the theme from the Diazo control panel. That's it!
Changelog
1.1 (2011-06-19)
- cleaning of unused rules
- improved all other rules
- added an integration css
1.0 (2011-06-11)
- Initial release [giacomos]