[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-32-g5a5c8ff

git at osgeo.org git at osgeo.org
Wed Jul 5 17:48:21 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  5a5c8ff0310a2675e2a5ae38f5676da4aae44117 (commit)
      from  575dd0e57988781741ba0e07a29ec6f3db91866b (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 5a5c8ff0310a2675e2a5ae38f5676da4aae44117
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 5 20:46:40 2023 -0400

    CHUNKED VERSIONS of Manuals
    
     - Fix en link (en now has to be in there)
     - Link to the Chunked Version of the translations
       rather than the single file version
       For easier referencing from workshop
     - Reorder translation by order of completeness

diff --git a/layouts/shortcodes/doclinks.html b/layouts/shortcodes/doclinks.html
index e6b7afe..4d1d41e 100644
--- a/layouts/shortcodes/doclinks.html
+++ b/layouts/shortcodes/doclinks.html
@@ -6,28 +6,28 @@
 {{ $tag := .tag }}
 
 {{ if ( and (.is_dev) (eq $ver "dev") )   }}
-<li>PostGIS {{ $key }} 
-	HTML: 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/">en</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis-ja.html">ja</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/postgis-br.html">br</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis-de.html">de</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/postgis-ko_KR.html">ko_KR</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/postgis-es.html">es</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/postgis-it.html">it</a> 
-	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/postgis-fr.html">fr</a>
+<li>PostGIS {{ $key }}
+	HTML:
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/en/">en</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/ja/">ja</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/fr/">fr</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/de/">de</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/br/">br</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/ko_KR/">ko_KR</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/es/">es</a>
+	<a href="{{$.Site.Params.postgis.site_docs}}/manual-dev/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-{{ $tag }}-br.pdf">br</a> 
-	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-de.pdf">de</a> 
-	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-es.pdf">es</a> 
-	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-it.pdf">it</a> 
+<li>PostGIS {{ $key }} PDF:
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $key }}.pdf">en</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-br.pdf">br</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-de.pdf">de</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-es.pdf">es</a>
+	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-it.pdf">it</a>
 	<a href="{{$.Site.Params.postgis.dev_download}}/postgis-{{ $tag }}-fr.pdff">fr</a>
 </li>
-<li>PostGIS {{ $key }} Cheat Sheets: 
+<li>PostGIS {{ $key }} Cheat Sheets:
 	<a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/postgis_cheatsheet.html">postgis [en]</a>
-	| <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet.html">raster [en]</a> 
+	| <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/raster_cheatsheet.html">raster [en]</a>
 	| <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/topology_cheatsheet.html">topology [en]</a>
 	| <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/sfcgal_cheatsheet.html">sfcgal [en]</a>
 	| <a href="{{$.Site.Params.postgis.site_docs}}/manual-{{ $key }}/tiger_geocoder_cheatsheet.html">tiger_geocoder [en]</a>

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

Summary of changes:
 layouts/shortcodes/doclinks.html | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list