From 1d0cb23585692a0f31fdbcef758156ea27830583 Mon Sep 17 00:00:00 2001 From: Andy Seaborne Date: Tue, 1 Feb 2022 20:13:09 +0000 Subject: [PATCH] Rearrange download page --- source/download/__index.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/source/download/__index.md b/source/download/__index.md index a19ea6d96..680d28480 100644 --- a/source/download/__index.md +++ b/source/download/__index.md @@ -13,15 +13,7 @@ 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. -### Apache Jena Distributions - -The binary distribution of Fuseki: - -| Apache Jena Fuseki | SHA512 | Signature | -| ------------ | :----: | :-------: | -| apache-jena-fuseki-4.4.0.tar.gz | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.tar.gz.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.tar.gz.asc) | -| apache-jena-fuseki-4.4.0.zip | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.zip.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.zip.asc) | -

 

+### Apache Jena Release Source release: this forms the official release of Apache Jena. All binaries artifacts and maven binaries correspond to this source. @@ -29,13 +21,29 @@ Source release: this forms the official release of Apache Jena. All binaries art | ------------ | :----: | :-------: | |jena-4.4.0-source-release.zip | [SHA512](https://downloads.apache.org/jena/source/jena-4.4.0-source-release.zip.sha512) | [PGP](https://downloads.apache.org/jena/source/jena-4.4.0-source-release.zip.asc) | +### Apache Jena Binary Distributions + +The binary distribution of the Fuseki server: + +| Apache Jena Fuseki | SHA512 | Signature | +| ------------ | :----: | :-------: | +| apache-jena-fuseki-4.4.0.tar.gz | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.tar.gz.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.tar.gz.asc) | +| apache-jena-fuseki-4.4.0.zip | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.zip.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-fuseki-4.4.0.zip.asc) | +

 

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. | Apache Jena libraries | SHA512 | Signature | | ------------ | :----: | :-------: | |apache-jena-4.4.0.tar.gz | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.tar.gz.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.tar.gz.asc) | -| apache-jena-4.4.0.zip | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.zip.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.zip.asc) | +| apache-jena-4.4.0.zip | [SHA512](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.zip.sha512) | [PGP](https://downloads.apache.org/jena/binaries/apache-jena-4.4.0.zip.asc) + +

 

+The binary distribution of Fuseki as a WAR file: + +| Apache Jena Fuseki | SHA512 | Signature | +| ------------ | :----: | :-------: | +| jena-fuseki-war-4.4.0.war | [SHA512](https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.4.0.war.sha512) | [PGP](https://downloads.apache.org/jena/binaries/jena-fuseki-war-4.4.0.war.asc) | ### Individual Modules