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 764515337f9613d98ec1b00ca16f09f6986b8421 Author: Andy Seaborne <[email protected]> AuthorDate: Mon Nov 1 08:15:56 2021 +0000 Move 'Download Mirrors' section to end of download page --- source/download/__index.md | 60 +++++++++++++++++++++++----------------------- 1 file changed, 30 insertions(+), 30 deletions(-) diff --git a/source/download/__index.md b/source/download/__index.md index f4461e7..928d297 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** – 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> </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 | @@ -89,7 +61,7 @@ The development codebase is available from git. [https://gitbox.apache.org/repos/asf?p=jena.git](https://gitbox.apache.org/repos/asf?p=jena.git) -This is also avilable on github: +This is also available on github: [https://github.com/apache/jena](https://github.com/apache/jena) @@ -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/)
