From: eldy <> Date: Wed, 10 Aug 2011 15:15:47 +0000 (+0000) Subject: Update domain name to awstats.org X-Git-Tag: AWSTATS_7_0_BETA~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6107d95fece7a69058d41b868a2008d5fde79af;p=thirdparty%2FAWStats.git Update domain name to awstats.org --- diff --git a/docs/awstats_tools.html b/docs/awstats_tools.html index 3cd7bc88..499e7b47 100644 --- a/docs/awstats_tools.html +++ b/docs/awstats_tools.html @@ -97,7 +97,7 @@ logresolvemerge allows you to get one unique output log file, sorted on date,
                  when log files come from several load balanced computers.
  -stoponfirsteof Stop processing when any logfile reaches end-of-file.
  -printfields    For IIS or W3C logs, prints the latest field header for
                  the currentlog file when switching between log file entries
                  -so that the parsercan automatically determine which fields
                  are avaiable.
  -ignoremissing  will not fail if a log file is missing

This runs logresolvemerge in command line to open one or several
server log files to merge them (sorted on date) and/or to make a reverse
DNS lookup (if asked). The result log file is sent on standard output.
Note: logresolvemerge is not a 'sort' tool to sort one file. It's a
software able to output sorted log records (with a reverse DNS lookup
included or not) even if log records are dispatched in several files.
Each of thoose files must be already independently sorted itself
(but that is the case in all web server log files). So you can use it
for load balanced log files or to group several old log files.

Don't forget that the main goal of logresolvemerge is to send log records to
a log analyzer in a sorted order without merging files on disk (NO NEED
OF DISK SPACE AT ALL) and without loading files into memory (NO NEED
OF MORE MEMORY). Choose of output records is done on the fly.

So logresolvemerge is particularly usefull when you want to output several
and/or large log files in a fast process, with no use of disk or
more memory, and in a chronological order through a pipe (to be used by a log
analyzer).

Note: If input records are not 'exactly' sorted but 'nearly' sorted (this
occurs with heavy servers), this is not a problem, the output will also
be 'nearly' sorted but a few log analyzers (like AWStats) knowns how to deal
with such logs.

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 memory holes in ActiveState Perl version, use another
Perl interpreter if you need to process large log files.

Now supports/detects:
  Automatic detection of log format
  Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.
  Multithreaded reverse DNS lookup (several parallel requests) with Perl 5.8+.
New versions and FAQ at http://awstats.sourceforge.net
+so that the parsercan automatically determine which fields
                  are avaiable.
  -ignoremissing  will not fail if a log file is missing

This runs logresolvemerge in command line to open one or several
server log files to merge them (sorted on date) and/or to make a reverse
DNS lookup (if asked). The result log file is sent on standard output.
Note: logresolvemerge is not a 'sort' tool to sort one file. It's a
software able to output sorted log records (with a reverse DNS lookup
included or not) even if log records are dispatched in several files.
Each of thoose files must be already independently sorted itself
(but that is the case in all web server log files). So you can use it
for load balanced log files or to group several old log files.

Don't forget that the main goal of logresolvemerge is to send log records to
a log analyzer in a sorted order without merging files on disk (NO NEED
OF DISK SPACE AT ALL) and without loading files into memory (NO NEED
OF MORE MEMORY). Choose of output records is done on the fly.

So logresolvemerge is particularly usefull when you want to output several
and/or large log files in a fast process, with no use of disk or
more memory, and in a chronological order through a pipe (to be used by a log
analyzer).

Note: If input records are not 'exactly' sorted but 'nearly' sorted (this
occurs with heavy servers), this is not a problem, the output will also
be 'nearly' sorted but a few log analyzers (like AWStats) knowns how to deal
with such logs.

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 memory holes in ActiveState Perl version, use another
Perl interpreter if you need to process large log files.

Now supports/detects:
  Automatic detection of log format
  Files can be .gz/.bz2 files if zcat/bzcat tools are available in PATH.
  Multithreaded reverse DNS lookup (several parallel requests) with Perl 5.8+.
New versions and FAQ at http://www.awstats.org


@@ -184,7 +184,7 @@ message-id=<20030905131913.EOVH11393.tomts12-srv.bellnexxia.net@tomts12-srv&g

Example: urlaliasbuilder.pl -site=www.someotherhost.com
-
New versions and FAQ at http://awstats.sourceforge.net +
New versions and FAQ at http://www.awstats.org

This script was written from Simon Waight original works title-grabber.pl.
diff --git a/make/exe/awstats.nsi b/make/exe/awstats.nsi index 7b0e562d..4340f2bf 100644 --- a/make/exe/awstats.nsi +++ b/make/exe/awstats.nsi @@ -8,10 +8,10 @@ !define MUI_PROD "AWStats" ;Define your own software name here #!define MUI_VERSION_DOT "7.0" ;Define your own software version here !define MUI_PUBLISHER "Laurent Destailleur" -!define MUI_URL "http://awstats.sourceforge.net" +!define MUI_URL "http://www.awstats.org" !define MUI_COMMENTS "copyright 2000/2010 Laurent Destailleur" -!define MUI_HELPLINK "http://awstats.sourceforge.net/docs/index.html" -!define MUI_URLUPDATE "http://awstats.sourceforge.net" +!define MUI_HELPLINK "http://www.awstats.org/docs/index.html" +!define MUI_URLUPDATE "http://www.awstats.org" diff --git a/tools/xslt/awstats.datademo2.xml b/tools/xslt/awstats.datademo2.xml index 6e6f11f6..700a41f3 100644 --- a/tools/xslt/awstats.datademo2.xml +++ b/tools/xslt/awstats.datademo2.xml @@ -1,4 +1,4 @@ - + AWSTATS DATA FILE 6.7 (build 1.892)