netfrag.org > TWiki > WebChangesAlert (r1.1 vs. r1.12)
TWiki . { Home? | Welcome | Register | Changes | Index | Search | Go }

 <<O>>  Difference Topic WebChangesAlert (r1.12 - 20 Nov 2001 - MikeMannix?)
Line: 1 to 1
Added:
>
>

Line: 4 to 6
Changed:
<
<
Each netfrag.org 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?)
Line: 1 5 to 1 5
Changed:
<
<
META TOPICMOVED MikeMannix date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify"
>
>
META TOPICMOVED MikeMannix date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert"

 <<O>>  Difference Topic WebChangesAlert (r1.10 - 07 Sep 2001 - MikeMannix?)
Line: 1 to 1
Deleted:
<
<
TOC: No TOC in "TWiki.WebChangesAlert"
Line: 6 to 4
Changed:
<
<
>
>
Each netfrag.org 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?)
Line: 1 to 1
Changed:
<
<

Web Notification on Changes

>
>
TOC: No TOC in "TWiki.WebChangesAlert"
Line: 4 to 4
Changed:
<
<
Each netfrag.org 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

Line: 6 to 6
Changed:
<
<

Configuring Outgoing Mail

netfrag.org 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 MikeMannix date="999328830" from="TWiki.TWikiNotificationOfChanges" to="TWiki.WebNotification"
>
>

META TOPICMOVED MikeMannix date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify"

 <<O>>  Difference Topic WebChangesAlert (r1.8 - 01 Sep 2001 - MikeMannix?)
Line: 1 to 1
Changed:
<
<

Monitoring Site Changes

>
>

Web Notification on Changes

Line: 23 to 24
Added:
>
>
META TOPICMOVED MikeMannix date="999328830" from="TWiki.TWikiNotificationOfChanges" to="TWiki.WebNotification"

 <<O>>  Difference Topic WebChangesAlert (r1.7 - 01 Sep 2001 - MikeMannix?)
Line: 1 to 1
Changed:
<
<

TWiki Notification of Changes

>
>

Monitoring Site Changes

Line: 5 to 6
Changed:
<
<

Configuring outgoing mail

>
>

Configuring Outgoing Mail

Line: 11 to 12
Changed:
<
<

Call mailnotify in regular intervals

>
>

Call mailnotify at Regular Intervals

Line: 13 to 14
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?)
Line: 3 to 3
Changed:
<
<
Each netfrag.org 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 netfrag.org 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.
Line: 5 to 5
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

netfrag.org 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:

Line: 10 to 18
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?)
Line: 0 to 1
Added:
>
>

TWiki Notification of Changes

Line: 10 to 12
Changed:
<
<
-- PeterThoeny? - 20 Sep 2000
>
>
-- PeterThoeny - 16 Mar 2001

 <<O>>  Difference Topic WebChangesAlert (r1.4 - 02 Dec 2000 - PeterThoeny?)
Line: 8 to 8
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?)
Line: 3 to 3
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:
Line: 6 to 6
Changed:
<
<
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify)
>
>
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q)
Line: 8 to 8
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.
Line: 10 to 10
Changed:
<
<
-- PeterThoeny? - 21 Apr 2000
>
>
-- PeterThoeny? - 20 Sep 2000

 <<O>>  Difference Topic WebChangesAlert (r1.2 - 19 Aug 2000 - PeterThoeny?)
Line: 3 to 3
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?)
Line: 1 to 1
Added:
>
>
Each netfrag.org 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.12 | > | r1.11 | > | r1.10 | More }    output as: { }
Revision r1.1 - 22 Apr 2000 - 00:56 - PeterThoeny?
Revision r1.12 - 20 Nov 2001 - 08:03 - MikeMannix?