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 10:49:56 UTC

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

Author: buildbot
Date: Mon Dec 16 09:49:55 2013
New Revision: 890533

Log:
Staging update by buildbot for jena

Added:
    websites/staging/jena/trunk/content/download/index.cgi   (with props)
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 09:49:55 2013
@@ -1 +1 @@
-1550300
+1551142

Added: websites/staging/jena/trunk/content/download/index.cgi
==============================================================================
--- websites/staging/jena/trunk/content/download/index.cgi (added)
+++ websites/staging/jena/trunk/content/download/index.cgi Mon Dec 16 09:49:55 2013
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/jena/trunk/content/download/index.cgi
------------------------------------------------------------------------------
    svn:executable = *

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 09:49:55 2013
@@ -129,17 +129,59 @@
 	<div class="col-md-12">
 	<div id="breadcrumbs"></div>
 	<h1 class="title">Apache Jena Releases</h1>
-  <p>You can download official Apache Jena releases from here:</p>
-<ul>
-<li><a href="http://www.apache.org/dist/jena/">http://www.apache.org/dist/jena/</a></li>
-</ul>
-<p>Jena is packaged as two downloads which contain the most commonly used portions of the systems:</p>
+  <p>Jena is packaged as two downloads which contain the most commonly used portions of the systems:</p>
 <ul>
 <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>
-<p>Modules may be obtained individually using a dependency manager which can talk to Maven repositories, 
-some modules are only available via Maven.</p>
+<h2 id="apache-jena">Apache Jena</h2>
+<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>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.tar.gz.md5">MD5</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.tar.gz.asc>PGP</a></p>
+<p><a href="[preferred]/jena/binaries/apache-jena-2.11.0.zip">apache-jena-2.11.0.zip</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.md5">MD5</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.asc>PGP</a></p>
+<p>The source distribution may be downloaded at:</p>
+<p><a href="[preferred]/jena/source/jena-2.11.0-source-release.zip">apache-jena-2.11.0.zip</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.md5">MD5</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/apache-jena-2.11.0.zip.asc>PGP</a></p>
+<h2 id="jena-fuseki">Jena Fuseki</h2>
+<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>
+- <a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz.md5">MD5</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz.asc>PGP</a></p>
+<p><a href="[preferred]/jena/binaries/jena-fuseki-1.0.0-distribution.zip">jena-fuseki-1.0.0-distribution.zip</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.zip.md5">MD5</a>
+- <a href="http://www.apache.org/dist/release/jena/binaries/jena-fuseki-1.0.0-distribution.zip.asc>PGP</a></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>
 <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>