From: eldy <> Date: Sun, 29 Jun 2003 01:21:26 +0000 (+0000) Subject: Updated documentation X-Git-Tag: AWSTATS_5_7_BETA~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0488a18cc4f5d94d9beba9ee39f4d06d82f59260;p=thirdparty%2FAWStats.git Updated documentation --- diff --git a/README.TXT b/README.TXT index 10cfe06e..2249cce1 100644 --- a/README.TXT +++ b/README.TXT @@ -12,7 +12,7 @@ server log files (and even syslog, ftp servers or mail logs) on all Operating Systems. License: GNU GPL (GNU General Public License. See LICENSE file) -Version : 5.6 +Version : 5.7 Release date: July 2003 Platforms: All (Linux, NT, SCO, BSD, Solaris and other *NIX's, BeOS, OS/2...) Author: Laurent Destailleur diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 3d03003b..f25e20d8 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -1,4 +1,4 @@ -# AWSTATS CONFIGURE FILE 5.5 +# AWSTATS CONFIGURE FILE 5.7 #----------------------------------------------------------------------------- # Copy this file into awstats.www.mydomain.conf and edit this new config file # to setup AWStats (See documentation in docs/ directory). diff --git a/wwwroot/js/awstats_misc_tracker.js b/wwwroot/js/awstats_misc_tracker.js index ca5bc084..a1114cf3 100644 --- a/wwwroot/js/awstats_misc_tracker.js +++ b/wwwroot/js/awstats_misc_tracker.js @@ -1,18 +1,18 @@ -// awstats_more_tracker +// awstats_misc_tracker.js //------------------------------------------------------------------- // You can add this file onto some of your web pages (main home page -// can be enough) by adding the code at the bottom of page. +// can be enough) by adding the following HTML code: // -// This allow AWStats to be enhanced with some miscellanous features: -// - Screen size (TRKscreen) -// - Screen color depth (TRKcdi) -// - Java enabled (TRKjava) -// - Macromedia Director plugin (TRKshk) -// - Macromedia Shockwave plugin (TRKfla) -// - Realplayer G2 plugin (TRKrp) -// - QuickTime plugin (TRKmov) -// - Mediaplayer plugin (TRKwma) -// - Acrobat PDF plugin (TRKpdf) +// This allows AWStats to be enhanced with some miscellanous features: +// - Screen size detection (TRKscreen) +// - Screen color depth detection (TRKcdi) +// - Java enabled detection (TRKjava) +// - Macromedia Director plugin detection (TRKshk) +// - Macromedia Shockwave plugin detection (TRKfla) +// - Realplayer G2 plugin detection (TRKrp) +// - QuickTime plugin detection (TRKmov) +// - Mediaplayer plugin detection (TRKwma) +// - Acrobat PDF plugin detection (TRKpdf) //-------------------------------------------------------------------