Events with simplelayout.
Project description
ftw.events is a Plone add-on allowing you to add containers (event folders) containing items representing an event (event page). It is backed by plone.app.event and is powered by ftw.simplelayout.
This Plone add-on is compatible with Plone 4.3.x
Installation
Add the package to your buildout configuration:
[instance] eggs += ... ftw.events
Install the “default” GenericSetup profile.
Usage
Start by creating a container which will hold the events by adding a event folder. Add as many event pages to the event folder as you like.
Background
The name of the content type event page has been chosen in order to avoid confusion with the content type event of Plone.
Development
Python:
Fork this repo
Clone your fork
Shell: ln -s development.cfg buildout.cfg
Shell: python boostrap.py
Shell: bin/buildout
Run bin/test to test your changes.
Or start an instance by running bin/instance fg.
Links
Continuous integration: https://jenkins.4teamwork.ch/search?q=ftw.events
Copyright
This package is copyright by 4teamwork.
ftw.events is licensed under GNU General Public License, version 2.
Changelog
1.1.0 (2016-09-26)
Make EventFolder and EventListingBlock addable on the Plone Site. [lknoepfel]
1.0.1 (2016-09-20)
Change German translation for event listing block. [jone]
Fix AttributeError in create_event_listing_block. [jone]
Added action for ics export. [tschanzt]
1.0.0 (2016-08-02)
Fixed bug where default value on eventlistingblock was not set. [lknoepfel]
Added ftw.calendar integration. [lknoepfel]
Don’t list EventPage in the navigation [lkoepfel]
Initial implementation [jone]
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.