Template Plone 4 theme for paster
Package skeleton Theme Plone 4 based on Sunburst theme for Paster
Project Description
Introduction
The aim of this project is to provide a package skeleton for paster which generates a theme plone 4 based on Sunburst Theme.
Requirements
PasteScript => 1.6.2
Installation
You simply download the template for paster, then decompress it in your home folder. Finally,type the following in folder plone4_theme :
$ python setup.py develop
To test the template is installed, type the following :
$ paster create --list-templates
To generate your theme, type the following :
$ paster create -t plone4_theme plonetheme.sitename
You must answer a series of questions, I advise you to answer three questions with this:
Namespace package : plonetheme Package Name : sitename Name of your theme : SiteName Theme
Copy your new theme package in the / src of your plone instance, and change your builtout like this:
* Add ``plonetheme.sitename`` to the list of eggs to install, e.g.:
[buildout]
eggs =
...
plonetheme.sitename
* Tell the plone.recipe.zope2instance recipe to install a ZCML slug:
[instance]
recipe = plone.recipe.zope2instance
...
zcml =
plonetheme.sitename
...
...
# Provide the *paths* to the eggs you are developing here:
develop =
src/plonetheme.sitename
Current Release
Template Plone 4 theme for paster 1.0
Released Jul 28, 2011 — tested with Plone 4
Package skeleton Theme Plone 4 based on Sunburst theme for Paster
More about this release…
-
Get
Template Plone 4 theme for paster
for
all platforms
- plone4_theme
- If you are using Plone 3.2 or higher, you probably want to install this product with buildout. See our tutorial on installing add-on products with buildout for more information.
All Releases
| Version | Released | Description | Compatibility | Licenses | Status |
|---|---|---|---|---|---|
| 1.0 | Jul 28, 2011 | Package skeleton Theme Plone 4 based on Sunburst theme for Paster More about this release… |
Plone 4
|
GPL | final |

