DIY Plone Style
Category: Code examples, Theming tools
—
Other products by this author
Current release: DIY Plone Style 3.0
Released Sep 18, 2007 — tested with Plone 3.0
DIYPloneStyle for Plone 3.0
Experimental releases
Upcoming and alpha/beta/candidate releases
- Alpha releases should only be used for testing and development.
- Beta releases and Release Candidates are normally released for production testing, but should not be used on mission-critical sites.
- Always install on a separate test server first, and make sure you have proper backups before installing.
Project Description
- Project resources
This product is meant to be used as a base to develop a new theme (style) or skin (in the graphical meaning) for Plone, making use of the CSS and javascript Registries that now ship with the Plone package. Since version 2.5, DIYPloneStyle installs itself by making use of a GenericSetup profile (which ships with Plone from version 2.5 on as a replacement for the Quick Installer and the Customization Policies).
Starting a new skin project is made easy by the use of a generator script that creates a skeleton theme product (Python product on the file system) ready to hold your style elements (stylesheets, images, templates).
The provided example theme can be installed as a standalone product, it is what you get after walking all the way through Alexander Limi's step by step tutorial called Putting a new look on Plone: a real-world example. It is an early version of the skin that is deployed on the plone.net web site.
Full documentation on how to make use of this product, with many pointers to other resources on how the "Skins Tool" and the "Resource Registries" work, can be found in the tutorial about Creating a Custom Style for Plone.