From: eldy <> Date: Tue, 11 Feb 2003 16:01:43 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_4_RELEASE~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01cc8fc6fa8623e1bc77500d966f37e3b7953ef2;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats.htm b/docs/awstats.htm index ab2cce79..5884b6e4 100644 --- a/docs/awstats.htm +++ b/docs/awstats.htm @@ -16,7 +16,7 @@ AWStats - - Ver: 5.3
+ - Ver: 5.4
Written by: Laurent Destailleur
61 Boulevard Vauban
Montigny-le-Bretonneux, Yvelines 78180
FRANCE @@ -31,12 +31,12 @@ Written by: Laurent Destailleur
-Release Date: 12/21/2002
+Release Date: 02/10/2003
Release Status: Minor Update
-File Size: 667k  -  0.67MB +File Size: 387k  -  0.39MB @@ -86,8 +86,8 @@ Order Online: http://awstats.sourceforg -http://awstats.sourceforge.net/files/awstats.zip
-http://prdownloads.sourceforge.net/awstats/awstats-53.zip
+http://prdownloads.sourceforge.net/awstats/awstats-54.zip
+


diff --git a/docs/awstats.xml b/docs/awstats.xml index ff7adb15..467c484b 100644 --- a/docs/awstats.xml +++ b/docs/awstats.xml @@ -33,10 +33,10 @@ AWStats - 5.3 - 12 - 21 - 2002 + 5.4 + 02 + 10 + 2003 0 0 @@ -50,9 +50,9 @@ awstats.zip awstats.zip awstats.zip - 682892 - 667 - 0.67 + 396757 + 387 + 0.39 N @@ -104,8 +104,8 @@ Fonctionne avec les log de IIS 5.0+ et Apache. Gratuit (GNU General Public Licen http://awstats.sourceforge.net/docs/awstats.xml - http://awstats.sourceforge.net/files/awstats.zip - http://prdownloads.sourceforge.net/awstats/awstats-53.zip + http://prdownloads.sourceforge.net/awstats/awstats-54.zip + diff --git a/wwwroot/cgi-bin/plugins/tooltips.pm b/wwwroot/cgi-bin/plugins/tooltips.pm index 8adda315..f923a490 100644 --- a/wwwroot/cgi-bin/plugins/tooltips.pm +++ b/wwwroot/cgi-bin/plugins/tooltips.pm @@ -58,7 +58,7 @@ sub Init_tooltips { #----------------------------------------------------------------------------- # PLUGIN FUNCTION: AddHTMLStyles_pluginname # UNIQUE: NO (Several plugins using this function can be loaded) -# AddHTMLStyles is called to Add HTML styles at beginning of BODY section. +# Function called to Add HTML styles at beginning of BODY section. #----------------------------------------------------------------------------- sub AddHTMLStyles_tooltips { # <----- @@ -72,7 +72,7 @@ sub AddHTMLStyles_tooltips { #----------------------------------------------------------------------------- # PLUGIN FUNTION: AddHTMLBodyHeader_pluginname # UNIQUE: NO (Several plugins using this function can be loaded) -# AddHTMLBodyHeader is called to Add HTML code at beginning of BODY section. +# Function called to Add HTML code at beginning of BODY section. #----------------------------------------------------------------------------- sub AddHTMLBodyHeader_tooltips { # <-----