| <<O>> Difference Topic WebChangesAlert (r1.13 - 23 Jan 2003 - PeterThoeny) | 
| Changed: | |
| < < | Each TWiki web has an automatic email notification service that sends you an email with links to all of the topics modified since the last alert. | 
| > > | Each TWiki web has an automatic email notification service that sends you an email with links to all of the topics modified since the last alert. | 
| <<O>> Difference Topic WebChangesAlert (r1.12 - 20 Nov 2001 - MikeMannix) | 
| Changed: | |
| < < | |
| > > | |
| Changed: | |
| < < | Each TWiki web has an automatic email notification service for recent changes. You can subscribe and unsubscribe yourself in WebNotify on each web. | 
| > > | Each TWiki web has an automatic email notification service that sends you an email with links to all of the topics modified since the last alert. 
 
 | 
| <<O>> Difference Topic WebChangesAlert (r1.11 - 12 Sep 2001 - MikeMannix) | 
| Changed: | |
| < < | %META:TOPICMOVED{by="MikeMannix" date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify"}% | 
| > > | %META:TOPICMOVED{by="MikeMannix" date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert"}% | 
| <<O>> Difference Topic WebChangesAlert (r1.10 - 07 Sep 2001 - MikeMannix) | 
| Changed: | |
| < < | TOC: No TOC in "TWiki.WebChangesAlert" | 
| > > | |
| Changed: | |
| < < | |
| > > | Each TWiki web has an automatic email notification service for recent changes. You can subscribe and unsubscribe yourself in WebNotify on each web. | 
| <<O>> Difference Topic WebChangesAlert (r1.9 - 02 Sep 2001 - MikeMannix) | 
| Changed: | |
| < < | Web Notification on Changes | 
| > > | TOC: No TOC in "TWiki.WebChangesAlert" | 
| Changed: | |
| < < | Each TWiki web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in WebNotify of each TWiki web. The Perl script mailnotifyis called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval. | 
| > > | Web Changes Notification Service | 
| Changed: | |
| < < | Configuring Outgoing MailTWiki will use theNet::SMTPmodule in case it is installed on your system. You need to specify theSMTPMAILHOSTvariable in TWikiPreferences.
You can use an external mail program likesendmailin case theNet::SMTPmodule is not installed. In this case specify the$mailProgramintwiki/bin/TWiki.cfg. Call For Unix platforms: Edit the cron table so that | 
| > > | %META:TOPICMOVED{by="MikeMannix" date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify"}% | 
| <<O>> Difference Topic WebChangesAlert (r1.8 - 01 Sep 2001 - MikeMannix) | 
| Changed: | |
| < < | Monitoring Site Changes | 
| > > | Web Notification on Changes | 
| Added: | |
| > > | %META:TOPICMOVED{by="MikeMannix" date="999328830" from="TWiki.TWikiNotificationOfChanges" to="TWiki.WebNotification"}% | 
| <<O>> Difference Topic WebChangesAlert (r1.7 - 01 Sep 2001 - MikeMannix) | 
| Changed: | |
| < < | TWiki Notification of Changes | 
| > > | Monitoring Site Changes | 
| Changed: | |
| < < | Configuring outgoing mail | 
| > > | Configuring Outgoing Mail | 
| Changed: | |
| < < |  Call  | 
| > > |  Call  | 
| Changed: | |
| < < | For Unix platforms: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| > > | For Unix platforms: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| <<O>> Difference Topic WebChangesAlert (r1.6 - 17 Mar 2001 - PeterThoeny) | 
| Changed: | |
| < < | Each TWiki web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in WebNotify of each TWiki web. The Perl script mailnotifyis called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval. | 
| > > | Each TWiki web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in WebNotify of each TWiki web. The Perl script mailnotifyis called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval. | 
| Changed: | |
| < < | Installation note for Unix platforms: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| > > | Configuring outgoing mailTWiki will use theNet::SMTPmodule in case it is installed on your system. You need to specify theSMTPMAILHOSTvariable in TWikiPreferences.
You can use an external mail program likesendmailin case theNet::SMTPmodule is not installed. In this case specify the$mailProgramintwiki/bin/TWiki.cfg. Call For Unix platforms: Edit the cron table so that | 
| Changed: | |
| < < | The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -qswitch suppresses all normal output. | 
| > > | The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -qswitch suppresses all normal output.
On Windows NT / 2000 you can use a scheduled task. | 
| <<O>> Difference Topic WebChangesAlert (r1.5 - 16 Mar 2001 - PeterThoeny) | 
| Added: | |
| > > | TWiki Notification of Changes | 
| Changed: | |
| < < | -- PeterThoeny - 20 Sep 2000 | 
| > > | -- PeterThoeny - 16 Mar 2001 | 
| <<O>> Difference Topic WebChangesAlert (r1.4 - 02 Dec 2000 - PeterThoeny) | 
| Changed: | |
| < < | The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. The -qswitch suppresses all normal output. | 
| > > | The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -qswitch suppresses all normal output. | 
| <<O>> Difference Topic WebChangesAlert (r1.3 - 21 Sep 2000 - PeterThoeny) | 
| Changed: | |
| < < | Implementation note: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| > > | Installation note for Unix platforms: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| Changed: | |
| < < | 15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify) | 
| > > | 15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q) | 
| Changed: | |
| < < | The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. | 
| > > | The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. The -qswitch suppresses all normal output. | 
| Changed: | |
| < < | -- PeterThoeny - 21 Apr 2000 | 
| > > | -- PeterThoeny - 20 Sep 2000 | 
| <<O>> Difference Topic WebChangesAlert (r1.2 - 19 Aug 2000 - PeterThoeny) | 
| Changed: | |
| < < | Implementation note: Edit the cron table so that mailnotifyis called every 60 minutes. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| > > | Implementation note: Edit the cron table so that mailnotifyis called in an interval of your choice. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example: | 
| <<O>> Difference Topic WebChangesAlert (r1.1 - 22 Apr 2000 - PeterThoeny) | 
| Added: | |
| > > | Each TWiki web does an automatic email notification of recent changes. Users can subscribe / unsubscribe themselves in WebNotify of each TWiki web. The Perl script mailnotifyis called by a deamon in regular intervals. The script is sending an automated email to subscribed users in case some topics changed in a web within this interval. 
Implementation note: Edit the cron table so thatmailnotifyis called every 60 minutes. Please consultman crontabof how to modify the table that schedules program execution at certain intervals. Example:% crontab -e 15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify)The above line will call mailnotify at 15 minutes and 45 minutes passed every hour. -- PeterThoeny - 21 Apr 2000 | 
| Topic WebChangesAlert . { View | Diffs | r1.13 | > | r1.12 | > | r1.11 | More } | 
| Revision r1.1 - 22 Apr 2000 - 00:56 GMT - PeterThoeny Revision r1.13 - 23 Jan 2003 - 08:08 GMT - PeterThoeny | Copyright © 1999-2003 by the contributing authors. 
All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback. |