From: eldy <>
Date: Mon, 8 Mar 2004 21:26:09 +0000 (+0000)
Subject: Updated documentation.
X-Git-Tag: AWSTATS_6_1_BETA~71
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff13b212cf820763263f42c2f85d71a02096f9f2;p=thirdparty%2FAWStats.git
Updated documentation.
---
diff --git a/docs/awstats_extra.html b/docs/awstats_extra.html
index 5d39a9dd..d6dcab5d 100644
--- a/docs/awstats_extra.html
+++ b/docs/awstats_extra.html
@@ -58,16 +58,15 @@ user or agent, etc...
# In most cases, you don't need this feature.
#
# ExtraSectionNameX is title of your personalized chart.
-
# ExtraSectionConditionalX are conditions you can use to count or not the hit,
-
# Use one of the field condition (URL, QUERY_STRING, REFERER, UA, HOST),
-
# and a regex to match after a coma. Use "|" for "OR". If you use several
-
# conditions, they will be combined as "AND".
+
# ExtraSectionConditionX are conditions you can use to count or not the hit,
+
# Use one of the field condition (URL,QUERY_STRING,REFERER,UA,HOST,CODE),
+
# and a regex to match, after a coma. Use "|" for "OR".
# ExtraSectionFirstColumnTitleX is the first column title of the chart.
# ExtraSectionFirstColumnValuesX is a Regex string to tell AWStats in which
-
# field to extract value from (URL, QUERY_STRING, REFERER, UA, HOST) and how
-
# to extract the value (using regex syntax). Each different value found will
-
# appear in first column of report on a different row. Be sure that list of
-
# different values is "limited" to avoid "not enough memory" problems !
+
# field to extract value from (URL, QUERY_STRING, REFERER, UA, HOST, CODE)
+
# and how to extract the value (using regex syntax). Each different value
+
# found will appear in first column of report on a different row. Be sure
+
# that list of different possible values will not grow indefinitely.
# ExtraSectionFirstColumnFormatX is the string used to write value.
# ExtraSectionStatTypesX are things you want to count. You can use standard
# code letters (P for pages,H for hits,B for bandwidth,L for last access).
@@ -77,7 +76,7 @@ user or agent, etc...
# MinHitExtraX is minimum number of hits required to be shown in chart.
-Warning: the ExtraSectionConditionalX MUST use regex values since AWStats 6.0.
+Warning: the ExtraSectionConditionX MUST use regex values since AWStats 6.0.
ExtraSectionFirstColumnValuesX also need REGEX value for all AWStats versions.
See examples for syntax use.
diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf
index fd004018..3930bb98 100644
--- a/wwwroot/cgi-bin/awstats.model.conf
+++ b/wwwroot/cgi-bin/awstats.model.conf
@@ -1262,7 +1262,7 @@ color_x="C1B2E2" # Background color for number of exit pages (Default = "C1B2
# In most cases, you don't need this feature.
#
# ExtraSectionNameX is title of your personalized chart.
-# ExtraSectionConditionalX are conditions you can use to count or not the hit,
+# ExtraSectionConditionX are conditions you can use to count or not the hit,
# Use one of the field condition (URL,QUERY_STRING,REFERER,UA,HOST,CODE),
# and a regex to match, after a coma. Use "|" for "OR".
# ExtraSectionFirstColumnTitleX is the first column title of the chart.