Line: 1 to 1 | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
Deleted: | ||||||||||
< < | On this page:
| |||||||||
Changed: | ||||||||||
< < | TWiki Site Tools | |||||||||
> > | TWiki Site Tools | |||||||||
Utilities for searching, navigation, and monitoring site activity | ||||||||||
Changed: | ||||||||||
< < | TWiki Site Tools include utilities for navigating, searching and keeping up with site activity. Preferences can be configured by web or site-wide. You are currently in the TWiki web. In particular, TWiki provides two highly configurable, automated site monitoring tools, WebNotify, to e-mail alerts when topics are edited, and WebStatistics, to generate detailed activity reports. | |||||||||
> > | TWiki Site Tools include utilities for navigating, searching and keeping up with site activity. Preferences can be configured by web or site-wide. You are currently in the TWiki web. In particular, TWiki provides two highly configurable, automated site monitoring tools, WebNotify, to e-mail alerts when topics are edited, and WebStatistics, to generate detailed activity reports.
On this page:
| |||||||||
WebNotify - recent changes alert | ||||||||||
Line: 16 to 17 | ||||||||||
Web Changes Notification ServiceEach TWiki web has an automatic e-mail notification service that sends you an e-mail with links to all of the topics modified since the last alert.![]() * subscriber [ : topics ]
Where subscriber can be a WikiName, an E-mail address, or a
group name. If subscriber contains any characters that are not legal in
an email address, then it must be enclosed in 'single' or "double" quotes. Please note that the guest user TWikiGuest does not have an email address mapped to it, and will never receive email regardless of the configuration of that user.
topics is an optional space-separated list of topics:
* daisy.cutter@flowers.comSubscribe Daisy to all changes to topics that start with Web .
* daisy.cutter@flowers.com : Web*Subscribe Daisy to changes to topics starting with Petal , and their immediate children, WeedKillers and children to a depth of 3, and all topics that match start with Pretty and end with Flowers e.g. PrettyPinkFlowers
* DaisyCutter: Petal* (1) WeedKillers (3) Pretty*FlowersSubscribe StarTrekFan to changes to all topics that start with Star except those that end in Wars , sInTheirEyes or shipTroopers .
* StarTrekFan: Star* - *Wars - *sInTheirEyes - *shipTroopersSubscribe Daisy to the full content of NewsLetter whenever it has changed * daisy@flowers.com: NewsLetter?Subscribe buttercup to NewsLetter and its immediate children, even if it hasn't changed. * buttercup@flowers.com: NewsLetter! (1)Subscribe GardenGroup (which includes Petunia) to all changed topics under AllnewsLetters to a depth of 3. Then unsubscribe Petunia from the ManureNewsLetter, which she would normally get as a member of GardenGroup: * GardenGroup: AllNewsLetters? (3) * petunia@flowers.com: - ManureNewsLetterSubscribe IT:admins (a non-TWiki group defined by a custom user mapping) to all changes to Web* topics.
* 'IT:admins' : Web*In addition to single quotes ('), double quotes (") do the same job for a non-TWiki group. A user may be listed many times in the WebNotify topic. Where a user has several lines in WebNotify that all match the same topic, they will only be notified about changes that topic once (though they will still receive individual mails for news topics). If a group is listed for notification, the group will be recursively expanded to the e-mail addresses of all members. ![]() {MailerContrib}{EmailFilterIn} setting in =configure .
![]() | ||||||||||
Changed: | ||||||||||
< < | You can also use %MAINWEB% instead of Main , but this is not necessary even if you have renamed the main web by configuring {MainWebName} in configure. | |||||||||
> > | You can also use %USERSWEB% instead of Main , but this is not necessary even if you have renamed the main web by configuring {MainWebName} in configure. | |||||||||
WebSearch - search TWiki site | ||||||||||
Line: 43 to 44 | ||||||||||
Added: | ||||||||||
> > |
WebRss and WebAtom - news feeds on recent changesYou can point your news reader at WebRss and WebAtom to find out what is new in a TWiki web. WebRssBase and WebAtomBase have the details. Like WebChanges, this is based on a%SEARCH{}% . | |||||||||
WebIndex - list of topics | ||||||||||
Line: 68 to 74 | ||||||||||
| ||||||||||
Added: | ||||||||||
> > |
| |||||||||
When running from the command line or a cron job, you can pass parameters to the script like this: | ||||||||||
Line: 78 to 85 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < |
| |||||||||
> > |
| |||||||||
| ||||||||||
Line: 92 to 99 | ||||||||||
| ||||||||||
Changed: | ||||||||||
< < | | 13 Mar 2025 - 06:59 | TWikiGuest | view | WebRss | | 66.124.232.02 | | |||||||||
> > | | 13 Mar 2025 - 06:59 | TWikiGuest | view | WebRss | | 66.124.232.02 | | |||||||||
| ||||||||||
Line: 105 to 112 | ||||||||||
| ||||||||||
Deleted: | ||||||||||
< < |
| |||||||||
| ||||||||||
Line: 137 to 142 | ||||||||||
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 | ||||||||||
Changed: | ||||||||||
< < | 0 2 * * * (cd /path/to/twiki/bin; ./mailnotify -q) | |||||||||
> > | 0 1 * * * (cd /path/to/twiki/bin; ./mailnotify -q) | |||||||||
Changed: | ||||||||||
< < | The above line will run mailnotify nightly at 02:00. The -q switch suppresses all normal output. | |||||||||
> > | The above line will run mailnotify nightly at 01:00. The -q switch suppresses all normal output. | |||||||||
For ISP installations: Many ISPs don't allow hosted accounts direct cron access, as it's often used for things that can heavily load the server. Workaround scripts are available. | ||||||||||
Line: 150 to 155 | ||||||||||
| ||||||||||
Added: | ||||||||||
> > | Help with crontabThe crontab command is used to schedule commands to be executed periodically.
| |||||||||
Related Topics: AdminDocumentationCategory, AdminToolsCategory | ||||||||||
Added: | ||||||||||
> > |
-- Contributors: TWiki:Main.MikeMannix![]() ![]() ![]() ![]() ![]() |