[mapserver-commits] r8459 - in trunk/docs: installation
mapscript/php
svn at osgeo.org
svn at osgeo.org
Tue Jan 27 13:13:56 EST 2009
Author: jmckenna
Date: 2009-01-27 13:13:56 -0500 (Tue, 27 Jan 2009)
New Revision: 8459
Modified:
trunk/docs/installation/php.txt
trunk/docs/mapscript/php/class-intro.txt
trunk/docs/mapscript/php/index.txt
Log:
point to ported wiki pages on trac-wiki
Modified: trunk/docs/installation/php.txt
===================================================================
--- trunk/docs/installation/php.txt 2009-01-27 14:16:37 UTC (rev 8458)
+++ trunk/docs/installation/php.txt 2009-01-27 18:13:56 UTC (rev 8459)
@@ -61,7 +61,7 @@
- More information on the PHP/MapScript module can be found on the
`PHP/MapScript page`_ on MapTools.org.
-- The old `MapServer Wiki`_ also has PHP/MapScript build and installation notes
+- The `MapServer Wiki`_ also has PHP/MapScript build and installation notes
and some php code snippets.
- Questions regarding the module should be forwarded to the :ref:`MapServer mailing list <lists>`.
@@ -318,7 +318,7 @@
their member variables, see the :ref:`MapScript reference <mapscript>`
and the :ref:`MapFile reference <mapfile>`.
- The old `MapServer Wiki`_ also has PHP/MapScript build and installation
+ The `MapServer Wiki`_ also has PHP/MapScript build and installation
notes and some php code snippets.
--------
@@ -455,7 +455,7 @@
.. _`DM Solutions Group`: http://www.dmsolutions.ca/
.. _`Mapgears`: http://www.mapgears.com
.. _`PHP/MapScript page`: http://www.maptools.org/php_mapscript/
-.. _`MapServer Wiki`: http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PHPMapScript
+.. _`MapServer Wiki`: http://trac.osgeo.org/mapserver/wiki/PHPMapScript
.. _`PHP web site`: http://www.php.net/
.. _`Installation on Unix systems`: http://php.net/manual/en/install.unix.php
.. _`MS4W (MapServer For Windows)`: http://www.maptools.org/ms4w/
Modified: trunk/docs/mapscript/php/class-intro.txt
===================================================================
--- trunk/docs/mapscript/php/class-intro.txt 2009-01-27 14:16:37 UTC (rev 8458)
+++ trunk/docs/mapscript/php/class-intro.txt 2009-01-27 18:13:56 UTC (rev 8459)
@@ -44,5 +44,5 @@
- Refer to the `main PHP site`_ for their official documentation
.. _`PHP/MapScript page`: http://www.maptools.org/php_mapscript/
-.. _`MapServer Wiki`: http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PHPMapScript
+.. _`MapServer Wiki`: http://trac.osgeo.org/mapserver/wiki/PHPMapScript
.. _`main PHP site`: http://www.php.net
Modified: trunk/docs/mapscript/php/index.txt
===================================================================
--- trunk/docs/mapscript/php/index.txt 2009-01-27 14:16:37 UTC (rev 8458)
+++ trunk/docs/mapscript/php/index.txt 2009-01-27 18:13:56 UTC (rev 8459)
@@ -39,8 +39,8 @@
There are documentation and examples for PHP MapScript available via
the MapServer :ref:`documentation <documentation>`
-See also the MapServer Wiki for links to more informations on this module:
-http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?PHPMapScript
+See also the MapServer Wiki for links to more information on this module:
+http://trac.osgeo.org/mapserver/wiki/PHPMapScript
Very important notes
---------------------
@@ -2077,7 +2077,7 @@
The grid is always embedded inside a layer object defined as
a grid (layer->connectiontype = MS_GRATICULE)
-(for more docs : http://old-mapserver.gis.umn.edu/cgi-bin/wiki.pl?MapServerGrid)
+(for more docs : http://trac.osgeo.org/mapserver/wiki/MapServerGrid)
A layer can become a grid layer by adding a grid object to it using :
ms_newGridObj(layerObj layer)
More information about the mapserver-commits
mailing list