Intense Simplicity Theme 1.0a (Alpha release) (Mar 25, 2008)

This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.

A proof of concept of "porting" an existing "non-plone" skin to Plone from a freely available template. Still requires more browser testing, so it should be considered alpha.

For additional information about this project, please visit the overview page .

Available downloads

Theme Source File

For all platforms (74 kB)

Theme Egg Package

For all platforms (50 kB)

Release Notes

Tested with Plone 3
State Alpha release
License GPL

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, you can run:

easy_install alterootheme.intensesimplicity

Buildout Instructions

This theme "works with buildout" (tm), follow the steps below.

  1. Add 'alterootheme.busycity' 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

 

Change log