diff options
Diffstat (limited to 'Trash')
-rw-r--r-- | Trash/MonitoringSiteActivity.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Trash/MonitoringSiteActivity.mdwn b/Trash/MonitoringSiteActivity.mdwn index b9b97ffb..00224339 100644 --- a/Trash/MonitoringSiteActivity.mdwn +++ b/Trash/MonitoringSiteActivity.mdwn @@ -8,13 +8,13 @@ _Services for tracking content editing and general site usage_ TWiki provides two highly configurable, automated site monitoring tools, **WebNotify**, to email alerts when topics are edited, and **WebStats**, to generate detailed activity reports. -## <a name="WebNotify_Changes_Notification"> WebNotify Changes Notification </a> +## <a name="WebNotify_Recent_Changes_Alert"> WebNotify Recent Changes Alert </a> -Each TWiki web has an automatic email notification service for recent changes. Users can subscribe and unsubscribe using %NOTIFYTOPIC% in each web. +Each TWiki web has an automatic email alert service that sends a list of recent changes on a preset schedule, like once a day. Users can subscribe and unsubscribe using %NOTIFYTOPIC% in each web. ### <a name="Setting_Up_WebNotify"> Setting Up WebNotify </a> -The Perl script `mailnotify` is called by a deamon in regular intervals. The script sends an automated email to subscribed users in case some topics changed in a web within this interval. +The Perl script `mailnotify` is called by a deamon in regular intervals. The script sends an automated email to subscribed users if topics were changed in a web within last interval. #### <a name="Configuring_Outgoing_Mail"> Configuring Outgoing Mail </a> |