[geos-commits] [SCM] GEOS branch main updated. befc941dc739f78148b643b3e184a55384dfae99

git at osgeo.org git at osgeo.org
Wed Oct 27 16:00:49 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, main has been updated
       via  befc941dc739f78148b643b3e184a55384dfae99 (commit)
      from  bc42c0bed53b8f00f5310c2513c0ce3b14727762 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit befc941dc739f78148b643b3e184a55384dfae99
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Oct 27 16:00:43 2021 -0700

    Break out psc page

diff --git a/web/content/development/_index.md b/web/content/development/_index.md
index 14a155911..390d8a573 100644
--- a/web/content/development/_index.md
+++ b/web/content/development/_index.md
@@ -4,34 +4,13 @@ date: 2021-10-04T14:21:00-07:00
 draft: false
 ---
 
-## Project Steering Committee
+## Relationship to JTS
 
-The GEOS project is run by a Project Steering Committee made up of developers and contributors to the project and is a project of [OSGeo](https://www.osgeo.org/projects/geos/). Major project decisions are made via a [Request for Comments]({{< ref "rfcs" >}}) (RFC) process, where proposals are first documented and then voted on by the steering committee.
+GEOS started as a direct port to C++ of the [JTS Topology Suite](http://tsusiatsoftware.net/jts/main.html) (JTS), and remains tightly bound to that project. Most core algorithms have been prototyped in JTS and ported to GEOS when complete.
 
-The current PSC will refresh itself using the mechanisms in RFC-1.
+The projects attempt to share testing data, and to ascertain when failures are caused by differences in implementation (GEOS fails and JTS does not) and when they are caused by algorithm (both libraries fail).
 
-This PSC list is valid as of Oct 23, 2019.
+## Governance
 
-* Sandro Santilli <strk at kbt dot io> (chair)
-* Martin Davis <mtnclimb at gmail dot com>
-* Howard Butler <hobu.inc at gmail dot com>
-* Regina Obe <lr at pcorp dot us>
-* Dale Lutz <dale at safe dot com>
-* Paul Ramsey <pramsey at cleverelephant dot ca>
-* Dan Baston <dbaston at gmail dot com>
+The GEOS project is run by a [Project Steering Committee](({{< ref "psc" >}})) made up of developers and contributors to the project and is a project of [OSGeo](https://www.osgeo.org/projects/geos/).
 
-The PSC approves major changes and RFC documents. Minor work is ongoing, by the PSC and by the other committers, listed below:
-
-* Vicky Vergara
-* Kurt Schwehr
-
-Historical committers:
-
-* Mateusz Loskot
-* Charlie Savage
-* Norman Vine
-* Sean Gillies
-* Frank Warmerdam
-* Ben Jubb
-* Chuck Thibert
-* Stephen Wong
diff --git a/web/content/development/ci_status.md b/web/content/development/ci_status.md
index d9b402798..8efe17d6c 100644
--- a/web/content/development/ci_status.md
+++ b/web/content/development/ci_status.md
@@ -18,7 +18,7 @@ draft: false
 * **Debbie** - Debian 8.2, GNU/Linux 64bit, GCC Debian 8.2.0-3, automake
 * **Winnie** - Windows Mingw64, 32bit GCC 8.1.0, 64bit GCC 8.1.0, MSys CMake
 * **Dronie** - Alpine Linux 3.4, 64bit, GCC 5.3.0, automake
-* **gitlab-ci** - Debian 8.2, GNU/Linux 64bit, gcc, automake
+* **GitLab** - Debian 8.2, GNU/Linux 64bit, gcc, automake
 * **Bessie** - FreeBSD 12.2, 64-bit clang 6.0, 64bit gcc, CMake (3.11) >=3.8, autotools < 3.8
 * **Bessie32** - FreeBSD 12.2, 32-bit clang 6.0, 64bit gcc, CMake (3.11) >=3.8, autotools < 3.8
 * **GitHub** - Ubuntu various versions, Windows various, CMake
diff --git a/web/content/development/_index.md b/web/content/development/psc.md
similarity index 92%
copy from web/content/development/_index.md
copy to web/content/development/psc.md
index 14a155911..32ee8d62b 100644
--- a/web/content/development/_index.md
+++ b/web/content/development/psc.md
@@ -1,11 +1,10 @@
 ---
-title: "Development"
-date: 2021-10-04T14:21:00-07:00
+title: "Project Steering Committee"
+date: 2021-10-27T00:00:00-07:00
 draft: false
+weight: 30
 ---
 
-## Project Steering Committee
-
 The GEOS project is run by a Project Steering Committee made up of developers and contributors to the project and is a project of [OSGeo](https://www.osgeo.org/projects/geos/). Major project decisions are made via a [Request for Comments]({{< ref "rfcs" >}}) (RFC) process, where proposals are first documented and then voted on by the steering committee.
 
 The current PSC will refresh itself using the mechanisms in RFC-1.
diff --git a/web/content/development/rfcs/_index.md b/web/content/development/rfcs/_index.md
index c99ea4839..1b9d7a3c6 100644
--- a/web/content/development/rfcs/_index.md
+++ b/web/content/development/rfcs/_index.md
@@ -2,6 +2,7 @@
 title: "Requests for Comment"
 date: 2021-10-04T14:21:00-07:00
 draft: false
+weight: 35
 ---
 
 ## Process

-----------------------------------------------------------------------

Summary of changes:
 web/content/development/_index.md             | 31 +++++----------------------
 web/content/development/ci_status.md          |  2 +-
 web/content/development/{_index.md => psc.md} |  7 +++---
 web/content/development/rfcs/_index.md        |  1 +
 4 files changed, 10 insertions(+), 31 deletions(-)
 copy web/content/development/{_index.md => psc.md} (92%)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list