# Plugin: GeoIP_Region_Maxmind
# Perl modules required: Geo::IP (from Maxmind)
-# This plugin add a chart of hits by country.
+# This plugin add a chart of hits by regions. Only regions for US and
+# Canada can be detected.
# Note: This plugin need Maxmind GeoIP Perl module AND the region database.
# Note: I get some problem with Maxmind Geo::IP Perl module with ActiveState
# on Windows but it works great on Linux with default Perl.
# You need to purchase a license from Maxmind to get/use the Region database.
-# This plugin reduces AWStats speed of 10% !
+# This plugin reduces AWStats speed.
#
#LoadPlugin="geoip_region_maxmind GEOIP_STANDARD /pathto/GeoIPRegion.dat"
#LoadPlugin="urlalias"
# Plugin: TimeHiRes
-# Perl modules required: Time::HiRes
+# Perl modules required: Time::HiRes (if Perl < 5.8)
# Time reported by -showsteps option is in millisecond. For debug purpose.
#
#LoadPlugin="timehires"