From: eldy <> Date: Sun, 30 May 2004 12:44:10 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_6_2_BETA~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11f21ac0d97a958ccb3e86fea09acaf34fbc3e5c;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/README.TXT b/README.TXT index cb02d088..e61a8d95 100644 --- a/README.TXT +++ b/README.TXT @@ -13,8 +13,8 @@ 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 license. -Version: 6.1 -Release date: May 2004 +Version: 6.2 +Release date: July 2004 Platforms: All (Linux, NT, BSD, Solaris and other *NIX's, BeOS, OS/2...) Author: Laurent Destailleur AWStats official web site and latest version: http://awstats.sourceforge.net @@ -121,9 +121,9 @@ I - 3) Files wwwroot/css Samples of CSS files wwwroot/js Javascript sources for "Misc" feature tools/* Other provided tools + tools/webmin/awstats-x.x.wbm A Webmin module for AWStats tools/xslt/awstats61.xsd AWStats XML database schema descriptor tools/xslt/* Demo to manipulate AWStats XML database - tools/webmin/awstats-x.x.wbm A Webmin module for AWStats diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index 33ff5489..521f77be 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -4,8 +4,16 @@ $Revision$ - $Author$ - $Date$ 6.2 +New features/improvements: +- None + +Fixes: +- Fix not recognized %time3 tag in LogFormat + Other/Documentation: -- Minor change on documentation. +- Some changes to allow plugins to add new charts. +- Updated documentation. +- Renamed configure.pl into awstats_configure.pl. 6.1 diff --git a/docs/awstats_compare.html b/docs/awstats_compare.html index 886c19a0..1f68bffa 100644 --- a/docs/awstats_compare.html +++ b/docs/awstats_compare.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_config.html b/docs/awstats_config.html index b4d10add..d56d5b1d 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

@@ -307,10 +307,12 @@ when reading it), follow the example:
4.0+ for tags %gzipratio,%syslog
4.1+ for tag %virtualname
5.6+ for tag %deflateratio
+6.1+ for tag %time4
+6.2+ for tag %time3

# Enter here your log format (Must agree with your web server. See setup
# instructions in README.txt to know how to configure your web server to have
# the required log format). -
# Possible values: 1,2,3,4,5 or "your_own_personalized_log_format" +
# Possible values: 1,2,3,4 or "your_own_personalized_log_format"
# 1 - Apache or Lotus Notes/Domino native combined log format (NCSA combined/XLF/ELF log format)
# 2 - Old IIS log format (IIS W3C log format). See FAQ for IIS 6.x.
# 3 - Webstar native log format. @@ -322,10 +324,10 @@ when reading it), follow the example:

# %host Host client name or IP address
# %lognamequot Authenticated login/user with format: "alex"
# %logname Authenticated login/user with format: alex -
# %time1 Date and time with format: [dd/mmm/yyyy:hh:mm:ss +0000] or [dd/mmm/yyyy:hh:mm:ss] +
# %time1 Date and time with format: [dd/mon/yyyy:hh:mm:ss +0000] or [dd/mon/yyyy:hh:mm:ss]
# %time2 Date and time with format: yyyy-mm-dd hh-mm-ss
# %time3 Date and time with format: Mon dd hh:mm:ss -
# %time4 Date and time with format: dddddddddd +
# %time4 Date and time with unix timestamp format: dddddddddd
# %methodurl Method and URL with format: "GET /index.html HTTP/x.x"
# %methodurlnoprot Method and URL with format: "GET /index.html"
# %method Method with format: GET @@ -366,7 +368,7 @@ when reading it), follow the example:
LogSeparator
Version : 5.0+

# If your log field's separator is not a space, you can change this parameter. -
# This parameter is not used if LogFormat is a predefined value (1,2,3,4,5,6) +
# This parameter is not used if LogFormat is a predefined value (1,2,3,4)
# Example: " "
# Example: "\t"
# Example: "|" diff --git a/docs/awstats_extra.html b/docs/awstats_extra.html index 4208cd41..5658eb51 100644 --- a/docs/awstats_extra.html +++ b/docs/awstats_extra.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 72388842..51e2737a 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_glossary.html b/docs/awstats_glossary.html index fe7cfc32..c9a84ae6 100644 --- a/docs/awstats_glossary.html +++ b/docs/awstats_glossary.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_license.html b/docs/awstats_license.html index 03a45db7..851f21da 100644 --- a/docs/awstats_license.html +++ b/docs/awstats_license.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_security.html b/docs/awstats_security.html index 35e114d9..05347d72 100644 --- a/docs/awstats_security.html +++ b/docs/awstats_security.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html index 0a468880..e7d2c2e2 100644 --- a/docs/awstats_setup.html +++ b/docs/awstats_setup.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

@@ -46,7 +46,7 @@ AWStats common use is made in 3 steps:
Before starting, check that your Perl version is at least 5.005_03 (or higher) by running the perl -v command. If not, you can install a recent Perl interpreter from ActivePerl (Win32) or Perl.com (Unix/Linux/Other).
--> -

Step 1 : Install and Setup with configure.pl

+

Step 1 : Install and Setup with awstats_configure.pl


A) With Apache or compatible server (on Unix/Linux, Windows, MacOS...)

@@ -54,23 +54,23 @@ If not, you can install a recent Perl interpreter from

-B) Then, configure.pl will add, if not already present, the following directives to your Apache config file +B) Then, awstats_configure.pl will add, if not already present, the following directives to your Apache config file (note that the "/usr/local/awstats/wwwroot" path might differ according to your distribution or OS:

# @@ -107,24 +107,24 @@ B) Then, configure.pl will add, if not already present, the following directives

-C) configure.pl restart Apache to apply the changes made in A and B (if changes were made).
+C) awstats_configure.pl restart Apache to apply the changes made in A and B (if changes were made).

-D) configure.pl will ask you a name for a config profile file. Enter here the name of your +D) awstats_configure.pl will ask you a name for a config profile file. Enter here the name of your web server or any analysis profile name, for example myvirtualhostname.
-So configure.pl will copy the file awstats.model.conf file into a new file +So awstats_configure.pl will copy the file awstats.model.conf file into a new file named awstats.myvirtualhostname.conf. You can use the value of your choice instead of "myvirtualhostname". This new file is stored into:
- For Linux/BSD/Unix users: /etc/awstats.
- For Mac OS X, Windows and other OS: Same directory than awstats.pl (so cgi-bin).

-E) configure.pl ends.
+E) awstats_configure.pl ends.

* Step 1-2:
-Once a config file has been automatically created (by configure.pl, by you package +Once a config file has been automatically created (by awstats_configure.pl, by you package installer or just by a manual copy of awstats.model.conf), it's important to edit it manually and change the "MAIN PARAMETERS" to match all your needs:

diff --git a/docs/awstats_tools.html b/docs/awstats_tools.html index 5f06a721..be07a9d5 100644 --- a/docs/awstats_tools.html +++ b/docs/awstats_tools.html @@ -20,7 +20,7 @@

-AWStats logfile analyzer 6.1 Documentation
+AWStats logfile analyzer 6.2 Documentation

@@ -40,7 +40,7 @@ All those tools are available in tools directory of AWStats distribution.