From: eldy <> Date: Mon, 9 Jun 2003 01:51:46 +0000 (+0000) Subject: StyleSheet parameter works correctly now and sample of CSS files are provided. X-Git-Tag: AWSTATS_5_6_BETA~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47a621acec40b3be3871ce7db70e9a886397bcbc;p=thirdparty%2FAWStats.git StyleSheet parameter works correctly now and sample of CSS files are provided. Added count for "Add to favourites" --- diff --git a/docs/awstats_changelog.txt b/docs/awstats_changelog.txt index ae048e3b..c43162bb 100644 --- a/docs/awstats_changelog.txt +++ b/docs/awstats_changelog.txt @@ -15,6 +15,9 @@ New features/improvments: - A better browser detection. - Can add regex values for a lot of list parameters (HostAliases, SkipDNSLookupFor, ...) +- StyleSheet parameter works completely now and sample of CSS files are + provided. +- Added count for "Add to favourites" Other/Documentation: - Updated documentation. diff --git a/wwwroot/cgi-bin/awstats.model.conf b/wwwroot/cgi-bin/awstats.model.conf index 486b6346..abb87dcc 100644 --- a/wwwroot/cgi-bin/awstats.model.conf +++ b/wwwroot/cgi-bin/awstats.model.conf @@ -830,6 +830,9 @@ ShowKeyphrasesStats=1 # Show keywords chart # Default: 1, Possible codes: None ShowKeywordsStats=1 +# Show misc chart +# Default: 1, Possible codes: None +ShowMiscStats=1 # Show http errors chart # Default: 1, Possible codes: None ShowHTTPErrorsStats=1 @@ -989,8 +992,9 @@ BarHeight = 90 # You can ask AWStats to use a particular CSS (Cascading Style Sheet) to -# change its look. -# Example: "/css/awstats.css" +# change its look. To create a style sheet, you can use samples provided with +# AWStats in wwwroot/css directory. +# Example: "/css/awstats_bw.css" # Default: "" # StyleSheet=""