[mapserver-commits] r9824 - trunk/docs/en/development/rfc

svn at osgeo.org svn at osgeo.org
Sat Feb 20 15:40:11 EST 2010


Author: theduckylittle
Date: 2010-02-20 15:40:10 -0500 (Sat, 20 Feb 2010)
New Revision: 9824

Modified:
   trunk/docs/en/development/rfc/ms-rfc-59.txt
Log:
Fixed minor formatting error with RFC 59

Modified: trunk/docs/en/development/rfc/ms-rfc-59.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-59.txt	2010-02-20 20:37:53 UTC (rev 9823)
+++ trunk/docs/en/development/rfc/ms-rfc-59.txt	2010-02-20 20:40:10 UTC (rev 9824)
@@ -1,12 +1,16 @@
 .. _rfc59:
 
+MS RFC 59: Add Variable Binding to Database Connection Types
 =======================================================
-RFC 59: Add Variable Binding to Database Connection Types
-=======================================================
 
 :Author: Dan "Ducky" Little
 :Contact: danlittle at yahoo.com
+:Last Edited: 2010/02/20
+:Status:  Not Adopted 
+:Version: MapServer 6.0
+:Id: $Id: $
 
+
 Purpose
 -------
 
@@ -34,21 +38,21 @@
 
 This need for flexibility lends itself well to a hash object and it may be appropriate to create a new block in the LAYER object to support it.  For example::
 
-LAYER
-	...
-	BINDVALS
-		'1'  '1345'
+	LAYER
+		...
+		BINDVALS
+			'1'  '1345'
+		END
+		...
 	END
-	...
-END
 
-LAYER
-	...
-	BINDVALS
-		'city_id' '1345'
+	LAYER
+		...
+		BINDVALS
+			'city_id' '1345'
+		END
+		...
 	END
-	...
-END
 
 
 Backward Compatibility Issues
@@ -62,14 +66,13 @@
 Files Impacted
 --------------
 
-::
-      mapfile.c
-      mapfile.h
-      mappostgis.c
-      maporaclespatial.c
-      mapserver.h
-      maplexer.c
-      maplexer.l
+* mapfile.c
+* mapfile.h
+* mappostgis.c
+* maporaclespatial.c
+* mapserver.h
+* maplexer.c
+* maplexer.l
 
 
 Comments from Review period



More information about the mapserver-commits mailing list