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

svn at osgeo.org svn at osgeo.org
Thu May 5 09:34:39 EDT 2011


Author: colivier
Date: 2011-05-05 06:34:38 -0700 (Thu, 05 May 2011)
New Revision: 11654

Modified:
   trunk/docs/en/development/rfc/ms-rfc-70.txt
Log:
Update code conventions (OGC schemas) and SVN part

Modified: trunk/docs/en/development/rfc/ms-rfc-70.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-70.txt	2011-05-05 13:08:02 UTC (rev 11653)
+++ trunk/docs/en/development/rfc/ms-rfc-70.txt	2011-05-05 13:34:38 UTC (rev 11654)
@@ -103,8 +103,7 @@
 --------------
 TinyOWS trunk and 1.0 (coming) branch should be imported in MapServer SVN.
 
-Dunno on this point if we have a way to keep history of previous commits ?
-Anyone ?
+Previous commit history will be kept on the old TinyOWS SVN, for a while.
 
 3.6 Code Convention
 -------------------
@@ -127,9 +126,14 @@
 All C code was written from scratch by TinyOWS devs, so should not be a
 real problem.
 
-On the other hand, we have to clarify XSD Schema from W3C, and OGC,
-and also OGC CITE Unit tests licence policy (i.e are they really public ?)
+For XSD Schema coming from OGC:
+Official OGC LICENSE is descripted here: http://www.opengeospatial.org/ogc/document
+it allows public diffusion, but not to modify it.
+(But on really few points, i needed to modify them, to 'make it works'
+ so still need to be clarify.)
 
+Still dunno OGC CITE Unit tests queries licence policy.
+
 4.2 Code Quality
 ----------------
 All code compile without any warning on commons Unix like platforms,



More information about the mapserver-commits mailing list