Busy City Theme

Free Busy City Plone 3.0 Theme Based on a theme from owsd.org

Current release

No stable release available yet.

Project Description

Busy City Theme

Free Busy City Plone 3.0 Theme

Based on the oswd.org Busy City theme by Jenna Smith.


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.busycity

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.busycity
# e.g. zcml = my.package my.other.package
zcml =
     alterootheme.busycity


2. From within your buildout directory run:

bin/buildout -o