[mapserver-commits] r12025 - trunk/docs/en/development/rfc
svn at osgeo.org
svn at osgeo.org
Sun Aug 7 18:35:26 EDT 2011
Author: colivier
Date: 2011-08-07 15:35:26 -0700 (Sun, 07 Aug 2011)
New Revision: 12025
Modified:
trunk/docs/en/development/rfc/ms-rfc-70.txt
Log:
Few change related to latest IRC chat. And some minors improvments/precisions
Modified: trunk/docs/en/development/rfc/ms-rfc-70.txt
===================================================================
--- trunk/docs/en/development/rfc/ms-rfc-70.txt 2011-08-06 15:45:49 UTC (rev 12024)
+++ trunk/docs/en/development/rfc/ms-rfc-70.txt 2011-08-07 22:35:26 UTC (rev 12025)
@@ -65,6 +65,11 @@
3. Solution Details
-------------------
+3.0 Naming
+----------
+TinyOWS will be called: MapServer TinyOWS
+(To keep the previous quite known name, and to give it the MapServer prefix)
+
3.1 Documentation
-----------------
Move TinyOWS trac Wiki documentation to RST syntax.
@@ -99,6 +104,9 @@
One aim is also to have more MapServer devs ready to look at the code,
and committing patches.
+The MapServer PSC will become the ultimate decision autorithy for
+MapServer TinyOWS module.
+
3.5 SVN Import
--------------
TinyOWS trunk and 1.0 (coming) branch should be imported in MapServer SVN.
@@ -130,7 +138,7 @@
- Correct/improve OGC standard compliancy, and interoperability
- Bug and security fixes
- Minor feature enhancement
- - Code refactoring
+ - Small code refactoring
- Unit tests policy
...
@@ -143,12 +151,10 @@
All C code was written from scratch by TinyOWS devs, so should not be a
real problem.
-For XSD Schema coming from OGC:
+For XSD Schema coming from OGC, and OGC CITE Unit tests:
Official OGC LICENSE is descripted here: http://www.opengeospatial.org/ogc/document
it allows public diffusion, but not to modify it.
-Still dunno OGC CITE Unit tests queries licence policy.
-
4.2 Code Quality
----------------
All code compile without any warning on commons Unix like platforms,
@@ -182,7 +188,7 @@
4.5 External Dependancies
-------------------------
- - LibXML2 >= 2.6.20
+ - LibXML2 >= 2.6.20 (and libxml2 trunk to avoid GML XSD Schema, see: http://tinyows.org/trac/wiki/LibxmlSchemaGmlBug)
- PostgreSQL >= 8.1.0
- PostGIS >= 1.5.0
- FastCGI is optional (but recommended)
@@ -211,12 +217,13 @@
as compliant as possible to next OGC and INSPIRE standards, and of course robust.
Mains future works area are (they will imply futures RFC, just here to notice them):
- - WFS 2.0 and INSPIRE compliancy
+ - Add new export formats (Shapefile, KML...)
- Apache Module support
- More exhaustive unit tests policy (not only OGC ones)
- More consistent behaviour and configuration directives for both TinyOWS and MS.
- Oracle Spatial support
- Application Schema support
+ - WFS 2.0 and INSPIRE compliancy
5. Voting history
-----------------
More information about the mapserver-commits
mailing list