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

svn commit: r890539 - in /websites/staging/jena/trunk/content: ./ download/index.html

Author: buildbot
Date: Mon Dec 16 10:04:49 2013
New Revision: 890539

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/download/index.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 16 10:04:49 2013
@@ -1 +1 @@
-1551149
+1551150

Modified: websites/staging/jena/trunk/content/download/index.html
==============================================================================
--- websites/staging/jena/trunk/content/download/index.html (original)
+++ websites/staging/jena/trunk/content/download/index.html Mon Dec 16 10:04:49 2013
@@ -134,7 +134,32 @@
 <li><strong>apache-jena</strong> &ndash; contains the APIs, SPARQL engine and the TDB native RDF database</li>
 <li><strong>jena-fuseki</strong> &ndash; the Jena SPARQL server</li>
 </ul>
-<h2 id="apache-jena">Apache Jena</h2>
+<h2 id="download-mirrors">Download Mirrors</h2>
+<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>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a></p>
+<h3 id="apache-jena">Apache Jena</h3>
 <p>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.</p>
 <p>The binary distribution may be downloaded at:</p>
 <p><a href="[preferred]/jena/binaries/apache-jena-2.11.0.tar.gz">apache-jena-2.11.0.tar.gz</a>
@@ -154,7 +179,7 @@
 <li><a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.md5">MD5</a></li>
 <li><a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.asc">PGP</a></li>
 </ul></p>
-<h2 id="jena-fuseki">Jena Fuseki</h2>
+<h3 id="jena-fuseki">Jena Fuseki</h3>
 <p>The binary distribution may be downloaded at:</p>
 <p><a href="[preferred]/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz">jena-fuseki-1.0.0-distribution.tar.gz</a>
 <ul>
@@ -166,33 +191,9 @@
 <li><a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.zip.md5">MD5</a></li>
 <li><a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.zip.asc">PGP</a></li>
 </ul></p>
-<h2 id="individual-modules">Individual Modules</h2>
-<p>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.</p>
-<h3 id="download-mirrors">Download Mirrors</h3>
-<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>
-
-<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a></p>
+<h3 id="individual-modules">Individual Modules</h3>
+<p>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).</p>
+<p>Individual modules may be obtained using a dependency manager which can talk to Maven repositories, some modules are only available via Maven.</p>
 <h4 id="maven">Maven</h4>
 <p>See "<a href="maven.html">Using Jena with Apache Maven</a>" for full details.</p>
 <div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>