Package: collective - CMFSubscription
a test of SfIndex product
Sourceforge Info
| Project Name: | collective |
| Package Name: | CMFSubscription |
| Files Page: | |
| Browse CVS: | http://cvs.sourceforge.net/viewcvs.py/collective/CMFSubscription/ |
Package README (CVS ver. 1.1)
The CMFSubscription is a way to get notified if someone changes content in
Plone.
A new workflow 'subscription_workflow' has been created which has an additional
transition 'update'. The 'update' transition just returns zo the same state, but
provides a hook to send out notifications.
A script 'subscribers' finds all subscriptions to the current object.
A new content type 'Subscription' is used to store subscriptions in the home
user folder of the Member area.
A new script 'trigger_update' has been added to call the 'update' transition in
the workflow.
The 'trigger_update' script has been set as followup script to document_edit.
REQUIREMENTS
Plone 1.01
CMF 1.3
Zope 2.5.1
PortalMail (sf.net/projects/collective)
PortalNotification (sf.net/projects/collective)
Cheers - Bernhard Buehlmann, 4teamwork (b.buehlmann@3teamwork.ch)