From: eldy <> Date: Sun, 30 Jan 2005 03:06:12 +0000 (+0000) Subject: Apply patch to add option ShowSummary X-Git-Tag: AWSTATS_6_4_BETA~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e2f1dfaba5d3a241bad43c155fc9627bd467eb3;p=thirdparty%2FAWStats.git Apply patch to add option ShowSummary --- diff --git a/docs/awstats_config.html b/docs/awstats_config.html index 77cf0f98..5add2327 100644 --- a/docs/awstats_config.html +++ b/docs/awstats_config.html @@ -128,6 +128,7 @@ when reading it), follow the example:
  • DirLang
  • ShowHeader
  • ShowMenu +
  • ShowSummary
  • ShowMonthStats
  • ShowDaysOfMonthStats
  • ShowDaysOfWeekStats @@ -1302,24 +1303,25 @@ AWStats 4.1+ supports both keywords AND keyphrases by default with no need of an Show...
    Version :
    +3.2 - 5.0 for ShowCompressionStats (deprecated since 5.1, use code C with ShowFileTypesStats instead)
    3.2 - 5.3 for ShowHeader (deprecated since 5.4)
    3.2+ for ShowMenu,ShowMonthStats,ShowDaysOfWeekStats,ShowHoursStats, ShowDomainsStats,ShowHostsStats,ShowAuthenticatedUsers,ShowRobotsStats, ShowPagesStats,ShowFileTypesStats,ShowFileSizesStats,ShowBrowsersStats, ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrorsStats
    -3.2 - 5.0 for ShowCompressionStats (deprecated since 5.1, use code C with ShowFileTypesStats instead)
    4.1+ for ShowSessionsStats, ShowKeywordsStats
    5.1+ for all letters codes
    5.5+ for ShowDaysOfMonthStats
    5.6+ for ShowMiscStats,ShowSTMPErrorsStats
    5.8+ for ShowClusterStats
    6.0+ for ShowWormsStats
    +6.4+ for ShowSummary

    # You choose here which reports you want to see in the main page and what you
    # want to see in those reports.
    # Possible values: -
    # 0 - Topic is not shown at all -
    # 1 - Report is shown with default informations -
    # XYZ - Report is shown with only informations defined by code X,Y,Z... +
    # 0 - Report is not shown at all +
    # 1 - Report is shown in main page with an entry in menu and default columns +
    # XYZ - Report shows column informations defined by code X,Y,Z...
    # X,Y,Z... are code letters among the following:
    # U = Unique visitors
    # V = Visits @@ -1332,83 +1334,141 @@ ShowOSStats,ShowOriginStats,ShowKeyphrasesStats,ShowKeywordsStats,ShowHTTPErrors
    # C = Web compression (mod_gzip,mod_deflate)
    # M = Average mail size (mail logs)
    # -
    # Show menu header with report links -
    # Default: 1, Possible codes: None +
    +
    # Show menu header with reports' links +
    # Possible values: 0 or 1 +
    # Default: 1 +
    #
    ShowMenu=1 +
    +
    # Show monthly summary +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: UVPHB, Possible column codes: UVPHB +
    ShowSummary=UVPHB +

    # Show monthly chart -
    # Default: UVPHB, Possible codes: UVPHB +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: UVPHB, Possible column codes: UVPHB
    ShowMonthStats=UVPHB +

    # Show days of month chart -
    # Default: VPHB, Possible codes: VPHB +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: VPHB, Possible column codes: VPHB
    ShowDaysOfMonthStats=VPHB +

    # Show days of week chart -
    # Default: PHB, Possible codes: PHB +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: PHB, Possible column codes: PHB
    ShowDaysOfWeekStats=PHB +

    # Show hourly chart -
    # Default: PHB, Possible codes: PHB +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: PHB, Possible column codes: PHB
    ShowHoursStats=PHB +

    # Show domains/country chart -
    # Default: PHB, Possible codes: PHB +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: PHB, Possible column codes: PHB
    ShowDomainsStats=PHB +

    # Show hosts chart -
    # Default: PHBL, Possible codes: PHBL +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: PHBL, Possible column codes: PHBL
    ShowHostsStats=PHBL +

    # Show authenticated users chart -
    # Default: 0, Possible codes: PHBL +
    # Context: Web, Streaming, Ftp +
    # Default: 0, Possible column codes: PHBL
    ShowAuthenticatedUsers=0 +

    # Show robots chart -
    # Default: HBL, Possible codes: HBL +
    # Context: Web, Streaming +
    # Default: HBL, Possible column codes: HBL
    ShowRobotsStats=HBL +

    # Show worms chart -
    # Default: 0 (See also LevelForWormsDetection if set), Possible codes: HBL +
    # Context: Web, Streaming +
    # Default: 0 (If set to other than 0, see also LevelForWormsDetection), Possible column codes: HBL
    ShowWormsStats=0 +

    # Show email senders chart (For use when analyzing mail log files) -
    # Default: 0, Possible codes: HBML +
    # Context: Mail +
    # Default: 0, Possible column codes: HBML
    ShowEMailSenders=0 +

    # Show email receivers chart (For use when analyzing mail log files) -
    # Default: 0, Possible codes: HBML +
    # Context: Mail +
    # Default: 0, Possible column codes: HBML
    ShowEMailReceivers=0 +

    # Show session chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming, Ftp +
    # Default: 1, Possible column codes: None
    ShowSessionsStats=1 +

    # Show pages-url chart. -
    # Default: PBEX, Possible codes: PBEX +
    # Context: Web, Streaming, Ftp +
    # Default: PBEX, Possible column codes: PBEX
    ShowPagesStats=PBEX +

    # Show file types chart. -
    # Default: HB, Possible codes: HBC +
    # Context: Web, Streaming, Ftp +
    # Default: HB, Possible column codes: HBC
    ShowFileTypesStats=HB +

    # Show file size chart (Not yet available) -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming, Mail, Ftp +
    # Default: 1, Possible column codes: None
    ShowFileSizesStats=0 +

    # Show operating systems chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming, Ftp +
    # Default: 1, Possible column codes: None
    ShowOSStats=1 +

    # Show browsers chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming +
    # Default: 1, Possible column codes: None
    ShowBrowsersStats=1 +

    # Show screen size chart -
    # Default: 0 (See also MiscTrackerUrl if set to 1), Possible codes: None +
    # Context: Web, Streaming +
    # Default: 0 (If set to 1, see also MiscTrackerUrl), Possible column codes: None
    ShowScreenSizeStats=0 +

    # Show origin chart -
    # Default: PH, Possible codes: HB +
    # Context: Web, Streaming +
    # Default: PH, Possible column codes: PH
    ShowOriginStats=PH +

    # Show keyphrases chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming +
    # Default: 1, Possible column codes: None
    ShowKeyphrasesStats=1 +

    # Show keywords chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming +
    # Default: 1, Possible column codes: None
    ShowKeywordsStats=1 +

    # Show misc chart -
    # Default: a (See also MiscTrackerUrl parameter), Possible codes: ajdfrqwp +
    # Context: Web, Streaming +
    # Default: a (See also MiscTrackerUrl parameter), Possible column codes: anjdfrqwp
    ShowMiscStats=a +

    # Show http errors chart -
    # Default: 1, Possible codes: None +
    # Context: Web, Streaming +
    # Default: 1, Possible column codes: None
    ShowHTTPErrorsStats=1 +

    # Show smtp errors chart (For use when analyzing mail log files) -
    # Default: 0, Possible codes: None +
    # Context: Mail +
    # Default: 0, Possible column codes: None
    ShowSMTPErrorsStats=0 +

    # Show the cluster report (Your LogFormat must contains the %cluster tag) -
    # Default: 0, Possible codes: PHB +
    # Context: Web, Streaming, Ftp +
    # Default: 0, Possible column codes: PHB
    ShowClusterStats=0