[postgis-tickets] [SCM] postgis.net branch website-pr updated. 328ba4a19b17a3a27749823e1dbab143c7d01554
git at osgeo.org
git at osgeo.org
Tue May 9 16:09:13 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 328ba4a19b17a3a27749823e1dbab143c7d01554 (commit)
from 0c67e833e6ec48f8e521ccc6826f9b8d9734f9a9 (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 328ba4a19b17a3a27749823e1dbab143c7d01554
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue May 9 16:09:09 2023 -0700
more
diff --git a/config.toml b/config.toml
index 96609c3..e98eb29 100644
--- a/config.toml
+++ b/config.toml
@@ -168,21 +168,18 @@ enableRobotsTXT = true
minor = "3.0"
dev = "3.0.9dev"
tag = "3.0.8"
- [params.postgis.releases.25]
- minor = "2.5"
- dev = "2.5.9"
- tag = "2.5.9"
- eol = true
- [params.postgis.releases.24]
- minor = "2.4"
- dev = "2.4.10"
- tag = "2.4.10"
- eol = true
- [params.postgis.releases.23]
- minor = "2.3"
- dev = "2.3.11"
- tag = "2.3.11"
- eol = true
-
-
-
+ # [params.postgis.releases.25]
+ # minor = "2.5"
+ # dev = "2.5.9"
+ # tag = "2.5.9"
+ # eol = true
+ # [params.postgis.releases.24]
+ # minor = "2.4"
+ # dev = "2.4.10"
+ # tag = "2.4.10"
+ # eol = true
+ # [params.postgis.releases.23]
+ # minor = "2.3"
+ # dev = "2.3.11"
+ # tag = "2.3.11"
+ # eol = true
\ No newline at end of file
diff --git a/content/development/bug_reporting.md b/content/development/bug_reporting.md
index 1fdd892..d570b7c 100644
--- a/content/development/bug_reporting.md
+++ b/content/development/bug_reporting.md
@@ -1,7 +1,7 @@
---
title: Bug Reporting
date: 2022-02-01
-weight: 20
+weight: 60
geekdocHidden: false
---
@@ -13,7 +13,7 @@ geekdocHidden: false
* Otherwise, **sign in** to the [PostGIS ticket tracker](https://trac.osgeo.org/postgis/) with your [OSGeo userid](https://www.osgeo.org/community/getting-started-osgeo/osgeo_userid/).
-* **Search** the if your problem has already been reported.
+* **Search** to find if your problem has already been reported.
* Add any extra context you might have found, or at least indicate that you too are having the problem. This will help us prioritize common issues.
* **Simplify** your issue, to make it very very easy for others to reproduce it.
diff --git a/content/development/getting_involved.md b/content/development/ci.md
similarity index 74%
copy from content/development/getting_involved.md
copy to content/development/ci.md
index 130b64c..1fe6c91 100644
--- a/content/development/getting_involved.md
+++ b/content/development/ci.md
@@ -1,7 +1,7 @@
---
title: Getting Involved
date: 2022-02-01
-weight: 20
+weight: 40
geekdocHidden: false
---
diff --git a/content/development/getting_involved.md b/content/development/getting_involved.md
index 130b64c..1fe6c91 100644
--- a/content/development/getting_involved.md
+++ b/content/development/getting_involved.md
@@ -1,7 +1,7 @@
---
title: Getting Involved
date: 2022-02-01
-weight: 20
+weight: 40
geekdocHidden: false
---
diff --git a/content/development/source_code.md b/content/development/source_code.md
index 4ad4028..89cb491 100644
--- a/content/development/source_code.md
+++ b/content/development/source_code.md
@@ -5,4 +5,22 @@ weight: 20
geekdocHidden: false
---
-Source Code
\ No newline at end of file
+## Current Releases
+
+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/).
+
+
+## Source Code Repository
+
+The **official** PostGIS GIT repository is hosted at OSGeo.
+
+* **https://git.osgeo.org/gitea/postgis/**
+
+Changes pushed to the official repository will be replicated to the two mirror repository sites. Changes committed to the mirror sites will be over-written the next time a changes are synced from OSGeo.
+
+* GitHub mirror: https://github.com/postgis/postgis/
+* GitLab mirror: https://gitlab.com/postgis/postgis/
\ No newline at end of file
diff --git a/content/development/versions_eol.md b/content/development/versions_eol.md
index f4fee6b..5b73214 100644
--- a/content/development/versions_eol.md
+++ b/content/development/versions_eol.md
@@ -2,7 +2,7 @@
title: Versioning & EOL
date: 2022-02-01
description: "Project policy on releases and end of development"
-weight: 20
+weight: 120
geekdocHidden: false
---
diff --git a/layouts/shortcodes/sourcelinks.html b/layouts/shortcodes/sourcelinks.html
index d3979a4..4f029c2 100644
--- a/layouts/shortcodes/sourcelinks.html
+++ b/layouts/shortcodes/sourcelinks.html
@@ -1,15 +1,24 @@
{{ $ver := (.Get 0) }}
{{ $md := $.Site.Params.postgis.releases }}
+<ul>
{{ range sort $md "minor" "desc"}}
- {{ if ( or ( and (eq .is_dev true) (eq $ver "dev") ) ( and (eq $ver "stable") (ne .is_dev true) (ne .eol true) ) ) }}
+ {{ if ( or ( and (eq .is_dev true) (eq $ver "dev") ) ( and (eq $ver "stable") (ne .is_dev true) (ne .eol true) ) ) }}
{{ $key := .dev }}
-* [postgis-{{ $key }}.tar.gz]({{ $.Site.Params.postgis.dev_download }}/postgis-{{ $key }}.tar.gz)
+<li><b><a href="{{ $.Site.Params.postgis.dev_download }}/postgis-{{ $key }}.tar.gz">postgis-{{ $key }}.tar.gz</a></b></li>
{{ end }}
{{ if ( and (eq $ver "release") (ne .is_dev true) ) }}
{{ $key := .tag }}
-* [postgis-{{ $key }}.tar.gz {{ if .eol}} EOL{{ end }}]({{ $.Site.Params.postgis.release_source }}/postgis-{{ $key }}.tar.gz) [md5]({{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.tar.gz.md5) [pdf]({{ $.Site.Params.postgis.release_docs }}/postgis-{{ $key}}.pdf) [html]({{$.Site.Params.postgis.release_docs}}/doc-html-{{ $key }}.tar.gz) ([Release Notes]({{ $.Site.Params.postgis.release_notes }}/{{ $key }}/NEWS))
- {{end}}
-{{ end }}
+<li>
+<a href="{{ $.Site.Params.postgis.release_source }}/postgis-{{ $key }}.tar.gz"><b>postgis-{{ $key }}.tar.gz {{ if .eol}} EOL{{ end }}</b></a> [
+<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.tar.gz.md5">md5</a>
+<!-- | <a href="{{ $.Site.Params.postgis.release_docs }}/postgis-{{ $key}}.pdf">pdf</a> -->
+<!-- | <a href="{{$.Site.Params.postgis.release_docs}}/doc-html-{{ $key }}.tar.gz">html</a> -->
+| <a href="{{ $.Site.Params.postgis.release_notes }}/{{ $key }}/NEWS">Release Notes</a>
+]
+</li>
+{{end}}
+{{ end }}
+</ul>
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
config.toml | 33 ++++++++++------------
content/development/bug_reporting.md | 4 +--
content/development/{getting_involved.md => ci.md} | 2 +-
content/development/getting_involved.md | 2 +-
content/development/source_code.md | 20 ++++++++++++-
content/development/versions_eol.md | 2 +-
layouts/shortcodes/sourcelinks.html | 19 +++++++++----
7 files changed, 53 insertions(+), 29 deletions(-)
copy content/development/{getting_involved.md => ci.md} (74%)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list