]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - includes/geo/README.md
Fix spelling error "intended" in readme.html
[Github/YOURLS.git] / includes / geo / README.md
1 GeoIP package for YOURLS
2 ========================
3
4 What the hell?
5 --------------
6
7 Text files from this package (GeoIP.dat and geoip.inc) are provided free by
8 MaxMind. Accuracy is 99.5% so don't sweat it if you get unrealistic results.
9
10 If unsure, you can always get the latest version of the GeoIP database
11 from the following URL: http://www.maxmind.com/app/geolitecountry
12 (look for a link pointing to a file named "GeoIP.dat.gz")
13
14 Flag files from this package come from various sources. Feel free to copy and
15 redistribute them just as I'm doing :)
16
17 How to install this package
18 ---------------------------
19
20 * In directory "includes", create a subdirectory "geo", so you have the
21 following directory structure:   
22
23                 [yourls_root]
24                           +--admin
25                           +--[other directories...]
26                           +--includes
27                                    +--geo
28
29 * Put the content of this package (files GeoIP.dat and geoip.inc) into
30 the freshly created "geo" subdirectory