Installable theme for Plone (using plone.app.theming).
This theme is intent to be similar to `plumi.skin`_. Its ment to be its replacement.
Add plonetheme.plumigreen
to eggs section of your zope client.:
[instance] ... eggs = ... plonetheme.plumigreen
% git clone git://github.com/garbas/plonetheme.plumigreen.git % cd plonetheme.plumigreen % git archive --format=zip --prefix=plumigreen/ HEAD:plonetheme/plumigreen/static/ > plumigreen.zip
Import created zip file via @@theming-controlpanel
-> Import theme
tab.
Browse to http://yoursite/Plone/@@theming-controlpanel
click on Enable
theme
check box and select plonetheme.plumigreen
from
dropdown.
- Rok Garbas, initial implementation
- Plumi developers, idea that this theme is based uppon
- initial implementation of theme with Diazo_ rules. [garbas]