An event registration system for plone
Project description
Introduction
An event registration system for Plone. Provides Registrant and RegisterableEvent content types (using old-style content type framework: Archetypes) and corresponding workflows and associated portal_properties property sheet.
Installation
Use Buildout:
$ virtualenv . $ bin/pip install zc.buildout $ bin/buildout init
With this buildout.cfg:
[buildout] allow-hosts = *.python.org extends = http://dist.plone.org/release/4.2.2/versions.cfg versions = versions parts = plone [plone] recipe = plone.recipe.zope2instance user = admin:admin eggs = Pillow Plone Products.EventRegistration
And:
$ bin/buildout $ bin/plone fg
Setup
This add-on uses Plone’s categories feature to define event types. As such, before adding a RegisterableEvent you must at least add one other content item first e.g. a Page, and define at least one category in it.
Changelog
1.0.4 - 2013-02-12
Restore event notifications by listening for IObjectModified event
1.0.3 - 2012-11-07
Registrant is not globally allowed [aclark]
1.0.2 - 2012-11-07
Modernize ATs [aclark]
1.0.1 - 2012-11-05
Fix view template [aclark]
1.0.0 - 2012-11-05
Initial release [aclark]
< 1.0.0
Written and developed by Jason McVetta
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for Products.EventRegistration-1.0.4.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9ebd77f239cfa36faf517c3b8b6340f6f5a68de92f2245a821b77f39998c4fb8 |
|
MD5 | 126cb59fe6965e8e17dfafc80547baae |
|
BLAKE2b-256 | eccf05a20be6af08b010c0eb6dc4e8a929bb7f9be74fd567326de42dc08a2381 |