How to install z3c.boston
- Download and install ActivePython
- Open Command Prompt
- Type
pypm install z3c.boston
Dependencies
- distribute
- jquery.javascript
- jquery.layer
- jquery.layer
- z3c.form
- z3c.formjs
- z3c.formui
- z3c.layer
- z3c.pagelet
- z3c.template
- z3c.viewlet
- z3c.zrtresource
- zope.app.boston
- [test] zope.app.dtmlpage
- [test] zope.app.onlinehelp
- [test] zope.app.securitypolicy
- [test] zope.app.testing
- [test] zope.app.zcmlfiles
- [test] zope.testbrowser
Lastest release
Introduction
This skin is a derivative of the zope.app.boston.Boston skin, which supports pagelets, forms and javascript forms.
Usage:
It includes the information needed to configure itself. To add it to your configuration;
- Add it to your buildout...
eggs=... z3c.boston
- To use the skin, you can use a traversal adapter:
http://localhost:8080/++skin++z3c_boston/index.html
3. To configure this as your default skin, add this line to your site.zcml file:
<includeOverrides package="z3c.boston" file="default_skin.zcml" />
Changelog
1.0.1dev - Unreleased
- Initial release