This is an automated email from the ASF dual-hosted git repository.

mawiesne pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/opennlp-site.git


The following commit(s) were added to refs/heads/main by this push:
     new e40cfad6 replaces menu entry to non-working "blog" page with 
"https://blogsarchive.apache.org/#opennlp"; adds further UX improvements
e40cfad6 is described below

commit e40cfad6057a9b55b8fa4d27f7c6a84e30c2c9b9
Author: Martin Wiesner <[email protected]>
AuthorDate: Fri Jun 9 21:42:16 2023 +0200

    replaces menu entry to non-working "blog" page with 
"https://blogsarchive.apache.org/#opennlp";
    adds further UX improvements
---
 src/main/jbake/content/download.ad | 12 ++++++------
 src/main/jbake/content/models.ad   | 12 ++++++------
 src/main/jbake/templates/menu.ftl  |  6 +++---
 3 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/src/main/jbake/content/download.ad 
b/src/main/jbake/content/download.ad
index be02f3aa..6c4da0d7 100755
--- a/src/main/jbake/content/download.ad
+++ b/src/main/jbake/content/download.ad
@@ -26,7 +26,7 @@
 
 Apache OpenNLP {opennlp_version} is now available for download.
 
-NOTE: Please note that the _tar.gz_ archive contain file names longer than 100 
characters and has
+IMPORTANT: Please note that the _tar.gz_ archive contains file names longer 
than 100 characters and has
 been created using https://www.gnu.org/software/tar/[GNU tar,window=_blank] 
extensions.
 It must be untarred with a GNU compatible version of tar.
 
@@ -57,24 +57,24 @@ downloaded distribution package.
 
 Use the following commands to verify the integrity:
 
-* gpg --print-md sha512 fileName.tar.gz
-* gpg --verify fileName.tar.gz.asc
+* `gpg --print-md sha512 fileName.tar.gz`
+* `gpg --verify fileName.tar.gz.asc`
 
 It might be necessary to import the 
https://www.apache.org/dist/opennlp/KEYS[KEYS file] to verify the integrity
 of the asc files.
 
 That can easily be done with:
 
-* gpg --import KEYS
+* `gpg --import KEYS`
 
 More information about release signing and verifying signatures can
 be found https://www.apache.org/dev/release-signing.html[here].
 
 ## Models
 
-The models for Apache OpenNLP are link:/models.html[found here].
+The models for Apache OpenNLP are found link:/models.html[here].
 
-The models can be used for testing or getting started, please train your own 
models for all other use cases.
+NOTE: The models can be used for testing or getting started, please train your 
own models for all other use cases.
 
 ## Archive
 
diff --git a/src/main/jbake/content/models.ad b/src/main/jbake/content/models.ad
index 55129c90..9d2e0213 100755
--- a/src/main/jbake/content/models.ad
+++ b/src/main/jbake/content/models.ad
@@ -24,7 +24,7 @@
 
 Use the links in the table below to download the pre-trained models for the 
Apache OpenNLP.
 
-WARNING: All models are zip compressed (like a jar file), they *must not* be 
uncompressed.
+IMPORTANT: All models are zip compressed (like a jar file), they *must not* be 
uncompressed.
 
 [options="header"]
 |======
@@ -200,23 +200,23 @@ downloaded distribution package.
 
 Use the following commands to verify the integrity:
 
-* gpg --print-md MD5 fileName.zip
-* gpg --print-md SHA1 fileName.tar.gz
-* gpg --verify fileName.tar.gz.asc
+* `gpg --print-md MD5 fileName.zip`
+* `gpg --print-md SHA1 fileName.tar.gz`
+* `gpg --verify fileName.tar.gz.asc`
 
 It might be necessary to import the 
https://www.apache.org/dist/opennlp/KEYS[KEYS file,window=_blank] to verify the 
integrity
 of the asc files.
 
 That can easily be done with:
 
-* gpg --import KEYS
+* `gpg --import KEYS`
 
 More information about release signing and verifying signatures can
 be found https://www.apache.org/dev/release-signing.html[here,window=_blank].
 
 ## SourceForge Models
 
-The models on Sourceforge for 1.5.0 are 
https://opennlp.sourceforge.net/models-1.5/[found here]
+The models on Sourceforge for 1.5.0 are found 
https://opennlp.sourceforge.net/models-1.5/[here].
 and are fully compatible with Apache OpenNLP {opennlp_version}.
 
 The models can be used for testing or getting started. Please train your own 
models for all other use cases.
diff --git a/src/main/jbake/templates/menu.ftl 
b/src/main/jbake/templates/menu.ftl
index 593aa997..c49579ec 100755
--- a/src/main/jbake/templates/menu.ftl
+++ b/src/main/jbake/templates/menu.ftl
@@ -51,9 +51,9 @@
                     <ul class="dropdown-menu">
                         
                         <li><a href="/news/">News</a></li>
-                       <li><a 
href="https://blogs.apache.org/opennlp/";>Blog</a></li>
+                                   <li><a 
href="https://blogsarchive.apache.org/#opennlp"; target="_blank">Blog</a></li>
                         <li><a href="/mailing-lists.html">Mailing 
Lists</a></li>
-                        <li><a 
href="https://issues.apache.org/jira/browse/OPENNLP";>Issue tracker</a></li>
+                        <li><a 
href="https://issues.apache.org/jira/browse/OPENNLP"; target="_blank">Issue 
tracker</a></li>
                         <li><a href="/books-tutorials-and-talks.html">Books, 
Tutorials and Talks</a></li>
                         <li><a href="/powered-by-opennlp.html">Powered by 
Apache OpenNLP</a></li>
                         
@@ -65,7 +65,7 @@
                     <ul class="dropdown-menu">
                         <li><a href="/docs/">Manual and Javadocs</a></li>
                         <li><a href="/faq.html">FAQ</a></li>
-                        <li><a 
href="https://cwiki.apache.org/OPENNLP";>Wiki</a></li>
+                        <li><a href="https://cwiki.apache.org/OPENNLP"; 
target="_blank">Wiki</a></li>
                     </ul>
                 </li>
 

Reply via email to