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/SoftwaresAWStatsAnalogWebalizerHitBox -Version - Date5.4 - January 20035.30 - November 20022.01-10 - April 2002NA +Version - Date5.5 - February 20035.30 - November 20022.01-10 - April 2002NA LanguagePerlCCEmbedded HTML tag Available on all platformsYesYesYesNA Sources availableYesYesYesNo @@ -65,7 +65,7 @@ Report hostsYesYesYesYes WhoIs link on hostsYesNoNoNo Report authenticated usersYesYesNoNo -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 hoursYesYesYesYes @@ -83,13 +83,15 @@ Report web compression statistics (mod_gzip,mod_deflate)YesNoNoNo Report file typesYesYesNoNo Report by file sizeNoYesNoNo +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 versionsMajor and minor versionsMajor versions onlyMajor an minor versionsMajor and minor versions +Report screen sizesYesNoNoYes -Report browsers (nb detected)Yes (78*)Yes (9*)Yes (4*)Yes (<20*) -Report details of browsers versionsMajor and minor versionsMajor versions onlyMajor an minor versionsMajor 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 queryYes/YesNo/NoNo/YesYes/No Report HTTP ErrorsYes
YesYesNo @@ -99,8 +101,8 @@ Daily statistics YesYesYesYes Monthly statistics YesYesYesYes Yearly statistics YesYesYesYes -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 framesYes/Yes/YesYes/No/NoYes/Yes/NoNo/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"