-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathREADME.txt
18 lines (15 loc) · 969 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
CMFNotification is a Plone product that allows users to be notified
when various events occur in the portal: item creation or
modification, workflow actions, etc.
The version hosted here (at [email protected]:izak/Products.CMFNotification.git)
is a fork of the version that is in the collective at
https://svn.plone.org/svn/collective/Products.CMFNotification/trunk. I forked
it here with the permission of Pilot Systems.
This version is different to the one in the collective. The actual notification
process, namely sending an email to interested users, has been split into a
named utility. You can register your own notification methods in the same way,
and CMFNotification will be able to use them.
The primary use for this functionality: We wanted CMFNotification to tell
users about changes by using slc.stickystatusmessages. Other uses might
be that you want to send a Short Message to their cellular phone, or a tweat
on twitter. The possibilities are endless.