]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Provided with an HTML documentation.
authoreldy <>
Sun, 9 Dec 2001 20:21:51 +0000 (20:21 +0000)
committereldy <>
Sun, 9 Dec 2001 20:21:51 +0000 (20:21 +0000)
docs/awstats_what.html [new file with mode: 0644]

diff --git a/docs/awstats_what.html b/docs/awstats_what.html
new file mode 100644 (file)
index 0000000..d16896d
--- /dev/null
@@ -0,0 +1,96 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<meta name="title" content="AWStats - Web Hosting Providers compatibility">
+<title>AWStats - Web Hosting Providers compatibility</title>
+<script language="JavaScript" type="text/javascript" src="js/check.js"></script>
+<script language="JavaScript" type="text/javascript" src="js/misc.js"></script>
+<link rel="stylesheet" href="styles.css" type="text/css">
+</head>
+
+<body topmargin=10 leftmargin=5>
+
+<table style="font: 10pt arial,helvetica,verdana" cellpadding=0 cellspacing=0 border=0 bgcolor=#FFFFFF width=100%>
+
+<!-- Large -->
+<tr style="font: 10pt arial,helvetica,verdana">
+<td bgcolor=#9999cc align=center><a href="/"><img src="images/awstats_logo1.png" border=0></a></td>
+<td bgcolor=#9999cc align=center>
+<br>
+<font style="font: 16pt Times;" color=#EEEEFF><b>AWStats logfile analyzer 3.2 Documentation</b></font><br>
+<br>
+</td>
+<td bgcolor=#9999cc align=center>
+&nbsp;
+</td>
+</tr>
+
+</table>
+
+
+<br><br><font style="font: 26px Times;">What is AWStats / Features</font><br><br>
+
+
+<br><a name="FEATURES"></a><br>
+<font size=3 color=#665544><b>Features</b></font><br>
+<hr>
+       <b>A full log analysis enables AWStats to show you the following information</b>:<br>
+       * Number of <u>VISITS</u>, and <u>UNIQUE VISITORS</u>, list of last visits,<br>
+       * <u>Days of week</u> and <u>Rush hours</u> (pages, hits, kb for each hour and day of week),<br>
+       * <u>Domains/countries</u> of hosts visitors (pages, hits, kb, <font color=#221188>259 domains/countries detected</font>),<br>
+       * <u>Authenticated users</u>,<br>
+       * Most often <u>pages</u> viewed and <u>entry pages</u>,<br>
+       * <u>File types</u>,<br>
+       * <u>Web compression statistics</u> (for mod_gzip),<br>
+       * <u>Browsers</u> used (pages, hits, kb for each browser, each version, <font color=#221188>72 browsers</font>: Web, Wap, Media browsers...),<br>
+       * <u>OS used</u> (pages, hits, kb for each OS, <font color=#221188>28 OS detected</font>),<br>
+       * <u>VISITS OF ROBOTS</u> (<font color=#221188>287 robots detected</font>),<br>
+       * <u>SEARCH ENGINES</u>, <u>Keyphrases</u> or <u>Keywords</u> used to find your site (<font color=#221188>The 57 most famous search engines are detected like yahoo, google, altavista, etc...</font>),<br>
+       * HTTP errors (Page Not Found, ...),<br>
+<br>
+       <b>AWStats also supports the following features</b>:<br>
+       * Can analyze a lot of log formats: Apache NCSA combined log files (XLF/ELF) or common (CLF), IIS log files (W3C), WebStar native log files and other web, proxy or wap servers log files). See <a href="awstats_faq.html#LOGFORMAT">AWStats F.A.Q.</a> for examples.<br>
+       * Works from command line and from a browser as a CGI,<br>
+       * Update of statistics can be made from a web browser and not only from your scheduler,<br>
+       * Unlimited log file size, support splited log files (load balancing system),<br>
+       * Reverse DNS lookup during analysis,<br>
+       * A lot of options/filters can be defined,<br>
+       * Multi-named web sites supported (virtual servers, great for web-hosting providers),<br>
+<!--   * Yearly, monthly and daily statistics,<br> -->
+       * Cross Site Scripting Attacks protection,<br>
+       * Several languages. See <a href="awstats_faq.html#LANG">AWStats F.A.Q.</a> for full list.<br>
+       * No need of extra perl libraries. All basic perl interpreters can make AWStats working,<br>
+       * Look and colors can match your site design,<br>
+       * Help and tooltips on HTML reported pages,<br>
+       * Easy to use (Just one configuration file to edit),<br>
+    * Absolutely free (even for web hosting providers), with sources (<a href="awstats_license.html">GNU General Public License</a>)<br>
+       * AWStats has a <a href="awstats.xml" target=_newawstats>XML Portable Application Description</a>.<br>
+<br>
+       <b>Requirements</b>:<br>
+       To use AWStats, you need the following requirements:<br>
+       * Your server must log web access in a log file you can read (better if read and write access).<br>
+       * You must be able to run perl scripts (.pl files) from command line and/or as CGI.<br>
+       If not, you can solve this by downloading last Perl version at <a href="http://www.activestate.com/ActivePerl/">ActivePerl</a> (<font color=#221188>Win32</font>) or <a href="http://www.perl.com/pub/language/info/software.html">Perl.com</a> (<font color=#221188>Unix/Linux/Other</font>).<br>
+       See <a href="awstats_faq.html#SERVERSOS">AWStats F.A.Q.</a> to have examples of supported OS and Web servers.<br>
+<br>
+
+
+
+<hr>
+
+<script language=javascript>
+       var lastmod = new Date(document.lastModified);
+       if (lastmod.getDate() > 0) {
+               if (lastmod.getDate()<10) zerod="0"
+               else zerod="";
+               if (lastmod.getMonth()<9) zerom="0"
+               else zerom=""
+               year2kok=lastmod.getYear();
+               if (year2kok<100) year2kok+=2000;
+               if ((year2kok>=100) && (year2kok < 1970)) year2kok+=1900;
+               document.writeln("Last revision: "+year2kok+"-"+zerom+(lastmod.getMonth()+1)+"-"+zerod+lastmod.getDate());
+       }
+</script>
+
+</body>
+</html>