[postgis-tickets] [SCM] postgis.net branch website-pr updated. 710e3408f4bce4da4e4a364692aa2621662936e3

git at osgeo.org git at osgeo.org
Tue May 9 20:08:03 PDT 2023


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 "postgis.net".

The branch, website-pr has been updated
       via  710e3408f4bce4da4e4a364692aa2621662936e3 (commit)
      from  625f40399003cf444dfb2f68adb3990236275c82 (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 710e3408f4bce4da4e4a364692aa2621662936e3
Author: Regina Obe <lr at pcorp.us>
Date:   Tue May 9 23:07:56 2023 -0400

    Fix some typos and grammar errors

diff --git a/content/community/support.md b/content/community/support.md
index f503f13..5936050 100644
--- a/content/community/support.md
+++ b/content/community/support.md
@@ -22,7 +22,7 @@ The PostGIS community historically holds a small development meeting once a year
 
 ## Hire a Contributor
 
-The most direct support the PostGIS development community gets is via governents, companies and NGOs that directly fund the work of a contributor to make the software or the supporting materials better. The following organizations have employed a contributor over the past year.
+The most direct support the PostGIS development community gets is via governments, companies, and NGOs that directly fund the work of a contributor to make the software or the supporting materials better. The following organizations have employed a contributor over the past year.
 
 <a href="https://crunchydata.com/"><img height="34" class="postgis_sponsor_logo" src="/sponsors/logo_crunchy.svg"></a>
 <a href="https://strk.kbt.io/services.html/"><img height="30" class="postgis_sponsor_logo" src="/sponsors/logo_netlab.png"></a>
diff --git a/content/development/getting_involved.md b/content/development/getting_involved.md
index 7662171..adbefd4 100644
--- a/content/development/getting_involved.md
+++ b/content/development/getting_involved.md
@@ -7,17 +7,17 @@ geekdocHidden: false
 
 ## Dream Small
 
-While it may be tempting to thing of the most audacious improvement you could make to PostGIS, and try to tackle that, working on an open source project is a **collective endeavor**, and so the first thing you need to build is **not software**, it is **trust**.
+While it may be tempting to think of the most audacious improvement you could make to PostGIS, and try to tackle that, working on an open source project is a **collective endeavor**, and so the first thing you need to build is **not software**, it is **trust**.
 
 * Contributors with a history of constructive work with other members of the community get more of a hearing than folks with a grand plan.
 * The way to build up a history is to choose very small pieces of improvement, and move them through the process of acceptance.
 * Make small enhancements, to code and documentation, and get a feel for what improvements people are looking for.
-* Communicate your interest in contributing, and discuss your plans before investing a great deal of time, on the [postgis-devel](http://lists.osgeo.org/mailman/listinfo/postgis-devel) list.
+* Communicate your interest in contributing, and discuss your plans on the [postgis-devel](http://lists.osgeo.org/mailman/listinfo/postgis-devel) list before investing a great deal of time.
 
 
 ## Learn the Basics
 
-Before you can contribute anything, you need to able to build the software and documentation.
+Before you can contribute anything, you need to be able to build the software and documentation.
 
 * Consider installing PostGIS and its dependencies ([GDAL](https://gdal.org), [GEOS](https://libgeos.org), [Proj](https://proj.org)) from source. This will allow you to debug deeply into whatever you are working on.
-* Install the documentation dependencies too (docbook-xsl, xsltproc).
\ No newline at end of file
+* Install the documentation dependencies tools (docbook-xsl, xsltproc).
\ No newline at end of file
diff --git a/content/development/source_code.md b/content/development/source_code.md
index 89cb491..b6ea0d9 100644
--- a/content/development/source_code.md
+++ b/content/development/source_code.md
@@ -11,7 +11,7 @@ The current source code releases are:
 
 {{< sourcelinks release>}}
 
-Older releases are available directly from the [source download directory]({{< loc "postgis.release_source">}}). Refer to our [version and end-of-life policy]({{< relref "versions_eol" >}}) for details on code life cycle. Logos are available in the [logo directory](http://download.osgeo.org/postgis/logo_suite/).
+Older releases are available directly from the [source download directory]({{< loc "postgis.release_source">}}). Refer to our [version and end-of-life policy]({{< relref "versions_eol" >}}) for details on code life cycle. Logos are available in the [logo directory](https://download.osgeo.org/postgis/logo_suite/).
 
 
 ## Source Code Repository

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

Summary of changes:
 content/community/support.md            | 2 +-
 content/development/getting_involved.md | 8 ++++----
 content/development/source_code.md      | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list