[mapserver-commits] r8371 - in trunk/docs: installation ogc

svn at osgeo.org svn at osgeo.org
Wed Dec 31 15:44:04 EST 2008


Author: tomkralidis
Date: 2008-12-31 15:44:04 -0500 (Wed, 31 Dec 2008)
New Revision: 8371

Modified:
   trunk/docs/installation/unix.txt
   trunk/docs/ogc/wfs_client.txt
   trunk/docs/ogc/wms_client.txt
   trunk/docs/ogc/wms_server.txt
Log:
use internal referencing


Modified: trunk/docs/installation/unix.txt
===================================================================
--- trunk/docs/installation/unix.txt	2008-12-31 20:32:02 UTC (rev 8370)
+++ trunk/docs/installation/unix.txt	2008-12-31 20:44:04 UTC (rev 8371)
@@ -32,7 +32,7 @@
 =============================================================================
 
 You can obtain the source code as well as the demo package from the 
-MapServer site, located at http://mapserver.gis.umn.edu/download.
+:ref:`download` section.
 
 -----------------------------------------------------------------------------
  Required External Libraries

Modified: trunk/docs/ogc/wfs_client.txt
===================================================================
--- trunk/docs/ogc/wfs_client.txt	2008-12-31 20:32:02 UTC (rev 8370)
+++ trunk/docs/ogc/wfs_client.txt	2008-12-31 20:44:04 UTC (rev 8371)
@@ -105,12 +105,11 @@
     the layers. Note that wfs_connectiontimeout at the layer level has priority 
     over the map level.
   - *wfs_filter*: This can be included to include a filter encoding parameter 
-    in the getFeature request (see the :ref:`Filter Encoding HowTo <filter_encoding>` for more information 
+    in the getFeature request (see the :ref:`Filter Encoding Howto <filter_encoding>` for more information 
     on filtering).  The content of the wfs_filter is a valid filter encoding element.
     
     .. _`http://map.ns.ec.gc.ca/MapServer/mapserv.exe?MAP=/mapserver/services/envdat/config.map`: http://map.ns.ec.gc.ca/MapServer/mapserv.exe?MAP=/mapserver/services/envdat/config.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities
     .. _`&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities`: http://map.ns.ec.gc.ca/MapServer/mapserv.exe?MAP=/mapserver/services/envdat/config.map&SERVICE=WFS&VERSION=1.0.0&REQUEST=GetCapabilities
-    .. _`Filter Encoding HOWTO`: http://mapserver.gis.umn.edu/docs/howto/filterencoding
 
     .. code-block:: mapfile
 

Modified: trunk/docs/ogc/wms_client.txt
===================================================================
--- trunk/docs/ogc/wms_client.txt	2008-12-31 20:32:02 UTC (rev 8370)
+++ trunk/docs/ogc/wms_client.txt	2008-12-31 20:44:04 UTC (rev 8371)
@@ -45,7 +45,7 @@
 It requires PROJ4, libcurl version 7.10.1 or more recent, and optionally GDAL 
 (see below).  Windows users who do not want to compile MapServer should use 
 `MS4W`_ (which comes ready for WMS/WFS client and server use), or check for the
-availability of other `win32 binaries`_ with WMS support.
+availability of other :ref:`Windows binaries <windows>` with WMS support.
 
 - For PROJ4 and GDAL installation, see the MapServer Compilation HowTo (:ref:`unix` / :ref:`win32`)
 - For `libcurl`_, make sure you have version 7.10.1 or more recent installed on your 
@@ -481,6 +481,5 @@
 .. _`MapServer OGC Web Services Workshop package`: http://ms-ogc-workshop.maptools.org/
 .. _`libcurl`: http://curl.haxx.se/libcurl/c/
 .. _`MS4W`: http://www.maptools.org/ms4w/
-.. _`win32 binaries`: http://mapserver.gis.umn.edu/download/current/windows/
 .. _`download a custom Canadian epsg file`: http://www.maptools.org/dl/proj4-epsg-with-42xxx.zip
 .. _`custom ESRI epsg file`: http://www.maptools.org/dl/proj4-epsg-with-42xxx-and-esri.zip

Modified: trunk/docs/ogc/wms_server.txt
===================================================================
--- trunk/docs/ogc/wms_server.txt	2008-12-31 20:32:02 UTC (rev 8370)
+++ trunk/docs/ogc/wms_server.txt	2008-12-31 20:44:04 UTC (rev 8371)
@@ -1163,7 +1163,7 @@
     "epsg" file is installed at the right location. On Unix it should be under 
     /usr/local/share/proj/, and on Windows PROJ looks for it under C:/PROJ/ or 
     C:/PROJ/NAD (depending on the installation).  You should also check the 
-    `MapServer error descriptions`_ to see if your exact error is discussed. 
+    :ref:`error documentation <errors>` to see if your exact error is discussed. 
 
     If you don't have the "epsg" file then you can get it as part of the PROJ4 distribution 
     at http://www.remotesensing.org/proj/ or you can download it at 
@@ -1222,7 +1222,6 @@
 .. _`owsview`: http://devgeo.cciw.ca/owsview
 .. _`uDig`: http://udig.refractions.net/confluence/display/UDIG/Home
 .. _`WMS 1.1.1 section 6.2.2`: http://www.opengeospatial.org/docs/01-068r2.pdf
-.. _`MapServer error descriptions`: http://mapserver.gis.umn.edu/docs/error
 .. _`valid request`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?SERVICE=WMS&VERSION=1.1.1&REQUEST=getmap&layers=park,popplace&STYLES=&SRS=EPSG:4326&BBOX=-173.537,35.8775,-11.9603,83.8009&WIDTH=400&HEIGHT=300&FORMAT=image/png
 .. _`text/plain`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?&SERVICE=wms&VERSION=1.1.1&REQUEST=getfeatureinfo&LAYERS=popplace&QUERY_LAYERS=popplace&x=305&y=200&INFO_FORMAT=text/plain
 .. _`text/html`: http://www2.dmsolutions.ca/cgi-bin/mswms_gmap?&SERVICE=wms&VERSION=1.1.1&REQUEST=getfeatureinfo&LAYERS=popplace&QUERY_LAYERS=popplace&x=305&y=200&INFO_FORMAT=text/html



More information about the mapserver-commits mailing list