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 2d44a9c3e4a85b42dbb3e7406ebbd3a36a5b14c8
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Sat Oct 9 17:23:40 2021 +0200

    Rearrange a few menu items and add a precision about supported standards.
---
 layouts/_default/baseof.html | 2 +-
 layouts/partials/menu.html   | 7 ++++---
 source/standards.md          | 1 +
 3 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 16fa261..c5df634 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -38,9 +38,9 @@
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/standards.html" }} 
active {{ else }} text-white {{ end }}" href="standards.html">Standards</a></li>
       <li><a class="nav-link text-white" 
href="http://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 eq .Page.RelPermalink "/epsg.html" }} 
active {{ else }} text-white {{ end }}" href="epsg.html">EPSG Database</a></li>
       <li><a class="nav-link text-white" href="apidocs/index.html">Online 
Javadoc</a></li>
       <li><a class="nav-link text-white" 
href="book/en/developer-guide.html">Developer Guide</a></li>
-      <li><a class="nav-link {{ if eq .Page.RelPermalink "/epsg.html" }} 
active {{ else }} text-white {{ end }}" href="epsg.html">EPSG Database</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/code-patterns.html" 
}} active {{ else }} text-white {{ end }}" href="code-patterns.html">Code 
patterns</a></li>
       <li><a class="nav-link {{ if eq .Page.RelPermalink "/faq.html" }} active 
{{ else }} text-white {{ end }}" href="faq.html">FAQ</a></li>
     </ul>
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index 7eb7686..7e84445 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -16,6 +16,7 @@
           <li><a class="dropdown-item" href="downloads.html">Downloads</a></li>
           <li><a class="dropdown-item" href="source.html">Checkout 
Sources</a></li>
           <li><a class="dropdown-item" href="build.html">Build from 
Sources</a></li>
+          <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
@@ -23,7 +24,6 @@
         <ul class="dropdown-menu" aria-labelledby="menuDocumentation">
           <li><a class="dropdown-item" href="apidocs/index.html">Online 
Javadoc</a></li>
           <li><a class="dropdown-item" 
href="book/en/developer-guide.html">Developer Guide</a></li>
-          <li><a class="dropdown-item" href="epsg.html">EPSG Database</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateReferenceSystems.html">Supported CRS</a></li>
           <li><a class="dropdown-item" 
href="tables/CoordinateOperationMethods.html">Map Projections</a></li>
           <li><a class="dropdown-item" href="code-patterns.html">Code 
Patterns</a></li>
@@ -34,10 +34,11 @@
         <a class="nav-link dropdown-toggle" id="menuContribute" 
data-bs-toggle="dropdown" aria-expanded="false">Contribute</a>
         <ul class="dropdown-menu" aria-labelledby="menuContribute">
           <li><a class="dropdown-item" href="contributor.html">New 
Contributor</a></li>
-          <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions.</a></li>
+          <li><a class="dropdown-item" href="coding-conventions.html">Coding 
Conventions</a></li>
           <li><a class="dropdown-item" 
href="https://issues.apache.org/jira/browse/SIS";>Issue Tracker</a></li>
-          <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
           <li><a class="dropdown-item" 
href="https://cwiki.apache.org/confluence/display/SIS";>Wiki</a></li>
+          <li><hr class="dropdown-divider"></li>
+          <li><a class="dropdown-item" href="release-management.html">Release 
management</a></li>
         </ul>
       </li>
       <li class="nav-item dropdown">
diff --git a/source/standards.md b/source/standards.md
index 8c38af7..b58f2d2 100644
--- a/source/standards.md
+++ b/source/standards.md
@@ -10,6 +10,7 @@ The same standard is sometime published jointly by both {{% 
OGC %}} and {{% ISO
 Links to free versions of the standards are given when available.
 The _Upgrade needed_ column indicates that a more recent version of the 
standard
 is available but that Apache {{% SIS %}} has not yet been upgraded to that 
version.
+Some standards are implemented partially, others almost fully.
 
 <table>
   <tr>

Reply via email to