ftw.meeting is a Plone product that provides a meeting content type for Plone. The meeting acts as event but also as meeting report and can contain multiple meeting items. It provides an ical export and an optional PDF export (optional dependency ftw.pdfgenerator).
Usage
- Add the package to your buildout configuration:
[instance]
eggs +=
...
ftw.meeting
- Install the generic setup profile.
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Replace jq by $. [mathias.leimgruber]
· Use local text formatting command textbf instead of {bf }. [jone]