浏览代码

geoip: also include URL in docs

Henning Westerholt 14 年之前
父节点
当前提交
4d777c5100
共有 2 个文件被更改,包括 11 次插入9 次删除
  1. 7 7
      modules/geoip/README
  2. 4 2
      modules/geoip/doc/geoip_admin.xml

+ 7 - 7
modules/geoip/README

@@ -75,12 +75,12 @@ Chapter 1. Admin Guide
    identifying the physical location with which an IP host address is
    identifying the physical location with which an IP host address is
    associated on a relatively granular level.
    associated on a relatively granular level.
 
 
-   This database itself can be obtained on a free or commercial basis
-   here. The library that interfaces with the Max Mind API, as well as
-   scripts to automate downloading of the on-disk version of the
-   open-source database is also packaged by the Debian Linux distribution
-   and its derivatives as libgeoip, and probably by other distributions as
-   well.
+   This database itself can be obtained on a free or commercial basis from
+   http://www.maxmind.com/app/ip-location. The library that interfaces
+   with the Max Mind API, as well as scripts to automate downloading of
+   the on-disk version of the open-source database is also packaged by the
+   Debian Linux distribution and its derivatives as libgeoip, and probably
+   by other distributions as well.
 
 
    Debian Linux squeeze includes already a database as dependency, but as
    Debian Linux squeeze includes already a database as dependency, but as
    this contain the wrong data, it will not work correctly with the
    this contain the wrong data, it will not work correctly with the
@@ -88,7 +88,7 @@ Chapter 1. Admin Guide
    will not work with the GeoIP Country Edition. In newer Debian Linux
    will not work with the GeoIP Country Edition. In newer Debian Linux
    releases the package geoip-database-contrib should contain the
    releases the package geoip-database-contrib should contain the
    necessary database. You can download the Lite edition of the DB from
    necessary database. You can download the Lite edition of the DB from
-   here.
+   http://www.maxmind.com/app/geolitecity.
 
 
    This module exports a new class of pseudo-variables - $gip(pvc=>key) -
    This module exports a new class of pseudo-variables - $gip(pvc=>key) -
    to enable access to the results of a query to the database.
    to enable access to the results of a query to the database.

+ 4 - 2
modules/geoip/doc/geoip_admin.xml

@@ -28,7 +28,8 @@
 	</para>
 	</para>
 	<para>
 	<para>
 		This database itself can be obtained on a free or commercial basis 
 		This database itself can be obtained on a free or commercial basis 
-		<ulink url="http://www.maxmind.com/app/ip-location">here</ulink>. The 
+		from <ulink url="http://www.maxmind.com/app/ip-location">
+		http://www.maxmind.com/app/ip-location</ulink>. The 
 		library that interfaces with the Max Mind API, as well as scripts to
 		library that interfaces with the Max Mind API, as well as scripts to
 		automate downloading of the on-disk version of the open-source 
 		automate downloading of the on-disk version of the open-source 
 		database is also packaged by the Debian Linux distribution and 
 		database is also packaged by the Debian Linux distribution and 
@@ -42,7 +43,8 @@
 		and will not work with the <emphasis>GeoIP Country Edition</emphasis>. In
 		and will not work with the <emphasis>GeoIP Country Edition</emphasis>. In
 		newer Debian Linux releases the package <emphasis>geoip-database-contrib</emphasis>
 		newer Debian Linux releases the package <emphasis>geoip-database-contrib</emphasis>
 		should contain the necessary database. You can download the Lite edition
 		should contain the necessary database. You can download the Lite edition
-		of the DB from <ulink url="http://www.maxmind.com/app/geolitecity">here</ulink>.
+		of the DB from <ulink url="http://www.maxmind.com/app/geolitecity">
+		http://www.maxmind.com/app/geolitecity</ulink>.
 	</para>
 	</para>
 	<para>
 	<para>
 		This module exports a new class of pseudo-variables -
 		This module exports a new class of pseudo-variables -