Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
On this page:
TWikiSiteTools | ||||||||
Line: 13 to 13 | ||||||||
Each TWiki web has an automatic email alert service that sends a list of recent changes on a preset schedule, like once a day. Users can subscribe and unsubscribe using WebNotify in each web. The Perl script mailnotify is called by a deamon in regular intervals. The script sends an automated email to subscribed users if topics were changed in a web within last interval. | ||||||||
Added: | ||||||||
> > |
| |||||||
Configuring Outgoing MailTWiki will use theNet::SMTP module in case it is installed on your system. You need to specify the SMTPMAILHOST variable in TWikiPreferences. | ||||||||
Line: 36 to 38 | ||||||||
replacements![]() | ||||||||
Deleted: | ||||||||
< < | WebChangesTo check for the most recently edited topics while on-site, use the WebChanges link, usually located on the upper toolbar. It lists the _ most recently modified, newest first, along with the first couple of lines of the page content. | |||||||
WebStatistics Site Usage LogYou can generate a listing manually, or on an automated schedule, of visits to individual pages, on a per web basis. Compiled as a running total on a monthly basis. Includes totals for Topic Views, Topic Saves, Attachment Uploads, Most Popular Topics with number of views, and Top Contributors showing total of saves and attachment uploads. Previous months are saved. | ||||||||
Added: | ||||||||
> > |
| |||||||
Configuring for Automatic Operation
| ||||||||
Line: 71 to 71 | ||||||||
See also: TWikiVariables for including hard-coded searches in text. | ||||||||
Changed: | ||||||||
< < | -- MikeMannix - 30 Nov 2001 | |||||||
> > | WebChangesTo check for the most recently edited topics while on-site, use the WebChanges link, usually located on the upper toolbar. It lists the most recently modified topics, newest first, along with the first couple of lines of the page content. This is simply a presetSEARCH . The number of topics listed by the limit parameter.:
%SEARCH{".*" web="TWiki" regex="on" nosearch="on" order="modified" WebIndexWebIndex lists all web topics in alphabetical order, with the first couple of lines of text. This is simply a presetSEARCH :
-- MikeMannix - 01 Dec 2001%SEARCH{"\.*" scope="topic" regex="on" nosearch="on"}% |