| |
TWikiSiteTools 4 - 02 Dec 2001 - Main.MikeMannix
|
|
TWikiSiteTools | | 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. | |
> > | | | 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. | | replacements
(as of 2001-11-20, none of them free). | |
< < | WebChanges
To 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 Log
You 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. | |
> > | | | Configuring for Automatic Operation
- You can automatically generate usage statistics for all webs. To enable this:
| | See also: TWikiVariables for including hard-coded searches in text. | |
< < | -- MikeMannix? - 30 Nov 2001 | > > | WebChanges
To 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 preset SEARCH . The number of topics listed by the limit parameter.:
%SEARCH{".*" web="TWiki" regex="on" nosearch="on" order="modified" reverse="on" limit="50"}%
WebIndex
WebIndex lists all web topics in alphabetical order, with the first couple of lines of text. This is simply a preset SEARCH :
%SEARCH{"\.*" scope="topic" regex="on" nosearch="on"}%
-- MikeMannix? - 01 Dec 2001 |
|
Revision 4 | r4 - 02 Dec 2001 - 10:22:00 - MikeMannix? |
Revision 3 | r3 - 01 Dec 2001 - 10:03:44 - MikeMannix? |
|
|
This site is powered by the TWiki collaboration platform. All material on this collaboration platform is the property of the contributing authors. All material marked as authored by Eben Moglen is available under the license terms CC-BY-SA version 4.
|
|
| |