= TinyOWS and mod_geocache integration in the MapServer project = This page discusses the administrative details of the integration of the TinyOWS and mod_geocache projects into the MapServer project, if RFC 70 and 71 are accepted. == Governance == * It is planned that the MapServer PSC would become the ultimate authority for the merged projects * Olivier Courtin to be added to the MapServer PSC as owner of the TinyOWS module * Thomas Bonfort is already on the PSC and will act as owner of the mod_geocache module * It is understood that even though the ultimate decision authority is the PSC and the merged projects will have to follow the PSC rules (RFCs, etc.), the recommendations of a module owner are most of the time followed and the PSC does not get in the way of a module owner trying to make enhancements to the software, unless other devs envisions possible issues, in which case the group works together to define a better solution. (in other words, Oliver and Thomas will remain the technical leads of their respective modules and the PSC will do its best to support them in their work) == Sub-project names == * How do we refer to the two sub-projects once merged? Do we call them sub-projects? Modules? Components? * If we want the whole thing to be promoted as a "MapServer Suite" (or stack, or ....) then we need clear names for each component * MapServer core needs a name (or do we just call it "MapServer core" ... or CGI? * MapSript? * RFC 70 says nothing about the way the preferred name for TinyOWS after the merge * RFC 71: “Mod-Geocache” as a name is a poor choice, and should be changed during the integration with MapServer. The author has no predefined idea as to what the solution should be named, ideas will be greatly appreciated. == License == * MIT in all cases: * RFC 70: TinyOWS already use MIT licence, as MapServer does. Copyright holders (Barbara Philippot and Olivier Courtin) should be kept on existing TinyOWS files. * RFC 71: The apache licence of mod-geocache will be switched to the same licence as MapServer. == Release planning / scheduling == * Tricky: we want to allow TinyOWS and mod_geocache to have an independent and faster release cycle than MapServer core which is more mature. But users would also benefit from a combined/unified release of the full suite every once in a while... so we need to be able to allow a mix of both. * Release numbering? * MapServer 6.x, TinyOWS 1.x, mod_geocache 0.4 ... confusing if we want to appear as a unified project... and then which version number do we give to the complete suite when we release as a whole? * Adopt a common release numbering scheme? e.g. Ubuntu-style based on year.month? Would allow intermediate releases by component, while having consistent release numbers between all components ... e.g. MapServer suite with all components initially released as 11.08 (august 2011), next major release of MapServer core planned for early 2012, but in the meantime sub-projects can be released as 11.10, 11.11, etc... and next full suite release (including MapServer core) could be around February as v12.2? * Other options? == Build system integration == Single build system or multiple/separate ones? It seems that we need a mix of both... Daniel has some ideas == Source and binary packaging == == Mailing lists == == SVN == * MapServer currently uses: {{{ http://svn.osgeo.org/mapserver/trunk/mapserver/ http://svn.osgeo.org/mapserver/trunk/msautotest/ http://svn.osgeo.org/mapserver/trunk/docs/ ... http://svn.osgeo.org/mapserver/branches/branch-6-0/mapserver/ http://svn.osgeo.org/mapserver/branches/branch-6-0/msautotest/ http://svn.osgeo.org/mapserver/branches/branch-6-0/docs/ ... http://svn.osgeo.org/mapserver/tags/rel-6-0-1/mapserver/ http://svn.osgeo.org/mapserver/tags/rel-6-0-1/msautotest/ (no tagging for docs) }}} * RFC 70 suggests, for TinyOWS: {{{ svn.osgeo.org/mapserver/trunk/tinyows svn.osgeo.org/mapserver/branches/tinyows-1.0 svn.osgeo.org/mapserver/tags/tinyows-1.0.0 }}} * RFC 71 suggests, for mod_geocache: {{{ svn.osgeo.org/trunk/mapserver/mod-geocache }}} which should probably be: {{{ svn.osgeo.org/mapserver/trunk/mod-geocache svn.osgeo.org/mapserver/branches/mod-geocache-0.4 svn.osgeo.org/mapserver/tags/mod-geocache-0.4.0 }}} * If we adopt the above then how do we deal with branching and tagging for the combined MapServer suite? == Test suite(s) == * We currently have msautotest * Do we want combined or separate test suites? == Tickets (Trac) == == Website and documentation ==