From: eldy <> Date: Sun, 4 Jan 2004 17:40:36 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_0_RELEASE~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aa5a52c685df0c6544504ff92fcb4bbc3023835;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/README.TXT b/README.TXT index 11419828..90ea9f49 100644 --- a/README.TXT +++ b/README.TXT @@ -11,9 +11,9 @@ It works with IIS 5.0+, Apache and all major web, wap, proxy, streaming server log files (and even ftp servers or mail logs) on all Operating Systems. License: GNU GPL (GNU General Public License. See LICENSE file), - OSI Certified Open Source Software. + OSI Certified Open Source Software license. Version: 6.0 -Release date: December 2003 +Release date: January 2004 Platforms: All (Linux, NT, SCO, BSD, Solaris and other *NIX's, BeOS, OS/2...) Author: Laurent Destailleur AWStats official web site and latest version: http://awstats.sourceforge.net diff --git a/docs/awstats.pdf b/docs/awstats.pdf index b45e6f89..e3cba42f 100644 Binary files a/docs/awstats.pdf and b/docs/awstats.pdf differ diff --git a/docs/awstats_tools.html b/docs/awstats_tools.html index 31a0830e..e99190b3 100644 --- a/docs/awstats_tools.html +++ b/docs/awstats_tools.html @@ -171,6 +171,9 @@ All those tools are available in tools directory of AWStats distribution.
WARNING: If log files are old MAC text files (lines ended with CR char), you
can't run this tool on Win or Unix platforms.
+
WARNING: Because of important memory holes in ActiveState Perl version, use +
another Perl interpreter if you need to process large lof files. +

Now supports/detects:
Automatic detection of log format
Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH. diff --git a/tools/logresolvemerge.pl b/tools/logresolvemerge.pl index 76863157..1f974a53 100644 --- a/tools/logresolvemerge.pl +++ b/tools/logresolvemerge.pl @@ -330,6 +330,9 @@ if (scalar @ParamFile == 0) { print "WARNING: If log files are old MAC text files (lines ended with CR char), you\n"; print "can't run this tool on Win or Unix platforms.\n"; print "\n"; + print "WARNING: Because of important memory holes in ActiveState Perl version, use\n"; + print "another Perl interpreter if you need to process large lof files.\n"; + print "\n"; print "Now supports/detects:\n"; print " Automatic detection of log format\n"; print " Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.\n";