This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/sis-site.git
commit 0a580521c09a494fcff8963eb4d6ee40a3ac5d69 Author: Martin Desruisseaux <[email protected]> AuthorDate: Thu May 28 10:40:47 2026 +0200 Add meaning of SIS abbreviation. --- layouts/_default/baseof.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 9ad4c19e..32526e8e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,7 @@ </head> <body> <div class="topbar"> - <a class="topbar-brand" href="/index.html">Apache SIS™</a> + <a class="topbar-brand" href="/index.html">Apache <abbr title="Spatial Information System">SIS</abbr>™</a> <ul class="topbar-items"> <li> <a href="https://www.apache.org/events/current-event.html"> @@ -60,7 +60,8 @@ <div class="container"> <p>Copyright © 2013-{{ now.Year }} The Apache Software Foundation, Licensed under the <a href="https://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.<br/> - Apache SIS, Apache, the Apache logo are trademarks of The Apache Software Foundation.</p> + Apache <abbr title="Spatial Information System">SIS</abbr>, + Apache, the Apache logo are trademarks of The Apache Software Foundation.</p> <p> <a href="https://www.apache.org/">Foundation</a> | <a href="https://www.apache.org/events/current-event.html">Events</a> |
