From: eldy <> Date: Tue, 23 Jul 2002 14:13:29 +0000 (+0000) Subject: Updated documentation. X-Git-Tag: AWSTATS_5_0_BETA~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5111a8e4179c8151dce41fea8a38f6bc5e77867;p=thirdparty%2FAWStats.git Updated documentation. --- diff --git a/docs/awstats_benchmark.html b/docs/awstats_benchmark.html index ddab0420..0b55b4a6 100644 --- a/docs/awstats_benchmark.html +++ b/docs/awstats_benchmark.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index fbe97d82..a3b4671a 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -2,15 +2,18 @@ AWStats Changelog ----------------- -4.2 +5.0 -- New feature: Added Plugins support and several working plugins. -- New feature: Use frame to report (new UseFramesWhenCGI parameter). -- Rewrite code of reading history files to reduce time and memory to load. +- New feature: Support DNS cache files for DNS lookup. +- New feature: Added Plugins support and several working plugins: + A GMT correcter, A hash file DNS cache saver/reader... +- New feature: Use framed report (new UseFramesWhenCGI parameter). +- Rewrite code to read history files to reduce time and memory to load. - "Never updated" is now in language files. - Reduce number of global vars in code. - New feature: DefaultFile parameter accepts several values. - New parameter: LogSeparator for log files with exotic separators. +- New tag for logfile: %WY is replaced by week number in year. - Added slovak language files. diff --git a/docs/awstats_compare.html b/docs/awstats_compare.html index a8b4de91..242f6258 100644 --- a/docs/awstats_compare.html +++ b/docs/awstats_compare.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 07a0343e..1de2de75 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

@@ -182,7 +182,7 @@ when reading it), follow the example:
3.2+ for tag %WM-n
4.0+ for tag %DW-n
4.1+ for tag %NS-n
-4.2+ for tag %WY-n
+5.0+ for tag %WY-n

# "LogFile" contains the web server logfile to analyze.
# You can use a full path or relative path from awstats.pl directory.
# Example: "/var/log/apache/access.log" @@ -266,7 +266,7 @@ when reading it), follow the example:



LogSeparator
-Version : 4.2 +
+Version : 5.0 +

# If your log field's separator is not a space, you can change this parameter.
# Example: " "
# Example: "\t" @@ -277,7 +277,7 @@ when reading it), follow the example:



DNSLookup
-Version : 1.0 + (4.2 + for value 2)
+Version : 1.0 + (5.0 + for value 2)

# If you want to have information on domains/countries visitors, you must ask
# AWStats to make reverse DNS lookup (if not already done in your log file).
# With DNSLookup to 0, all hosts will be reported by their IP addresses and @@ -390,13 +390,14 @@ when reading it), follow the example:



DNSCacheFile
-Version : 4.2 +
+Version : 5.0 +

# AWStats can do reverse DNS lookups through a DNS cache file that is either
# created/updated at run-time, or has been previously created, either by a
# previous run of AWStats, or other tools using same format of DNS cache file. -
# If no path is given in DNS cache file name, AWStats will search and save it -
# into DirData directory. +
# If no path is gave in DNS cache file name, AWStats will search DirData +
# directory.
# This option is not used if DNSLookup=0. +
# Note: DNS cache file must have format: no ipaddress resolved_hostname
# Example: "/mydnscachedir/dnscache"
# Default: "dnscachefile.txt"
# @@ -524,7 +525,7 @@ when reading it), follow the example:



DefaultFile
-Version : 1.0 + (4.2 + can accept several values)
+Version : 1.0 + (5.0 + can accept several values)

# Default index page name for your web server.
# Example: "default.htm default.html"
# Default: "index.html" @@ -756,7 +757,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an


UseFramesWhenCGI
-Version : 4.2 +
+Version : 5.0 +

# When you use AWStats as a CGI, you can have the reports shown in HTML views.
# Frames are only available for report viewed dynamically. When you build
# pages from command line, this option is not used and no frames are built. @@ -768,7 +769,7 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an


DetailedReportsOnNewWindows
-Version : 4.1 + (4.2+ for value 2)
+Version : 4.1 + (5.0 + for value 2)

# This parameter ask your browser to open detailed reports into a different
# window than the main page.
# Possible values: @@ -1052,14 +1053,15 @@ color_u,color_v,color_p,color_h,color_k,color_s



LoadPlugin
-Version : 4.2 +
+Version : 5.0 +

