[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-36-g8f7bca4

git at osgeo.org git at osgeo.org
Sun Jul 9 21:27:10 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 has been updated
       via  8f7bca49e2e667957c1bf37517f3ddf02c81ca53 (commit)
       via  9e90a139e0ac23675caa499661b848c5d3804dcf (commit)
      from  8d0852e710a931977186e52d35352570feddad2d (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 8f7bca49e2e667957c1bf37517f3ddf02c81ca53
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 10 06:26:41 2023 +0200

    Make site_docs usage consistent wrt slashes

diff --git a/config.toml b/config.toml
index 8c2ba25..cf62f06 100644
--- a/config.toml
+++ b/config.toml
@@ -157,7 +157,7 @@ enableRobotsTXT = true
     release_source = "https://download.osgeo.org/postgis/source"
     release_notes = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag"
     source_dev_branch = "https://git.osgeo.org/gitea/postgis/postgis/src/branch/master"
-    site_docs =  "/docs/"
+    site_docs =  "/docs"
     dev_download = "/stuff"
 
   [params.postgis.releases]
diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index da947ae..bf54ae2 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -27,16 +27,16 @@
 </li>
 <li>PostGIS {{ $key }} Cheat Sheets:
 	<ul>
-        <li>postgis: <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/postgis_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet-ja.html">[ja]</a>
-     <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/postgis_cheatsheet-fr.html">[fr]</a>
-     <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/postgis_cheatsheet-de.html">[de]</a></li>
+        <li>postgis: <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet-ja.html">[ja]</a>
+     <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet-fr.html">[fr]</a>
+     <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet-de.html">[de]</a></li>
 
-	<li>raster: <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/raster_cheatsheet-en.html">[en]</a>
-     <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/raster_cheatsheet-ja.html">[ja]</a>
-     <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/raster_cheatsheet-fr.html">[fr]</a>
-     <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/raster_cheatsheet-de.html">[de]</a></li>
+	<li>raster: <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet-en.html">[en]</a>
+     <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet-ja.html">[ja]</a>
+     <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet-fr.html">[fr]</a>
+     <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet-de.html">[de]</a></li>
     <li>topology: <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet-ja.html">[ja]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet-ja.html">[fr]</a></li>
-    <li>sfcgal: <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/sfcgal_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/sfcgal_cheatsheet-ja.html">[ja]</a> <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/sfcgal_cheatsheet-fr.html">[fr]</a> <a href="{{$.Site.Params.postgis.site_docs}}manual-{{ $key }}/sfcgal_cheatsheet-de.html">[de]</a></li>
+    <li>sfcgal: <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet-ja.html">[ja]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet-fr.html">[fr]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet-de.html">[de]</a></li>
     <li>tiger_geocoder: <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}tiger_geocoder_cheatsheet-en.html">[en]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}tiger_geocoder_cheatsheet-ja.html">[ja]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}tiger_geocoder_cheatsheet-fr.html">[fr]</a> <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}tiger_geocoder_cheatsheet-de.html">[de]</a></li>
     </ul>
 </li>

commit 9e90a139e0ac23675caa499661b848c5d3804dcf
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Jul 10 06:22:17 2023 +0200

    Fix link to english and french PDFs

diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index 6cfed17..da947ae 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -18,12 +18,12 @@
 	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/it/">it</a>
 </li>
 <li>PostGIS {{ $key }} PDF:
-	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.pdf">en</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.en.pdf">en</a>
 	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-br.pdf">br</a>
 	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-de.pdf">de</a>
 	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-es.pdf">es</a>
 	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-it.pdf">it</a>
-	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-fr.pdff">fr</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}-fr.pdf">fr</a>
 </li>
 <li>PostGIS {{ $key }} Cheat Sheets:
 	<ul>

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

Summary of changes:
 config.toml                      |  2 +-
 layouts/shortcodes/doclinks.html | 20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list