collective.portlet.countdown is a simple Plone portlet. It shows a countdown to a given date.
Version 1.0.0 is tested with Plone 4.3.x.
Add this line in the eggs section of your buildout.cfg
eggs =
...
collective.portlet.countdown
TBD.
If you want to add operun.crm as a dependency from another products use the profile default
in your metadata.xml
.
<metadata>
<version>1</version>
<dependencies>
<dependency>profile-collective.portlet.countdown:default</dependency>
</dependencies>
</metadata>
Please report issues in the bugtracker at https://github.com/operun/collective.portlet.countdown/issues.
The master-branch supports Plone 4 only. There is a branch image where the image is stored in the portlet assignment itself.
GNU General Public License, version 2
- Stefan Antonelli <stefan.antonelli@operun.de>
- Steffen Lindner <lindner@starzel.de>