# Add here all plugins file you want to load.
# Plugin files must be .pm files stored in 'plugins' directory.
# Uncomment LoadPlugin lines to enable a plugin after checking that plugin
# required perl modules are installed.
-
# Plugin MyPlugin: -
# MyPlugin description +
# Plugin: PluginName +
# PluginName description +
# Perl modules required: ...
#
LoadPlugin="pluginname" diff --git a/docs/awstats_faq.html b/docs/awstats_faq.html index 295d4722..e23630b3 100644 --- a/docs/awstats_faq.html +++ b/docs/awstats_faq.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_glossary.html b/docs/awstats_glossary.html index 03c82355..dc4f8909 100644 --- a/docs/awstats_glossary.html +++ b/docs/awstats_glossary.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_license.html b/docs/awstats_license.html index 250c2d2e..c8a0bd3d 100644 --- a/docs/awstats_license.html +++ b/docs/awstats_license.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_security.html b/docs/awstats_security.html index 875ee043..ac139204 100644 --- a/docs/awstats_security.html +++ b/docs/awstats_security.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_setup.html b/docs/awstats_setup.html index d28cda94..ea1476f0 100644 --- a/docs/awstats_setup.html +++ b/docs/awstats_setup.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_tools.html b/docs/awstats_tools.html index 4de853dd..d232c19b 100644 --- a/docs/awstats_tools.html +++ b/docs/awstats_tools.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/docs/awstats_what.html b/docs/awstats_what.html index 2b5c747a..96adb69a 100644 --- a/docs/awstats_what.html +++ b/docs/awstats_what.html @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

@@ -58,8 +58,8 @@ * Works from command line and from a browser as a CGI,
* Update of statistics can be made from a web browser and not only from a scheduler,
* Unlimited log file size, support split log files (load balancing system),
- * Reverse DNS lookup before or during analysis,
- * A lot of options/filters can be defined,
+ * Reverse DNS lookup before or during analysis, support DNS cache files,
+ * A lot of options/filters and plugins can be used,
* Multi-named web sites supported (virtual servers, great for web-hosting providers),
* Several languages. See AWStats F.A.Q. for full list.
diff --git a/docs/index.html b/docs/index.html index 049227e6..f426a762 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,11 +1,11 @@ - + - -AWStats logfile analyzer 4.1 Documentation + +AWStats logfile analyzer Documentation @@ -20,7 +20,7 @@
-AWStats logfile analyzer 4.1 Documentation
+AWStats logfile analyzer 5.0 Documentation

diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 6c0ffc22..10da44f4 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -201,8 +201,8 @@ AllowToUpdateStatsFromBrowser=0 # AWStats can do reverse DNS lookups through a DNS cache file that is either # created/updated at run-time, or has been previously created, either by a # previous run of AWStats, or other tools using same format of DNS cache file. -# If no path is given in DNS cache file name, AWStats will search and save it -# into DirData directory. +# If no path is gave in DNS cache file name, AWStats will search DirData +# directory. # This option is not used if DNSLookup=0. # Note: DNS cache file must have format: no ipaddress resolved_hostname # Example: "/mydnscachedir/dnscache" @@ -688,31 +688,36 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2 # required perl modules are installed. # -# Plugin Graph3D: +# Plugin: Graph3D +# Perl modules required: Graph3D # Some reported charts are nice 3D graphics. # #LoadPlugin="graph3d" # !!! NOT YET AVAILABLE !!! -# Plugin HashFiles: +# Plugin: HashFiles # AWStats data files as read/saved as native hash files. This increase # data file loading speed, above all for very large web sites. +# Perl modules required: Storable # -#LoadPlugin="hashfiles" # !!! NOT YET AVAILABLE !!! +#LoadPlugin="hashfiles" -# Plugin TimeHiRes: +# Plugin: TimeHiRes # Time reported by -showsteps option is in millisecond. For debug purpose. +# Perl modules required: Time::HiRes # #LoadPlugin="timehires" -# Plugin TimeZone: +# Plugin: TimeZone # Allow AWStats to correct a bad timezone for user of IIS that use strange # log format. +# Perl modules required: Time::Local # !!!!!!! This plugin reduces AWStats speed of 40% !!!!!!! # #LoadPlugin="timezone +2" -# Plugin ReadGz: +# Plugin: ReadGz # Allow AWStats to read gz log files. +# Perl modules required: Compress # #LoadPlugin="readgz" # !!! NOT YET AVAILABLE !!!