| Module name |
mailnotify MailnotifyCgiScript |
| Location |
TWIKIROOT/bin/mailnotify |
| Summary |
Produces periodic notifications based on whether people have added themselves to WebNotify |
| Primary Author |
NicholasLee |
Purpose
This command line tool compiles a list of what has changed since it was last run and emails it to interested users. Users subscribe using the
WebNotify page.
Used by
Diagram:
TWiki Modules used
This
CGI script depends on the following TWiki modules for functionality:
External Modules used
This
CGI script also depends on the following external modules
This section lists the methods that can be used by the scripts and by other modules
These do not need to be not documented yet
Please see
CodevDocumentationProject and
CodevDocumentationProjectDev for comments on the format of these pages.
--
MartinCleaver - 23 Jun 2002
This could call the
NotificationHandler to allow Plugins that do periodic jobs to hook in when notifications are sent out. TWiki::UI::Notification could then become a plugin, as could the
StatisticsCgiScript.
--
MartinCleaver - 03 May 2004