Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaDafinser committed Aug 29, 2014
1 parent 84b1a0a commit dcdf3bf
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ Piwik plugin to locate all locale data of a user based on the IP address/subnetw

__What does this plugin do?__

It adds visitor information based on the IP address, matched from your configuration. Not more and not less.
The database schema and UI stays untouched, so all Piwik statistics can be used like you would use internet GeoIP database.
It adds visitor information based on the matched IP address from your configuration. Not more and not less.
The database schema and UI stays untouched, so all Piwik statistics can be used like you would use a internet GeoIP database.

__What statistics are available?__

If you create a full configuration data file, you'll see
* Visitor -> Realtime visitor map
* Visitor -> Location and provider
* and many more...(in generall all statistics which are also available with a internet GeoIP)
* and many more...(in generall all statistics are available like using a internet GeoIP database)

__Why there stands provider "unknown" in my visitor log?__

Expand All @@ -27,6 +27,10 @@ You can adjust or remove this, by changing the "noMatch" block in your `Intranet
If you remove the complete block, none matched visitors will be skipped by this plugin.
But you can also fill all possible visitorInfos like you are used for matched IP addresses.

__Can i use this plugin with a internet GeoIP database side by side?__

Yes you can.
Just remove or comment out the `noMatch` block in your configuration file.

__How to configure/install this plugin / the networks?__

Expand Down

0 comments on commit dcdf3bf

Please sign in to comment.