From: eldy <>
Date: Mon, 24 Feb 2003 05:08:35 +0000 (+0000)
Subject: - Updated documentation.
X-Git-Tag: AWSTATS_5_5_BETA~97
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db94c356d9765ba3b2f041a7447e1b4d8e4d59cb;p=thirdparty%2FAWStats.git
- Updated documentation.
- Optimized HTML report size.
---
diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt
index ad37df50..6e25afbd 100644
--- a/docs/awstats_changelog.txt
+++ b/docs/awstats_changelog.txt
@@ -12,11 +12,12 @@ Fixes:
New features/improvments:
- Added a screen size report.
- Better 404 errors management. URLs are always cleaned from their
- parameter to build list 404 not found URLs list (because parameters are not
- intersting as they can't have effect because page is not found). Referrer
- URLs list for 40 not fouond URLs are kept with parameters only if
+ parameter to build '404 not found' URLs list (because parameters are not
+ interesting as they can't have effect as page is not found). Referrer
+ URLs list for '404 not found' URLs are kept with parameters only if
URLReferrerWithQuery is set to 1. This make this report more useful.
- Optimized code size.
+- Optimized HTML output report size.
Other/Documentation:
- Updated documentation.
diff --git a/docs/awstats_compare.html b/docs/awstats_compare.html
index 04442b28..4b91923a 100644
--- a/docs/awstats_compare.html
+++ b/docs/awstats_compare.html
@@ -41,7 +41,7 @@
| Features/Softwares | AWStats | Analog | Webalizer | HitBox |
-| Version - Date | 5.4 - January 2003 | 5.30 - November 2002 | 2.01-10 - April 2002 | NA |
+| Version - Date | 5.5 - February 2003 | 5.30 - November 2002 | 2.01-10 - April 2002 | NA |
| Language | Perl | C | C | Embedded HTML tag |
| Available on all platforms | Yes | Yes | Yes | NA |
| Sources available | Yes | Yes | Yes | No |
@@ -65,7 +65,7 @@
| Report hosts | Yes | Yes | Yes | Yes |
| WhoIs link on hosts | Yes | No | No | No |
| Report authenticated users | Yes | Yes | No | No |
-| Report/Filter robots (nb detected) | Yes/Yes (304**) | Yes / Yes (8) | No/No (0**) | No/No (0**) |
+| Report/Filter robots (nb detected) | Yes/Yes (307**) | Yes / Yes (8) | No/No (0**) | No/No (0**) |
| Report rush hours | Yes | Yes | Yes | Yes |
@@ -83,13 +83,15 @@
| Report web compression statistics (mod_gzip,mod_deflate) | Yes | No | No | No |
| Report file types | Yes | Yes | No | No |
| Report by file size | No | Yes | No | No |
+| Report OS (nb detected) | Yes (32) | Yes (29) | No (0) | ? |
+| Report browsers (nb detected) | Yes (84*) | Yes (9*) | Yes (4*) | Yes (<20*) |
+| Report details of browsers versions | Major and minor versions | Major versions only | Major an minor versions | Major and minor versions |
+| Report screen sizes | Yes | No | No | Yes |
-| Report browsers (nb detected) | Yes (78*) | Yes (9*) | Yes (4*) | Yes (<20*) |
-| Report details of browsers versions | Major and minor versions | Major versions only | Major an minor versions | Major and minor versions |
-| Report OS (nb detected) | Yes (31) | Yes (29) | No (0) | ? |
-| Report search engines used (nb detected) | Yes (90***) | Yes (24) | No (0) | Yes (<20 ***) |
-| Report keywords/keyphrases used on search engines (nb detected) | Yes/Yes (93***) | Yes/No (29***) | No/Yes (14***) | Yes/No (<20***) |
+| Report search engines used (nb detected) | Yes (96***) | Yes (24) | No (0) | Yes (<20 ***) |
+| Report keywords/keyphrases used on search engines (nb detected) | Yes/Yes (93***) | Yes/No (29***) | No/Yes (14***) | Yes/No (<20***) |
+| Report external refering web page with/without query | Yes/Yes | No/No | No/Yes | Yes/No |
| Report HTTP Errors | Yes
| Yes | Yes | No |
@@ -99,8 +101,8 @@
| Daily statistics | Yes | Yes | Yes | Yes |
| Monthly statistics | Yes | Yes | Yes | Yes |
| Yearly statistics | Yes | Yes | Yes | Yes |
-Benchmark with no DNS lookup in lines/seconds (full features enabled, with XLF format, on Athlon 1Ghz) | 4500**** | ?**** | 12000**** | NA No program to run |
-Benchmark with DNS lookup in lines/seconds (full features enabled, with XLF format, on Athlon 1Ghz) | 80**** | 80**** | 80**** | NA No program to run |
+Benchmark with no DNS lookup in lines/seconds (full features enabled, with XLF format, standard Perl 5.8, Athlon 1Ghz) | 4500**** | ?**** | 12000**** | NA No program to run |
+Benchmark with DNS lookup in lines/seconds (full features enabled, with XLF format, standard Perl 5.8, Athlon 1Ghz) | 80**** | 80**** | 80**** | NA No program to run |
| Graphical statistics in one page / several / or frames | Yes/Yes/Yes | Yes/No/No | Yes/Yes/No | No/Yes/Yes |
diff --git a/docs/awstats_config.html b/docs/awstats_config.html
index 8de0791b..67acc707 100644
--- a/docs/awstats_config.html
+++ b/docs/awstats_config.html
@@ -1019,9 +1019,9 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an
# var awstatsscreenlogger="logscreensizeurl";
# document.write('<img src="/'+awstatsscreenlogger+'?w='+screen.width+'&h='+screen.height+'" border=0 width=0 height=0>');
# </script>
-
# If this code is not added in index page, or if value of "logscreensizeurl"
-
# in the code does not match value defined in this LogScreenSizeUrl parameter,
-
# screen size detection won't work, so you should set ShowScreenSize to 0.
+
# If code is not added in index page, or if value of "logscreensizeurl" in
+
# this code does not match value defined in LogScreenSizeUrl config parameter,
+
# screen size detection won't work, so you should set ShowScreenSizeStats to 0.
# Change : Effective for new updates only.
# Possible value: Any string but same than the one used in added HTML code.
# Default: "logscreensizeurl"