This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
commit 26fe3289fff4d51a3ed512cf13b8fe64fc1d2403 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Sat Feb 8 10:17:13 2025 +0100 Replace a few remaining "http" URL by "https". Remove the URLs to two pages not available anymore. --- content/_index.md | 6 +++--- content/coding-conventions.md | 2 +- content/team-list.md | 7 ++----- layouts/_default/baseof.html | 4 ++-- layouts/partials/menu.html | 10 +++++----- 5 files changed, 13 insertions(+), 16 deletions(-) diff --git a/content/_index.md b/content/_index.md index b1774d26..0ef89be3 100644 --- a/content/_index.md +++ b/content/_index.md @@ -76,13 +76,13 @@ However a [command-line tool](command-line.html) and a [JavaFX application](java are also provided for allowing users to experiment some SIS functionalities before writing code. -[geoapi]: http://www.geoapi.org/ +[geoapi]: https://www.geoapi.org/ [GML]: https://www.ogc.org/standards/gml [SF_SQL]: https://www.ogc.org/standards/sfs [filter]: https://www.ogc.org/standards/filter [geoTIFF]: https://www.ogc.org/standards/geotiff [netCDF]: https://www.ogc.org/standards/netcdf -[netCDF_MF]: http://docs.opengeospatial.org/bp/16-114r3/16-114r3.html -[MF_CSV]: http://docs.opengeospatial.org/is/14-084r2/14-084r2.html +[netCDF_MF]: https://docs.opengeospatial.org/bp/16-114r3/16-114r3.html +[MF_CSV]: https://docs.opengeospatial.org/is/14-084r2/14-084r2.html [JSR_385]: https://jcp.org/en/jsr/detail?id=385 [seshat]: https://unitsofmeasurement.github.io/seshat/ diff --git a/content/coding-conventions.md b/content/coding-conventions.md index 57d0a6f6..69001368 100644 --- a/content/coding-conventions.md +++ b/content/coding-conventions.md @@ -206,7 +206,7 @@ Internet Explorer users need to [install a plugin][mathml-plugin-ie]. Firefox users can optionally install the [fonts for Mozilla's MathML engine][mathml-fonts] for better results. Note that a [JavaScript display engine][mathml-mathjax] is available for all browsers, but not yet used by SIS. -[srcheaders]: http://www.apache.org/legal/src-headers.html +[srcheaders]: https://www.apache.org/legal/src-headers.html [JLS-order]: https://docs.oracle.com/javase/specs/jls/se11/html/jls-8.html#jls-8.1.1 [mathml-W3C]: https://www.w3.org/Math/ [mathml-wolfram]: https://reference.wolfram.com/language/XML/tutorial/MathML.html diff --git a/content/team-list.md b/content/team-list.md index efda80c9..d34db141 100644 --- a/content/team-list.md +++ b/content/team-list.md @@ -19,7 +19,7 @@ The Project Management Committee (PMC) is the group of people with formal oversi * Peter Karich * Ross Laidlaw * Sean William McCleese -* [Suresh Marru][sureshweb] +* Suresh Marru ## Committers {#committers} @@ -51,13 +51,10 @@ Emeritus members are peoples who are no longer active (for example because they but are still entitled to many of the rights and privileges of the position. Emeritus status indicates interest but not activity, as opposed to having resigned. -* [Chris A. Mattmann][chrisweb] +* Chris A. Mattmann * Gregory D. Reddin * Ian Holsman * Joe Schaefer * Patrick O'Leary * Paul Michael Ramirez * Travis Pinney - -[chrisweb]: http://sunset.usc.edu/~mattmann/ -[sureshweb]: http://people.apache.org/~smarru/ diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 06911070..afbd9237 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -35,7 +35,7 @@ <div class="d-flex flex-column flex-shrink-0 p-3 text-white bg-dark" style="width:13rem; min-height:40rem"> <ul class="nav nav-pills flex-column mb-auto position-fixed"> <li><a class="nav-link {{ if eq .Page.RelPermalink "/" }} active {{ else }} text-white {{ end }}" href="/index.html">Home</a></li> - <li><a class="nav-link text-white" href="http://www.apache.org/licenses/">License</a></li> + <li><a class="nav-link text-white" href="https://www.apache.org/licenses/">License</a></li> <li><a class="nav-link {{ if eq .Page.RelPermalink "/downloads.html" }} active {{ else }} text-white {{ end }}" href="/downloads.html">Downloads</a></li> <li><a class="nav-link {{ if strings.Contains .Page.RelPermalink "/howto" }} active {{ else }} text-white {{ end }}" href="/howto.html">How to…</a></li> <li><a class="nav-link {{ if eq .Page.RelPermalink "/standards.html" }} active {{ else }} text-white {{ end }}" href="/standards.html">Standards</a></li> @@ -60,7 +60,7 @@ <div class="container"> <p> Copyright © 2013-{{ now.Year }} The Apache Software Foundation, Licensed under the - <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> + <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> Apache SIS, Apache, the Apache feather logo are trademarks of The Apache Software Foundation. </p> </div> diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index 80578e49..64a4eb3a 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -5,7 +5,7 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" id="menuAbout" data-bs-toggle="dropdown" aria-expanded="false">About</a> <ul class="dropdown-menu" aria-labelledby="menuAbout"> - <li><a class="dropdown-item" href="http://www.apache.org/licenses/">License</a></li> + <li><a class="dropdown-item" href="https://www.apache.org/licenses/">License</a></li> <li><a class="dropdown-item" href="/mail-lists.html">Mailing Lists</a></li> <li><a class="dropdown-item" href="/team-list.html">Project Team</a></li> <li><a class="dropdown-item" href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy policy</a></li> @@ -48,10 +48,10 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" id="menuASF" data-bs-toggle="dropdown" aria-expanded="false">The Foundation</a> <ul class="dropdown-menu" aria-labelledby="menuASF"> - <li><a class="dropdown-item" href="http://www.apache.org">The Foundation</a></li> - <li><a class="dropdown-item" href="http://www.apache.org/foundation/sponsorship.html">Donate</a></li> - <li><a class="dropdown-item" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li> - <li><a class="dropdown-item" href="http://www.apache.org/security/">Security</a></li> + <li><a class="dropdown-item" href="https://www.apache.org">The Foundation</a></li> + <li><a class="dropdown-item" href="https://www.apache.org/foundation/sponsorship.html">Donate</a></li> + <li><a class="dropdown-item" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a class="dropdown-item" href="https://www.apache.org/security/">Security</a></li> </ul> </li> </ul>