Intense Simplicity Theme
Category: Themes
—
Other products by this author
Current release
No stable release available yet.
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
Intense Simplicity Plone 3.0 Theme
Based on the a free template by David Uliana.
Installation
General Instructions
Once installed, use "site setup" > "add-on products" to "apply" the theme.
For help installing this product visit the "installing third-party products tutorial".
Easy Install Instructions
If you have easy_install setup, you can run:
easy_install alterootheme.intensesimplicity
Buildout Instructions
This theme "works with buildout" (tm), follow the steps below.
- Add 'alterootheme.intensesimplicity' to your 'buildout.cfg' or other relevant buildout configuration file.
similar to the example below:
[buildout] <snip>...... eggs = elementtree [instance] <snip> ........ eggs = alterootheme.intensesimplicity # e.g. zcml = my.package my.other.package zcml = alterootheme.intensesimplicity
2. From within your buildout directory run:
bin/buildout -o