Difference: TWikiSiteTools (12 vs. 13)

Revision 1315 Nov 2006 - Main.TWikiContributor

Line: 1 to 1
 

TWiki Site Tools

Line: 36 to 36
 To check for the most recently edited topics while on-site, use the WebChanges link, usually located in the 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.:

Changed:
<
<
>
>
 

Changed:
<
<
%SEARCH{ ".*" web="TWiki" regex="on" nosearch="on" order="modified"
reverse="on" limit="50" }%
>
>
%SEARCH{ ".*" web="TWiki" type="regex" nosearch="on" order="modified"
reverse="on" limit="50" }%
 
Line: 46 to 47
 

WebIndex - list of topics

WebIndex lists all web topics in alphabetical order, with the first couple of lines of text. This is simply a preset SEARCH:

Changed:
<
<
>
>
 

Changed:
<
<
%SEARCH{ "\.*" scope="topic" regex="on" nosearch="on" }%
>
>
%SEARCH{ "\.*" scope="topic" type="regex" nosearch="on" }%
 
Line: 66 to 67
 
    • The WebStatistics topic must be present in all webs where you want to have statistics. You can use the topic in the Main web as a template.
    • Call the twiki/bin/statistics script from a cron job, once a day is recommended. This will update the WebStatistics topics in all webs.
    • Attention: The script must run as the same user as the CGI scripts are running, which is user nobody on many systems. Example crontab entry:
      0 0 * * * (cd /path/to/twiki/bin; ./statistics >/dev/null 2>&1)
Changed:
<
<
    • There is a workaround in case you can't run the script as user nobody : Run the utility twiki/bin/geturl in your cron job and specify the URL of the twiki/bin/statistics script as a parameter. Example:
      0 0 * * * (cd /path/to/twiki/bin; ./geturl mydomain.com /urlpath/to/twiki/bin/statistics >/dev/null 2>&1)
>
>
    • There is a workaround in case you can't run the script as user nobody : Run the utility twiki/tools/geturl.pl in your cron job and specify the URL of the twiki/bin/statistics script as a parameter. Example:
      0 0 * * * (cd /path/to/twiki/tools; ./geturl.pl mydomain.com /urlpath/to/twiki/bin/statistics >/dev/null 2>&1)
  When running from the command line or a cron job, you can pass parameters to the script like this:
Line: 106 to 107
 
rename move when moving attachment: Attachment filename moved to Newweb.NewTopic
passwd resetpasswd LoginName, WikiName, E-mail address, success code from addUserPassword
passwd changepasswd LoginName, WikiName
Changed:
<
<
save save when replacing existing revision: repRev 3
when user checks the minor changes box: dontNotify
>
>
save save when replacing existing revision: repRev 3
when user checks the minor changes box: dontNotify
when user changes attributes to an exising attachment: filename.ext
save cmd special admin parameter used when saving
 
search search search string
upload upload filename
view view when viewing non-existing topic: (not exist)
when viewing previous topic revision: r3
 
This site is powered by the TWiki collaboration platformCopyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback
Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiSiteTools