You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2021/11/01 08:18:20 UTC

[jena-site] branch cdn2 updated (aa8484f -> 54b4515)

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

andy pushed a change to branch cdn2
in repository https://gitbox.apache.org/repos/asf/jena-site.git.


 discard aa8484f  Move Mirror sections to end of download page
     new 54b4515  Move 'Download Mirrors' section to end of download page

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (aa8484f)
            \
             N -- N -- N   refs/heads/cdn2 (54b4515)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:

[jena-site] 01/01: Move 'Download Mirrors' section to end of download page

Posted by an...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

andy pushed a commit to branch cdn2
in repository https://gitbox.apache.org/repos/asf/jena-site.git

commit 54b4515df339fc3882a12307163871c00a636fe2
Author: Andy Seaborne <an...@apache.org>
AuthorDate: Mon Nov 1 08:15:56 2021 +0000

    Move 'Download Mirrors' section to end of download page
---
 source/download/__index.md | 58 +++++++++++++++++++++++-----------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

diff --git a/source/download/__index.md b/source/download/__index.md
index f4461e7..417f54b 100644
--- a/source/download/__index.md
+++ b/source/download/__index.md
@@ -2,7 +2,6 @@
 title: Apache Jena Releases
 slug: index
 ---
-
 Apache Jena is packaged as downloads which contain the most commonly used portions of the systems:
 
 - **apache-jena** &ndash; contains the APIs, SPARQL engine, the TDB native RDF database and command line tools
@@ -14,34 +13,6 @@ Jena jars are [available from Maven](maven.html).
 
 You may [verify the authenticity of artifacts](https://www.apache.org/info/verification.html) below by using the [PGP KEYS](https://downloads.apache.org/jena/KEYS) file.
 
-## Download Mirrors
-
-<p>[if-any logo]
-<a href="[link]">
-  <img align="right" src="[logo]" border="0" />
-</a>[end]
-The currently selected mirror is <b>[preferred]</b>.  If you encounter a problem with this mirror, please select another mirror.  If all
-mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be available.</p>
-
-<form action="[location]" method="get" id="SelectMirror">
-Other mirrors: <select name="Preferred">
-[if-any http]
-  [for http]<option value="[http]">[http]</option>[end]
-[end]
-
-[if-any ftp]
-  [for ftp]<option value="[ftp]">[ftp]</option>[end]
-[end]
-[if-any backup]
-  [for backup]<option value="[backup]">[backup]
-  (backup)</option>[end]
-[end]
-</select>
-<input type="submit" value="Change" />
-</form>
-
-You may also consult the [complete list of mirrors](https://www.apache.org/mirrors/)
-
 ### Apache Jena Distibutions
 
 The binary distribution of Fuseki (this includes both the standalone and
@@ -59,6 +30,7 @@ Source release: this forms the official release of Apache Jena. All binaries art
 | ------------ | :----: | :-------: |
 |<a href="[preferred]jena/source/jena-4.2.0-source-release.zip">jena-4.2.0-source-release.zip</a> | [SHA512](https://downloads.apache.org/jena/source/jena-4.2.0-source-release.zip.sha512) | [PGP](https://downloads.apache.org/jena/source/jena-4.2.0-source-release.zip.asc) |
 
+<p>&nbsp;</p>
 The binary distribution of libraries contains the APIs, SPARQL engine, the TDB native RDF database and a variety of command line scripts and tools for working with these systems.
 
 | Jena libraries | SHA512 | Signature |
@@ -101,3 +73,31 @@ preference to using any older versions of Jena.
 
 Previous Apache Jena releases can be found in the Apache archive area
 at [https://archive.apache.org/dist/jena](https://archive.apache.org/dist/jena/).
+
+## Download Mirrors
+
+<p>[if-any logo]
+<a href="[link]">
+  <img align="right" src="[logo]" border="0" />
+</a>[end]
+The currently selected mirror is <b>[preferred]</b>.  If you encounter a problem with this mirror, please select another mirror.  If all
+mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+  [for http]<option value="[http]">[http]</option>[end]
+[end]
+
+[if-any ftp]
+  [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+  [for backup]<option value="[backup]">[backup]
+  (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />
+</form>
+
+You may also consult the [complete list of mirrors](https://www.apache.org/mirrors/)