nlopess Fri Sep 8 12:30:08 2006 UTC
Modified files:
/phpdoc/entities global.ent
/phpdoc/en/reference/json reference.xml
/phpdoc/en/reference/geoip reference.xml
Log:
move maxmind.* urls to entities. add mising refpurposes tags
http://cvs.php.net/viewvc.cgi/phpdoc/entities/global.ent?r1=1.271&r2=1.272&diff_format=u
Index: phpdoc/entities/global.ent
diff -u phpdoc/entities/global.ent:1.271 phpdoc/entities/global.ent:1.272
--- phpdoc/entities/global.ent:1.271 Fri Sep 1 17:05:29 2006
+++ phpdoc/entities/global.ent Fri Sep 8 12:30:07 2006
@@ -1,6 +1,6 @@
<!-- -*- SGML -*-
- $Id: global.ent,v 1.271 2006/09/01 17:05:29 nlopess Exp $
+ $Id: global.ent,v 1.272 2006/09/08 12:30:07 nlopess Exp $
Contains global "macros" for all the XML documents.
@@ -179,6 +179,8 @@
<!ENTITY url.maxdb.doc "http://dev.mysql.com/doc/maxdb/">
<!ENTITY url.maxdb.sdbc "http://dev.mysql.com/downloads/maxdb/clients.html">
<!ENTITY url.maxdb.sampledb
"http://dev.mysql.com/doc/maxdb/en/98/11b83fa6b33c17e10000000a114084/frameset.htm">
+<!ENTITY url.maxmind "http://www.maxmind.com/">
+<!ENTITY url.maxmind.geoip "http://www.maxmind.com/app/c">
<!ENTITY url.mcal "http://mcal.chek.com/">
<!ENTITY url.mcve.home "http://www.mainstreetsoftworks.com/">
<!ENTITY url.mcve.docs "http://www.mainstreetsoftworks.com/documentation.html">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/json/reference.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/json/reference.xml
diff -u phpdoc/en/reference/json/reference.xml:1.1
phpdoc/en/reference/json/reference.xml:1.2
--- phpdoc/en/reference/json/reference.xml:1.1 Wed Aug 2 15:26:00 2006
+++ phpdoc/en/reference/json/reference.xml Fri Sep 8 12:30:07 2006
@@ -1,5 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
+<!-- Purpose: basic.other -->
+<!-- Membership: pecl, bundled -->
<reference id="ref.json">
<title>JSON Functions</title>
<titleabbrev>JSON</titleabbrev>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/geoip/reference.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/geoip/reference.xml
diff -u phpdoc/en/reference/geoip/reference.xml:1.1
phpdoc/en/reference/geoip/reference.xml:1.2
--- phpdoc/en/reference/geoip/reference.xml:1.1 Tue Aug 22 18:57:07 2006
+++ phpdoc/en/reference/geoip/reference.xml Fri Sep 8 12:30:07 2006
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
-<!-- Purpose: -->
-<!-- Membership: pecl -->
+<!-- $Revision: 1.2 $ -->
+<!-- Purpose: basic.other -->
+<!-- Membership: pecl, external -->
<reference id="ref.geoip">
<title>GeoIP Functions</title>
<titleabbrev>GeoIP</titleabbrev>
@@ -20,14 +20,14 @@
<para>
This extension requires the GeoIP C library version 1.4.0 or higher to be
installed. You can grab the latest version from
- <ulink
url="http://www.maxmind.com/app/c">http://www.maxmind.com/app/c</ulink>
+ <ulink url="&url.maxmind.geoip;">&url.maxmind.geoip;</ulink>
and compile it yourself.
</para>
<para>
By default, you will only have access to the Free GeoIP Country or GeoLite
City databases. While this module can work with other types of database,
you must buy a commercial license from
- <ulink url="http://www.maxmind.com/">Maxmind</ulink>.
+ <ulink url="&url.maxmind;">Maxmind</ulink>.
</para>
</section>