Mercurial > hg > discussions
comparison discusssions/events.py @ 0:c904249afb04
initial commit of discussions
| author | k0s <k0scist@gmail.com> |
|---|---|
| date | Sat, 02 Jan 2010 13:36:23 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:c904249afb04 |
|---|---|
| 1 """ | |
| 2 events: | |
| 3 add_message(message) | |
| 4 add_member(member, discussion) | |
| 5 digest(name, discussion) # name: id token of digest, e.g. 'daily' | |
| 6 """ | |
| 7 | |
| 8 def notify_subscribers(message): | |
| 9 """notify subscribers"" | |
| 10 | |
| 11 def notify_digest_subscribers(message, group): | |
| 12 """notify digest subscribers""" | |
| 13 |
