// $Id$
-------------------------------------------------------------------------------
The Visitor Info module captures the IP address of your visitors, then uses the
IPInfoDB.com XML API to retrieve the geographic location and provides the you with
the originating city, state, and country. Latitude and longitude are gathered
then ploted on a Google map.

Visitor Info was written by Tim Wooten.

Install
-------
Simply instal Visitor Info like you would any other module.

1) Copy the visitorinfo folder to the modules folder in your installation.

2) Enable the module using Administer -> Modules (/admin/build/modules).

3) If you have the GMap module installed and the Google API key configured,
   then Visitor Info will use that key. No need to do anything else.
   
   Otherwise, you can get a key by visiting the Google Maps API sign up page
   at http://code.google.com/apis/maps/signup.html.
   
   Once you have a key, go to the Visitor Info module settings page at 
   Administer -> Settings -> Visitor Info (/admin/settings/visitorinfo) and
   enter the key in the box provided.

4) A default cap of 200 map markers is set but can be changed on the settings
   page.

5) This module provides a block that lists the last 20 visitors to your site.

6) You can view the map at Administer -> Reports -> Visitors Location Map.
   (/admin/reports/visitorinfo).
