TWiki home TWiki > TWiki > WebChangesAlert (r1.1 vs. r1.13) TWiki webs:
Main | TWiki | Know | Sandbox
TWiki . { Welcome | Register | Changes | Topics | Index | Search | Go }
 <<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.

  • You can subscribe and unsubscribe yourself in WebNotify on each web. Changes are immediate.

  • The frequency of alerts is set by the TWiki site administrator: it could be once a day, every hour, whatever works for the particular web.

 <<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 mailnotify is 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 Mail

TWiki will use the Net::SMTP module in case it is installed on your system. You need to specify the SMTPMAILHOST variable in TWikiPreferences.

You can use an external mail program like sendmail in case the Net::SMTP module is not installed. In this case specify the $mailProgram in twiki/bin/TWiki.cfg.

Call mailnotify at Regular Intervals

For Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

% crontab -e
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q)
The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -q switch suppresses all normal output.

On Windows NT / 2000 you can use a scheduled task.

-- PeterThoeny - 16 Mar 2001
%META:TOPICMOVED{by="MikeMannix" date="999328830" from="TWiki.TWikiNotificationOfChanges" to="TWiki.WebNotification"}%

>
>

%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 mailnotify in regular intervals

>
>

Call mailnotify at Regular Intervals

Changed:
<
<

For Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

>
>

For Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of 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 mailnotify is 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 mailnotify is 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 mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

>
>

Configuring outgoing mail

TWiki will use the Net::SMTP module in case it is installed on your system. You need to specify the SMTPMAILHOST variable in TWikiPreferences.

You can use an external mail program like sendmail in case the Net::SMTP module is not installed. In this case specify the $mailProgram in twiki/bin/TWiki.cfg.

Call mailnotify in regular intervals

For Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

Changed:
<
<

The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -q switch suppresses all normal output.

>
>

The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -q switch 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 -q switch suppresses all normal output.

>
>

The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -q switch suppresses all normal output.


 <<O>>  Difference Topic WebChangesAlert (r1.3 - 21 Sep 2000 - PeterThoeny)
Changed:
<
<

Implementation note: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

>
>

Installation note for Unix platforms: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of 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 -q switch 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 mailnotify is called every 60 minutes. Please consult man crontab of how to modify the table that schedules program execution at certain intervals. Example:

>
>

Implementation note: Edit the cron table so that mailnotify is called in an interval of your choice. Please consult man crontab of 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 mailnotify is 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 that mailnotify is called every 60 minutes. Please consult man crontab of 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-2004 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback.