A simple, ajax based bannerrotation viewlet for plone
Project description
Introduction
inqbus.bannerrotation simple, ajax based bannerrotation viewlet for plone. It uses the jQuery Cycle Plugin and its original implementation can be found here: http://jquery.malsup.com/cycle/
Installing
Installing without buildout
Install this package in either your system path packages or in the lib/python directory of your Zope instance. You can do this using either easy_install or via the setup.py script.
Installing with buildout
If you are using buildout_, just add it to your eggs and your zcml in the instance part:
[instance] eggs = inqbus.bannerrotation ... zcml = inqbus.bannerrotation
inqbus.bannerrotation use a z3c.form view for the configlet. To make sure you get the right versions, you might want to add the following into your buildout.cfg to:
[buildout] ... extentds = ... http://good-py.appspot.com/release/plone.app.z3cform/0.5.0
After that, just run ‘’bin/buildout’’ in your instance rootfolder to get the package and all of it dependencies.
Configuration
At the moment, there are two ways to configure the viewlet. The first and more comfortable way is to go to plone control_panel and choose ‘Bannerrotation Viewlet’. The other way to configure it is via a propertysheet, which can be found in the ‘’Zope Management Interface’’ under ‘portal_properties’ > ‘bannerrotation_properties’.
Copyright and Credits
jQuery Cycle is developed and maintained by M. Alsup and is dual-licensed under MIT and GPL: http://jquery.malsup.com/cycle/
The Author of inqbus.bannerrotation: Max Brauer (max.brauer@inqbus.de)
Changelog
1.0 (2011-04-29)
Initial release