diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-15 10:15:33 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2007-08-15 10:15:33 +0200 |
commit | a681e1688bb93f1baa2f1646d4f677a4d29f07db (patch) | |
tree | b1737725e1c42706c991146a166e4300acc5fa5d /TWiki/SiteUsageStatistics.mdwn | |
parent | 1636e576934c7c34c52b4601a92e431ab7cc176f (diff) |
Weed TWiki/.
Diffstat (limited to 'TWiki/SiteUsageStatistics.mdwn')
-rw-r--r-- | TWiki/SiteUsageStatistics.mdwn | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/TWiki/SiteUsageStatistics.mdwn b/TWiki/SiteUsageStatistics.mdwn deleted file mode 100644 index 091f503d..00000000 --- a/TWiki/SiteUsageStatistics.mdwn +++ /dev/null @@ -1,22 +0,0 @@ -%TOC% %STARTINCLUDE% - -## <a name="Site_Usage_Statistics"> Site Usage Statistics </a> - -* You can automatically generate usage statistics for all webs. To enable this: - * Make sure variable `$doLogTopicView, $doLogTopicSave and $doLogTopicUpload` in `wikicfg.pm` are set. This will generate log entries in file `twiki/data/log<date>.txt` . - * Topic [[WebStatistics]] 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 most systems. Example crontab entry: <br />`0 0 * * * (cd /path/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/bin/geturl` in your cron job and specify the URL of the `twiki/bin/statistics` script as a parameter. Example: <br />`0 0 * * * (cd /path/to/TWiki/bin; ./geturl mydomain.com /urlpath/to/TWiki/bin/statistics >/dev/null 2>&1)` - * The `twiki/bin/statistics` script can also be executed as a CGI script, just enter the URL in your browser. Examples: - * Update current month for all webs: <br />`http://mydomain.com/twiki/bin/statistics` - * Update current month for Main web only: <br />`http://mydomain.com/twiki/bin/statistics/Main` - * Update January 2000 for Main web: <br />`http://mydomain.com/twiki/bin/statistics/Main?logdate=200001` - --- [[MikeMannix]] - 01 Sep 2001 - -## <a name="GnuFans_org"> </a> [[GnuFans]].org - -We also have [[TWiki/TWikiChanges]] and <http://hurd.gnufans.org/webalizer/> running on our site. - --- [[Main/GrantBow]] - 17 Jan 2003 |