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
The following commit(s) were added to refs/heads/main by this push:
new d58b4fc0 Fix typos (publication date, etc).
d58b4fc0 is described below
commit d58b4fc0cd9af71d5db40c90b9c030e0622cc871
Author: Martin Desruisseaux <[email protected]>
AuthorDate: Thu Jun 8 16:04:04 2023 +0200
Fix typos (publication date, etc).
---
content/_index.md | 2 +-
content/build.md | 6 +++---
content/downloads.md | 6 +++---
content/howto/_index.md | 2 +-
content/standards.md | 4 ++--
5 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/content/_index.md b/content/_index.md
index 61fff0dc..c4a7ec3c 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -59,7 +59,7 @@ The API and the data encodings follow [international
standards](standards.html)
## Using Apache SIS {#user}
-The latest SIS release is {{% version %}}, released December 2023,
+The latest SIS release is {{% version %}}, released December 2022,
and can be [downloaded](downloads.html) as a `zip` files or as Maven
dependencies.
This is the latest version that can be run on Java 8 (next version will
require Java 11).
The EPSG geodetic dataset is optional for licensing reasons, but recommended.
diff --git a/content/build.md b/content/build.md
index c44b5b35..d91a8223 100644
--- a/content/build.md
+++ b/content/build.md
@@ -8,7 +8,7 @@ For installing the JAR files in the local Maven repository,
execute the followin
from the SIS project root:
{{< highlight bash >}}
-mvn install
+mvn install --define skipTests
{{< / highlight >}}
The JavaFX application is excluded by default because it depends on
@@ -18,7 +18,7 @@ Likewise the [EPSG geodetic dataset](epsg.html) is excluded
by default for licen
For including the JavaFX module and the use of EPSG dataset in the build:
{{< highlight bash >}}
-mvn install --activate-profiles javafx,non-free
+mvn install --define skipTests --activate-profiles javafx,non-free
{{< / highlight >}}
For signing the artifacts and producing distribution files
(`apache-sis-bin.zip` and `apache-sis.oxt`),
@@ -27,7 +27,7 @@ Note that it requires an OpenPGP (_Open Pretty Good Privacy_)
software for crypt
(more information on the [release management
setup](release-management-setup.html#generate-key) page):
{{< highlight bash >}}
-mvn install --activate-profiles apache-release
+mvn install --define skipTests --activate-profiles apache-release
{{< / highlight >}}
The remaining of this page provides more advanced tips for SIS developers.
diff --git a/content/downloads.md b/content/downloads.md
index 15356a5a..5b753b8a 100644
--- a/content/downloads.md
+++ b/content/downloads.md
@@ -14,13 +14,13 @@ See the `NOTICE` file contained in each release artifact
for applicable copyrigh
# Download ZIP files {#bundles}
Apache {{% SIS %}} is distributed in the form of Java source code in a
multi-modules Apache Maven project.
-For convenience, an aggregated Javadoc and pre-compiled JAR files are
available as separated downloads.
+For convenience, Javadoc and pre-compiled JAR files are available as separated
downloads.
The precompiled JAR files contain most modules and mandatory dependencies.
Optional dependencies (JAXB implementation, UCAR netCDF library, Amazon SDK)
are not included.
-* [Apache SIS {{% version %}} sources][src] \[[PGP][src-PGP]\] \[[SHA
512][src-SHA]\] ([build from source](build.html))
-* [Apache SIS {{% version %}} javadoc][doc] \[[PGP][doc-PGP]\] \[[SHA
512][doc-SHA]\]
* [Apache SIS {{% version %}} binary][bin] \[[PGP][bin-PGP]\] \[[SHA
512][bin-SHA]\]
+* [Apache SIS {{% version %}} javadoc][doc] \[[PGP][doc-PGP]\] \[[SHA
512][doc-SHA]\]
+* [Apache SIS {{% version %}} sources][src] \[[PGP][src-PGP]\] \[[SHA
512][src-SHA]\] ([build instruction](build.html))
## Verify signatures {#release-gpg}
diff --git a/content/howto/_index.md b/content/howto/_index.md
index 8d717856..beddeb14 100644
--- a/content/howto/_index.md
+++ b/content/howto/_index.md
@@ -1,5 +1,5 @@
---
-title: How to
+title: How to…
---
Java code examples for performing some tasks with Apache {{% SIS %}}.
diff --git a/content/standards.md b/content/standards.md
index d87964f7..5618b273 100644
--- a/content/standards.md
+++ b/content/standards.md
@@ -15,8 +15,8 @@ Some standards are implemented partially, others almost fully.
<table>
<tr>
<th>{{% ISO %}} standard</th>
- <th>{{% OGC %}} / other</th>
- <th>Upgrade needed</th>
+ <th>Other standard</th>
+ <th>Upgrade plan</th>
<th>Title</th>
</tr><tr>
<td>ISO 19103:2015</td>