You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2013/12/16 11:02:45 UTC

svn commit: r1551150 - /jena/site/trunk/content/download/index.mdtext

Author: rvesse
Date: Mon Dec 16 10:02:44 2013
New Revision: 1551150

URL: http://svn.apache.org/r1551150
Log:
Reorg download page slightly

Modified:
    jena/site/trunk/content/download/index.mdtext

Modified: jena/site/trunk/content/download/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.mdtext?rev=1551150&r1=1551149&r2=1551150&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Mon Dec 16 10:02:44 2013
@@ -5,7 +5,34 @@ Jena is packaged as two downloads which 
 - **apache-jena** – contains the APIs, SPARQL engine and the TDB native RDF database
 - **jena-fuseki** – the Jena SPARQL server
 
-## Apache 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](http://www.apache.org/mirrors/)
+
+### Apache Jena
 
 This distribution contains the APIs, SPARQL engine and the TDB native RDF database plus a variety of command line scripts and tools for working with these systems.
 
@@ -32,7 +59,7 @@ The source distribution may be downloade
 <li><a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.asc">PGP</a></li>
 </ul>
 
-## Jena Fuseki
+### Jena Fuseki
 
 The binary distribution may be downloaded at:
 
@@ -49,36 +76,11 @@ The binary distribution may be downloade
 </ul>
 
 
-## Individual Modules
+### Individual Modules
 
-Apache Jena publishes a range of modules beyond those included in the standard distribution.  Individual modules may be obtained individually using a dependency manager which can talk to Maven repositories, some modules are only available via Maven.
+Apache Jena publishes a range of modules beyond those included in the binary distributions (code for all modules may be found in the source distribution).
 
-### 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](http://www.apache.org/mirrors/)
+Individual modules may be obtained using a dependency manager which can talk to Maven repositories, some modules are only available via Maven.
 
 #### Maven