From: eldy <> Date: Sat, 5 Sep 2009 14:54:04 +0000 (+0000) Subject: Prepare 6.95 X-Git-Tag: AWSTATS_6_95_RC~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7be284ad863cdfdc85837f987ce6709761861883;p=thirdparty%2FAWStats.git Prepare 6.95 --- diff --git a/wwwroot/cgi-bin/awstats.pl b/wwwroot/cgi-bin/awstats.pl index f944fcd0..ee2b9682 100644 --- a/wwwroot/cgi-bin/awstats.pl +++ b/wwwroot/cgi-bin/awstats.pl @@ -9789,7 +9789,7 @@ if ( ( !$ENV{'GATEWAY_INTERFACE'} ) && ( !$SiteConfig ) ) { 'browsers', 'domains', 'operating_systems', 'robots', 'search_engines', 'worms' ); - print "----- $PROG $VERSION (c) 2000-2008 Laurent Destailleur -----\n"; + print "----- $PROG $VERSION (c) 2000-2009 Laurent Destailleur -----\n"; print "AWStats is a free web server logfile analyzer to show you advanced web\n"; print "statistics.\n"; @@ -9800,10 +9800,10 @@ if ( ( !$ENV{'GATEWAY_INTERFACE'} ) && ( !$SiteConfig ) ) { print "Syntax: $PROG.$Extension -config=virtualhostname [options]\n"; print "\n"; print -" This runs $PROG in command line to update statistics of a web site, from\n"; +" This runs $PROG in command line to update statistics (-update option) of a\n"; print -" the log file defined in AWStats config file (with -update option), or build\n"; - print " a HTML report (with -output option).\n"; +" web site, from the log file defined in AWStats config file, or build a HTML\n"; + print " report (-output option).\n"; print " First, $PROG tries to read $PROG.virtualhostname.conf as the config file.\n"; print " If not found, $PROG tries to read $PROG.conf\n"; @@ -9920,7 +9920,6 @@ if ( ( !$ENV{'GATEWAY_INTERFACE'} ) && ( !$SiteConfig ) ) { print " Most viewed, entry and exit pages\n"; print " Files type and Web compression (mod_gzip, mod_deflate stats)\n"; print " Screen size\n"; - print " Number of times site is 'added to favorites bookmarks'\n"; print " Ratio of Browsers with support of: Java, Flash, RealG2 reader,\n"; print " Quicktime reader, WMA reader, PDF reader\n"; print " Configurable personalized reports\n";