]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Updated documentation
authoreldy <>
Sun, 29 Jun 2003 01:21:26 +0000 (01:21 +0000)
committereldy <>
Sun, 29 Jun 2003 01:21:26 +0000 (01:21 +0000)
README.TXT
wwwroot/cgi-bin/awstats.model.conf
wwwroot/js/awstats_misc_tracker.js

index 10cfe06e3eca1dee93ac22782e471e1b869c08f0..2249cce15a0340f9126a415ccacf6ed60e751fa3 100644 (file)
@@ -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 <eldy@users.sourceforge.net>
index 3d03003b741231cead0fbd069e65c4add21fd9a0..f25e20d8b2adfe6d6158e675ed8147b097720951 100644 (file)
@@ -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).
index ca5bc084813d5b0485017214499a23b152544be0..a1114cf3dd7ad8e2bd55c05974892f49567ef7ff 100644 (file)
@@ -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:
 // <script language=javascript src="/js/awstats_more_tracker.js"></script>
-// 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)
 //-------------------------------------------------------------------