[mapserver-commits] r8137 - in trunk/docs: input mapfile mapscript ogc

svn at osgeo.org svn at osgeo.org
Sun Nov 30 13:41:14 EST 2008


Author: hobu
Date: 2008-11-30 13:41:14 -0500 (Sun, 30 Nov 2008)
New Revision: 8137

Modified:
   trunk/docs/input/raster_data.txt
   trunk/docs/mapfile/label.txt
   trunk/docs/mapscript/mapscript.txt
   trunk/docs/ogc/mapscript.txt
   trunk/docs/ogc/sld.txt
   trunk/docs/ogc/sos_server.txt
Log:
add linkages to RFCs

Modified: trunk/docs/input/raster_data.txt
===================================================================
--- trunk/docs/input/raster_data.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/input/raster_data.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -489,7 +489,7 @@
     value of all pixels in the region of the disk file being mapped to the output pixel
     (or possibly just a sampling of them).  BILINEAR will compute a linear interpolation of
     the four pixels around the target location.  This topic is discussed in more detail in
-    RFC 4: MapServer Raster Resampling.  
+    :ref:`rfc4`.  
 
     Resampling options other than NEAREST result in use of the generalized warper and can
     dramatically slow down raster processing.  Generally AVERAGE can be desirable for 

Modified: trunk/docs/mapfile/label.txt
===================================================================
--- trunk/docs/mapfile/label.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/mapfile/label.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -132,8 +132,6 @@
 
       The associated RFC document for this feature is :ref:`RFC19`.
 
-.. _`RFC 19`: /development/rfc/ms-rfc-19/
-
 PARTIALS [true|false]
     Can text run off the edge of the map? Default is true.
 

Modified: trunk/docs/mapscript/mapscript.txt
===================================================================
--- trunk/docs/mapscript/mapscript.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/mapscript/mapscript.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -667,7 +667,7 @@
     
 autofollow : int
     MS_TRUE or MS_FALSE. Tells mapserver to compute a curved label
-    for appropriate linear features (see RFC 11 for specifics).   
+    for appropriate linear features (see :ref:`rfc11` for specifics).   
 
 autominfeaturesize: int
     MS_TRUE or MS_FALSE
@@ -2605,7 +2605,7 @@
     Foreground or fill pen color.
 
 mincolor : colorObj_
-    Attribute for Color Range Mapping (RFC-6). mincolor, minvalue, maxcolor,
+    Attribute for Color Range Mapping (:ref:`rfc6`). mincolor, minvalue, maxcolor,
     maxvalue define the range for mapping a continuous feature value to a continuous
     range of colors when rendering the feature on the map.
 
@@ -2613,7 +2613,7 @@
     Minimum pen or symbol width for scaling styles.
 
 minvalue : double
-    Attribute for Color Range Mapping (RFC-6). mincolor, minvalue, maxcolor,
+    Attribute for Color Range Mapping (:ref:`rfc6`). mincolor, minvalue, maxcolor,
     maxvalue define the range for mapping a continuous feature value to a continuous
     range of colors when rendering the feature on the map.
 
@@ -2621,7 +2621,7 @@
     Minimum width of the symbol.    
 
 maxcolor : colorObj_
-    Attribute for Color Range Mapping (RFC-6). mincolor, minvalue, maxcolor,
+    Attribute for Color Range Mapping (:ref:`rfc6`). mincolor, minvalue, maxcolor,
     maxvalue define the range for mapping a continuous feature value to a continuous
     range of colors when rendering the feature on the map.
 
@@ -2629,7 +2629,7 @@
     Maximum pen or symbol width for scaling.
     
 maxvalue : double
-    Attribute for Color Range Mapping (RFC-6). mincolor, minvalue, maxcolor,
+    Attribute for Color Range Mapping (:ref:`rfc6`). mincolor, minvalue, maxcolor,
     maxvalue define the range for mapping a continuous feature value to a continuous
     range of colors when rendering the feature on the map.
     
@@ -2646,7 +2646,7 @@
     Outline pen color.
 
 rangeitem : string
-    Attribute/field that stores the values for the Color Range Mapping (RFC-6).
+    Attribute/field that stores the values for the Color Range Mapping (:ref:`rfc6`).
 
 size : int
     Pixel width of the style's pen or symbol.

Modified: trunk/docs/ogc/mapscript.txt
===================================================================
--- trunk/docs/ogc/mapscript.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/ogc/mapscript.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -18,7 +18,7 @@
  Introduction
 =============================================================================
 
-With the implementation of MapServer RFC 16 in MapServer 4.9, MapScript now has 
+With the implementation of MapServer :ref:`rfc16` in MapServer 4.9, MapScript now has 
 the ability to invoke MapServer's ability to execute OGC Web Service requests 
 such as WMS, WCS, and WFS as well as capturing the results of processing the 
 requests.

Modified: trunk/docs/ogc/sld.txt
===================================================================
--- trunk/docs/ogc/sld.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/ogc/sld.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -542,12 +542,12 @@
 Named Styles support
 ====================
 
-Named styles support are introduced in Mapserver 5.2. The support is base on `RFC 39`_ 
+Named styles support are introduced in Mapserver 5.2. The support is base on :ref:`rfc39` 
 
-.. _`RFC 39`: /development/rfc/ms-rfc-39/
+Mapserver 5.2 introduces the possibility to assign a group to a series of classes 
+defined on a layer object using two new non-mandatory keywords
+ CLASSGROUP (at the layer level) and GROUP at the class level:
 
-Mapserver 5.2 introduces the possibility to assign a group to a series of classes defined on a  layer object using two new non-mandatory keywords CLASSGROUP (at the layer level) and GROUP at the class level:
-
 ::
 
  LAYER

Modified: trunk/docs/ogc/sos_server.txt
===================================================================
--- trunk/docs/ogc/sos_server.txt	2008-11-29 00:18:22 UTC (rev 8136)
+++ trunk/docs/ogc/sos_server.txt	2008-11-30 18:41:14 UTC (rev 8137)
@@ -26,7 +26,7 @@
 
 SOS support is **available in MapServer 4.10.0 or more recent**.  Note that no client tools currently exist in MapServer for SOS.  More SWE based software is available at http://www.52north.org/
 
-SOS support was implemented in MapServer to the guidelines of MapServer `RFC 13`_.
+SOS support was implemented in MapServer to the guidelines of MapServer :ref:`rfc13`.
 
 This document assumes that you are already familiar with certain aspects of MapServer:
 
@@ -671,10 +671,7 @@
 
 .. #### rST Link Section ####
 
-.. _`RFC 13`: http://mapserver.gis.umn.edu/development/rfc/ms-rfc-13
 .. _`SOS discussion paper`: http://portal.opengeospatial.org/files/?artifact_id=12846
 .. _`Sensor Web Enablement and OpenGIS SensorWeb`: http://www.opengeospatial.org/functional/?page=swe
-.. _`Unix`: http://mapserver.gis.umn.edu/docs/howto/compiling_on_unix/
-.. _`Windows`: http://mapserver.gis.umn.edu/docs/howto/win32_compiling
 .. _`More About the Online Resource URL`: http://mapserver.gis.umn.edu/docs/howto/wms_server/#more-about-the-online-resource-url
 .. _`http://www.opengeospatial.org/functional/?page=swe`: http://www.opengeospatial.org/functional/?page=swe
\ No newline at end of file



More information about the mapserver-commits mailing list