[mapserver-commits] r12861 - branches/branch-6-0/docs/en/cgi trunk/docs/en/cgi

svn at osgeo.org svn at osgeo.org
Wed Dec 7 05:51:37 EST 2011


Author: havatv
Date: 2011-12-07 02:51:37 -0800 (Wed, 07 Dec 2011)
New Revision: 12861

Modified:
   branches/branch-6-0/docs/en/cgi/introduction.txt
   trunk/docs/en/cgi/introduction.txt
Log:
Fixed a link and made some other small correction to the CGI introduction.

Modified: branches/branch-6-0/docs/en/cgi/introduction.txt
===================================================================
--- branches/branch-6-0/docs/en/cgi/introduction.txt	2011-12-07 10:28:57 UTC (rev 12860)
+++ branches/branch-6-0/docs/en/cgi/introduction.txt	2011-12-07 10:51:37 UTC (rev 12861)
@@ -25,19 +25,19 @@
 
 *  Modifying map parameters through a URL has changed to allow for 
    chunks of a mapfile to be modified at once.  The syntax has changed
-   accordingly, so please see the *Changing map file parameters via a form or a URL*
+   accordingly, so please see the :ref:`cgi_mapfile_change_parameters`
    section.
 
 From MapServer version 3.x to version 4.x
 -----------------------------------------
 
 *  New way to perform attribute queries: No longer do you set a layer 
-   filter, but rather you pass a query string (and optionally an query 
-   item) to the query function. To do this 2 new CGI parameters were 
-   added to MapServer: QSTRING and QITEM.
-*  SAVEMAP is switched off: The SAVEMAP functionality is considered 
+   filter, but rather you pass a query string (and optionally a query 
+   item) to the query function. To do this two new CGI parameters were 
+   added to MapServer: `QSTRING` and `QITEM`.
+*  `SAVEMAP` is switched off: The SAVEMAP functionality is considered 
    insecure, since the saved files are accessible by everyone.
-*  TEMPLATE has been removed, since the map_web_template syntax can be 
+*  `TEMPLATE` has been removed, since the map_web_template syntax can be 
    used to alter a template file. Simplifies security maintenance by only 
    having to deal with this option in a single place. Note that the 
-   TEMPLATEPATTERN of the mapfile has to be used to enable this feature. 
\ No newline at end of file
+   `TEMPLATEPATTERN` of the mapfile has to be used to enable this feature. 

Modified: trunk/docs/en/cgi/introduction.txt
===================================================================
--- trunk/docs/en/cgi/introduction.txt	2011-12-07 10:28:57 UTC (rev 12860)
+++ trunk/docs/en/cgi/introduction.txt	2011-12-07 10:51:37 UTC (rev 12861)
@@ -25,19 +25,19 @@
 
 *  Modifying map parameters through a URL has changed to allow for 
    chunks of a mapfile to be modified at once.  The syntax has changed
-   accordingly, so please see the *Changing map file parameters via a form or a URL*
+   accordingly, so please see the :ref:`cgi_mapfile_change_parameters`
    section.
 
 From MapServer version 3.x to version 4.x
 -----------------------------------------
 
 *  New way to perform attribute queries: No longer do you set a layer 
-   filter, but rather you pass a query string (and optionally an query 
-   item) to the query function. To do this 2 new CGI parameters were 
-   added to MapServer: QSTRING and QITEM.
-*  SAVEMAP is switched off: The SAVEMAP functionality is considered 
+   filter, but rather you pass a query string (and optionally a query 
+   item) to the query function. To do this two new CGI parameters were 
+   added to MapServer: `QSTRING` and `QITEM`.
+*  `SAVEMAP` is switched off: The SAVEMAP functionality is considered 
    insecure, since the saved files are accessible by everyone.
-*  TEMPLATE has been removed, since the map_web_template syntax can be 
+*  `TEMPLATE` has been removed, since the map_web_template syntax can be 
    used to alter a template file. Simplifies security maintenance by only 
    having to deal with this option in a single place. Note that the 
-   TEMPLATEPATTERN of the mapfile has to be used to enable this feature. 
\ No newline at end of file
+   `TEMPLATEPATTERN` of the mapfile has to be used to enable this feature. 



More information about the mapserver-commits mailing list