cybertools/tracking/comment
helmutm f9418c1df6 started work on comment (discussions) and notify (notifications)
git-svn-id: svn://svn.cy55.de/Zope3/src/cybertools/trunk@2389 fd906abe-77d9-0310-91a1-e0d9ade77398
2008-02-11 22:29:25 +00:00
..
__init__.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
base.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
interfaces.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
README.txt started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00
tests.py started work on comment (discussions) and notify (notifications) 2008-02-11 22:29:25 +00:00

=============
Notifications
=============

  ($Id$)

  >>> from cybertools.tracking.btree import TrackingStorage
  >>> from cybertools.tracking.notify.base import Notification

  >>> comments = TrackingStorage(trackFactory=Notification)