seantis.dir.eventsportlet

Portlet for displaying events.


License
GPL-2.0+
Install
pip install seantis.dir.eventsportlet==1.2

Documentation

Seantis Events Portlet

Build Status Project Coverage Latest PyPI Release

Portlet for displaying events.

The portlet (seantis.dir.eventsportlet) shows events coming from a directory of events (seantis.dir.events).

Warning! Using multiple categories together with older calendars might result in errors on the event calendar. You still might use the new version of the portlet by assuring, only one category is set.

Dependencies

seantis.dir.eventsportlet relies on Plone 4.3+ with dexterity.

Installation

  1. Use Plone 4.3 or newer
extends =
    http://dist.plone.org/release/4.3/versions.cfg
  1. Add the module to your instance eggs
[instance]
eggs +=
    seantis.dir.eventsportlet
  1. Ensure that the i18n files are compiled by adding
[instance]
...
environment-vars =
    ...
    zope_i18n_compile_mo_files true
  1. Install dexterity and seantis.dir.eventsportlet using portal_quickinstaller

License

seantis.dir.eventsportlet is released under GPL v2