Gallery Portlet 1.0-dev (Release candidate) (Jul 17, 2009)
This is not a final release. Experimental releases should only be used for testing and development. Do not use these on production sites, and make sure you have proper backups before installing.
The initial release of the portlet
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Release candidate |
| License | GPL |
This is the initial release of the portlet. You can find it on PyPi.
Installation is straightforward, just add se.portlet.gallery to buildout eggs and zcml.
[buildout]
eggs = ...
se.portlet.gallery
zcml = ...
se.portlet.gallery
Issues:
JQuery - it is based on JQuery lib, which is available in Plone 3. If your version of Plone doesn' have jquery installed you can add it yourself. There is important issue however. Plone changes $ to jq to avoid confilcts. If your version didn't change this you have to do it yourself.Change log
Version: 1.0dev
You can control:
- title - or leave blank
- width - or leave blank to leave standard width
- height
- content types which should be treated as images
- workflow state
- paths where images will be looked for (you can have a single folder or many ...)
- image size using PIL (e.g. mini, thumb ...)
- animation properties (interval between slides, number of steps in animation)

