|
|
|
Web Changes Notification Service
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.
|
|
Format: TWiki handles entries in bullet list (<space><space><space>*) format containing the WikiName of a user; a WikiName with e-mail address; or a TWikiGroup. Examples:
|
< < |
|
> > |
|
|
The first entry is the default form, the notification gets sent to the e-mail address specified in the user's home page. The second entry lists an alternative e-mail address. The third entry specifies a group, the notification gets sent to each member of the group.
|
|
Web Changes Notification Service
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.
|
|
Format: TWiki handles entries in bullet list (<space><space><space>*) format containing the WikiName of a user; a WikiName with e-mail address; or a TWikiGroup. Examples:
|
< < |
-
Main.FredBloggs
-
Main.FredBloggs - secondary@home.com
-
Main.EngineeringGroup
|
> > |
|
|
The first entry is the default form, the notification gets sent to the e-mail address specified in the user's home page. The second entry lists an alternative e-mail address. The third entry specifies a group, the notification gets sent to each member of the group.
|
|
Web Changes Notification Service
|
< < |
Each AVO 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.
|
|
|
< < |
- You can subscribe and unsubscribe yourself in WebNotify on each web. Changes are immediate.
|
> > |
Subscription
You can subscribe and unsubscribe yourself in WebNotify on each web. Please keep the list in alphabetical order so that names can be found easily.
|
|
|
< < |
- 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.
- On TWiki.org, alerts are sent once a day.
|
> > |
Format: TWiki handles entries in bullet list (<space><space><space>*) format containing the WikiName of a user; a WikiName with e-mail address; or a TWikiGroup. Examples:
-
Main.FredBloggs
-
Main.FredBloggs - secondary@home.com
-
Main.EngineeringGroup
The first entry is the default form, the notification gets sent to the e-mail address specified in the user's home page. The second entry lists an alternative e-mail address. The third entry specifies a group, the notification gets sent to each member of the group.
E-mail Alerts
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. On TWiki.org, alerts are sent once a day.
|
|
See TWikiSiteTools for information on how to setup the alerts.
|
< < |
-- TWiki:Main.MikeMannix - 20 Nov 2001
|
> > |
-- TWiki:Main.MikeMannix - 20 Nov 2001
-- PeterThoeny - 28 Aug 2004
|
|
| META TOPICMOVED | MikeMannix | date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert" |
|
< < |
|
|
Web Changes Notification Service
Each AVO 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.
|
< < |
|
> > |
-
- On TWiki.org, alerts are sent once a day.
See TWikiSiteTools for information on how to setup the alerts.
-- TWiki:Main.MikeMannix - 20 Nov 2001
|
|
| META TOPICMOVED | MikeMannix | date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert" |
|
|
Web Changes Notification Service
|
< < |
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 AVO 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.
|
> > |
|
|
Web Changes Notification Service
|
< < |
Each AVO 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.
|
|
| META TOPICMOVED | MikeMannix | date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert" |
|
|
Web Changes Notification Service
Each AVO TWiki web has an automatic email notification service for recent changes. You can subscribe and unsubscribe yourself in WebNotify on each web.
|
< < |
| META TOPICMOVED | MikeMannix | date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify" |
|
> > |
| META TOPICMOVED | MikeMannix | date="1000260771" from="TWiki.WebChangesNotify" to="TWiki.WebChangesAlert" |
|
< < |
TOC: No TOC in "TWiki.WebChangesAlert"
|
|
Web Changes Notification Service
|
< < |
|
> > |
Each AVO TWiki web has an automatic email notification service for recent changes. You can subscribe and unsubscribe yourself in WebNotify on each web.
|
|
| META TOPICMOVED | MikeMannix | date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify" |
|
< < |
Web Notification on Changes
|
> > |
TOC: No TOC in "TWiki.WebChangesAlert"
|
|
|
< < |
Each AVO 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
|
|
|
< < |
Configuring Outgoing Mail
AVO 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 | MikeMannix | date="999328830" from="TWiki.TWikiNotificationOfChanges" to="TWiki.WebNotification" |
|
> > |
| META TOPICMOVED | MikeMannix | date="999396004" from="TWiki.WebNotification" to="TWiki.WebChangesNotify" |
|
< < |
Monitoring Site Changes
|
> > |
Web Notification on Changes
|
|
Each AVO 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.
|
|
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" |
|
< < |
TWiki Notification of Changes
|
> > |
Monitoring Site Changes
|
|
Each AVO 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.
|
< < |
Configuring outgoing mail
|
> > |
Configuring Outgoing Mail
|
|
AVO 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
|
> > |
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:
|
> > |
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)
|
|
TWiki Notification of Changes
|
< < |
Each AVO 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 AVO 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.
|
|
|
< < |
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
AVO 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:
|
|
% 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.
|
> > |
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
|
> > |
TWiki Notification of Changes
|
|
Each AVO 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.
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:
|
|
The above line will call mailnotify at 15 minutes and 45 minutes past every hour. The -q switch suppresses all normal output.
|
< < |
-- PeterThoeny - 20 Sep 2000
|
> > |
-- PeterThoeny - 16 Mar 2001
|
|
% crontab -e
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q)
|
< < |
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.
|
|
-- PeterThoeny - 20 Sep 2000
|
|
Each AVO 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 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:
|
|
% crontab -e
|
< < |
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify)
|
> > |
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify -q)
|
|
|
< < |
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.
|
|
|
< < |
-- PeterThoeny - 21 Apr 2000
|
> > |
-- PeterThoeny - 20 Sep 2000
|
|
Each AVO 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:
|
> > |
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:
|
|
% crontab -e
15,45 * * * * (cd ~twiki/public_html/bin; ./mailnotify)
|
> > |
Each AVO 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
|
|
|