Skip to content

Commit

Permalink
v0.0301
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jun 10, 2013
1 parent 30945a8 commit 842ec88
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 27 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{{$NEXT}}

0.0301 2013-06-10

- The first official beta release of this API.


Expand Down
61 changes: 34 additions & 27 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,11 @@ NAME
GeoIP2 - Perl API for MaxMind's GeoIP2 web services

VERSION
version 0.0300

BETA NOTE

This is a beta release. The API may change before the first production
release, which will be numbered 2.0000.

You may find information on the GeoIP2 beta release process on
http://www.maxmind.com/en/geoip2_beta

To provide feedback or get support during the beta, please see the
MaxMind Customer Community at https://getsatisfaction.com/maxmind
version 0.0301

DESCRIPTION
This distribution provides an API for the GeoIP2 web services (as
documented at http://dev.maxmind.com/geoip/geoip2/web-services).
documented at <http://dev.maxmind.com/geoip/geoip2/web-services>).

In the future, this distribution will also provide the same API for the
GeoIP2 downloadable databases. These databases have not yet been
Expand All @@ -26,11 +15,22 @@ DESCRIPTION
See GeoIP2::WebService::Client for details on the web service client
API.

BETA NOTE
This is a beta release. The API may change before the first production
release, which will be numbered 2.0000.

You may find information on the GeoIP2 beta release process on our
website <http://www.maxmind.com/en/geoip2_beta>.

To provide feedback or get support during the beta, please see the
MaxMind Customer Community <https://getsatisfaction.com/maxmind>.

INTEGRATION WITH GEONAMES
GeoNames (http://www.geonames.org/) offers web services and downloadable
databases with data on geographical features around the world, including
populated places. They offer both free and paid premium data. Each
feature is unique identified by a "geoname_id", which is an integer.
GeoNames (<http://www.geonames.org/>) offers web services and
downloadable databases with data on geographical features around the
world, including populated places. They offer both free and paid premium
data. Each feature is uniquely identified by a "geoname_id", which is an
integer.

Many of the records returned by the GeoIP web services and databases
include a "geoname_id" field. This is the ID of a geographical feature
Expand All @@ -43,10 +43,10 @@ INTEGRATION WITH GEONAMES
REPORTING DATA PROBLEMS
If the problem you find is that an IP address is incorrectly mapped,
please submit your correction to MaxMind at
http://www.maxmind.com/en/correction.
<http://www.maxmind.com/en/correction>.

If you find some other sort of mistake, like an incorrect spelling,
please check the GeoNames site (http://www.geonames.org/) first. Once
please check the GeoNames site (<http://www.geonames.org/>) first. Once
you've searched for a place and found it on the GeoNames map view, there
are a number of links you can use to correct data ("move", "edit",
"alternate names", etc.). Once the correction is part of the GeoNames
Expand All @@ -55,12 +55,12 @@ REPORTING DATA PROBLEMS

If you are a paying MaxMind customer and you're not sure where to submit
a correction, please contact MaxMind support at for help. See
http://www.maxmind.com/en/support for support details.
<http://www.maxmind.com/en/support> for support details.

VERSIONING POLICY
This module uses semantic versioning as described by http://semver.org/.
Version numbers can be read as X.YYZZ, where X is the major number, YY
is the minor number, and ZZ is the patch number.
This module uses semantic versioning as described by
<http://semver.org/>. Version numbers can be read as X.YYZZ, where X is
the major number, YY is the minor number, and ZZ is the patch number.

PERL VERSION SUPPORT
MaxMind has tested this API with Perl 5.8.8 and above. Reasonable
Expand All @@ -74,14 +74,21 @@ PERL VERSION SUPPORT

SUPPORT
Please report all issues with this code using the GitHub issue tracker
at https://github.com/maxmind/GeoIP2-perl/issues
at <https://github.com/maxmind/GeoIP2-perl/issues>

If you are having an issue with a MaxMind service that is not specific
to the client API please see http://www.maxmind.com/en/support for
to the client API please see <http://www.maxmind.com/en/support> for
details.

AUTHOR
Dave Rolsky <drolsky@maxmind.com>
AUTHORS
* Dave Rolsky <drolsky@maxmind.com>

* Greg Oschwald <goschwald@maxmind.com>

* Olaf Alders <oalders@maxmind.com>

CONTRIBUTOR
Graham Knop <haarg@haarg.org>

COPYRIGHT AND LICENSE
This software is Copyright (c) 2013 by MaxMind, Inc..
Expand Down

0 comments on commit 842ec88

Please sign in to comment.