forked from collective/collective.inviting
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
40 lines (25 loc) · 1.21 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Introduction
============
collective.inviting is an add-on for Plone that manages event invitations,
confirmations, and attendance as stored, indexed relationships between
users (members or guests) and event content items in a Plone site.
This package provides the following features:
* Allow event content owners to manage invitations and retrospectively
track attendance and confirmations (RSVPs).
* Email invitations including iCal, vCal attachments and links to
return to the event to confirm/RSVP.
* Support both site members and guests (identifying with email) as
parties who can be invited.
* Builds upon collective.subscribe, a general purpose set of components
for managing user relationships ("subscriptions") with content.
* Users can change their confirmation status by re-visiting the
confirmation link.
* A simple hash/token is included in emailed URLs to prevent abuse.
* Provides utility and adapter registrations for components in
collective.subscribe for use in a Plone site.
Depends on collective.subscribe.
--
Author: Sean Upton <[email protected]>
Copyright 2011, The University of Utah.
Released as free software under the GNU GPL version 2 license.
See doc/COPYING.txt