]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Update AWStats documentation
authoreldy <>
Sun, 11 Nov 2007 20:30:23 +0000 (20:30 +0000)
committereldy <>
Sun, 11 Nov 2007 20:30:23 +0000 (20:30 +0000)
docs/awstats_contrib.html

index 56b91778d33e128c33a6569b62e466d090a5b9d6..45738fb990ecde0f648fbc2c4e78f0ad3c8705df 100644 (file)
@@ -115,9 +115,15 @@ graphapplet</b><br>
 <br>#
 <br>#LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"
 
-<br>Plugin provided with AWStats (5.2+).
+<br><u>Install:</u>
+<br>This plugin need AWStats 5.2 or higher and need Geo::IP Perl Module AND the Country database.
 <br>You can find Geo::IP Perl Module and get the free Country database or purchase the
 <br>Country licensed database, including updates, on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>.
+<br>This plugin is provided since AWStats 5.2 standard distribution. If requirements
+are ok, just add the following line to your AWStats configuration file:<br>
+<i>LoadPlugin="geoip GEOIP_STANDARD /pathto/GeoIP.dat"</i><br>
+Where <i>/pathto/GeoIP.dat</i> is the full path where you stored your Country Database file.
+<br><u>Note:</u>
 <br>Plugins for Maxmind <a href="#geoipcity">GeoIP City</a> is also available (with free database).
 <br>Plugins for Maxmind <a href="#geoipregion">GeoIP Region</a>, <a href="#geoipisp">GeoIP ISP</a> and <a href="#geoiporg">GeoIP Organization</a> are
 also available (but databases are not free).
@@ -152,6 +158,34 @@ put this file into your plugins directory and run it.
 
 <br>
 
+<a name="geoipcity">&nbsp;</a>
+<br># Plugin: GeoIP_City_Maxmind
+<br># Perl modules required: Geo::IP (from Maxmind)
+<br># This plugin add a chart of hits by cities (with country and regions
+<br># informations for major countries).
+<br># Note: This plugin need Maxmind GeoIP Perl module AND the city database.
+<br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
+<br># on Windows but it works great on Linux with default Perl.
+<br># You can get a free version or purchase a license from Maxmind to get/use the
+<br># full version including updates.
+<br># This plugin reduces AWStats speed.
+<br>#
+<br>#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
+
+<br><u>Install:</u>
+<br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database.
+<br>You can find Geo::IP Perl Module and get the free City database or purchase the
+<br>City licensed database, including updates, on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>.
+<br>This plugin is provided since AWStats 6.2 standard distribution. If requirements
+are ok, just add the following line to your AWStats configuration file:<br>
+<i>LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"</i><br>
+Where <i>/pathto/GeoIPCity.dat</i> is the full path where you stored your City Database file.
+By enabled this plugin, you will see a new link called 'Cities' on reports menu. For
+the moment this link works only when AWStats reports are build as CGI (static built not yet
+supported).
+
+<br>
+
 <br># Plugin: UserInfo
 <br># Perl modules required: None
 <br># Add a text (Firtname, Lastname, Office Department, ...) in authenticated user
@@ -267,33 +301,6 @@ the moment this link works only when AWStats reports are build as CGI (static bu
 supported).
 <br>
 
-<a name="geoipcity">&nbsp;</a>
-<br># Plugin: GeoIP_City_Maxmind
-<br># Perl modules required: Geo::IP (from Maxmind)
-<br># This plugin add a chart of hits by cities (with country and regions
-<br># informations for major countries).
-<br># Note: This plugin need Maxmind GeoIP Perl module AND the city database.
-<br># Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
-<br># on Windows but it works great on Linux with default Perl.
-<br># You can get a free version or purchase a license from Maxmind to get/use the
-<br># full version including updates.
-<br># This plugin reduces AWStats speed.
-<br>#
-<br>#LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"
-
-<br><u>Install:</u>
-<br>This plugin need AWStats 6.2 or higher and need Geo::IP Perl Module AND the City database.
-<br>You can find Geo::IP Perl Module and get the free City database or purchase the
-<br>City licensed database, including updates, on <a href="http://www.maxmind.com/app/perl?rId=awstats" target=_new>Maxmind web site</a>.
-<br>This plugin is provided since AWStats 6.2 standard distribution. If requirements
-are ok, just add the following line to your AWStats configuration file:<br>
-<i>LoadPlugin="geoip_city_maxmind GEOIP_STANDARD /pathto/GeoIPCity.dat"</i><br>
-Where <i>/pathto/GeoIPCity.dat</i> is the full path where you stored your City Database file.
-By enabled this plugin, you will see a new link called 'Cities' on reports menu. For
-the moment this link works only when AWStats reports are build as CGI (static built not yet
-supported).
-<br>
-
 <a name="geoipisp">&nbsp;</a>
 <br># Plugin: GeoIP_ISP_Maxmind
 <br># Perl modules required: Geo::IP (from Maxmind)