Lazy Days Theme (1.0)
Released on 2008-04-04 by David Bain for Plone 3.0 under GPL - GNU General Public License available for All platforms.
Software development stage: alpha
- Lazy Days Theme download link: http://plone.org/products/lazy-days-theme/releases
- Homepage of Lazy Days Theme: http://pypi.python.org/pypi/alterootheme.lazydays
- Description source: http://plone.org/products/lazy-days-theme
A Theme for Plone 3.0 based on OpenWebDesign.org Lazy Days theme
A Theme for Plone 3.0 based on OpenWebDesign.org Lazy Days theme by Pat Heard.
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.lazydays
Buildout Instructions
This theme "works with buildout" (tm), follow the steps below.
- 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.lazydays
# e.g. zcml = my.package my.other.package
zcml =
alterootheme.lazydays
2. From within your buildout directory run:
<snip>......
eggs =
elementtree
[instance]
<snip> ........
eggs =
alterootheme.lazydays
# e.g. zcml = my.package my.other.package
zcml =
alterootheme.lazydays
bin/buildout
There are currently no items in this folder.



