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

svn commit: r1551142 - in /jena/site/trunk/content/download: index.cgi index.mdtext

Author: rvesse
Date: Mon Dec 16 09:49:15 2013
New Revision: 1551142

URL: http://svn.apache.org/r1551142
Log:
Attempt to switch Jena download page over to using Apache download mirror script since direct linking to dist.apache.org (which we do currently) is not supposed to be used

Added:
    jena/site/trunk/content/download/index.cgi   (with props)
Modified:
    jena/site/trunk/content/download/index.mdtext

Added: jena/site/trunk/content/download/index.cgi
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.cgi?rev=1551142&view=auto
==============================================================================
--- jena/site/trunk/content/download/index.cgi (added)
+++ jena/site/trunk/content/download/index.cgi Mon Dec 16 09:49:15 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: jena/site/trunk/content/download/index.cgi
------------------------------------------------------------------------------
    svn:executable = *

Modified: jena/site/trunk/content/download/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.mdtext?rev=1551142&r1=1551141&r2=1551142&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Mon Dec 16 09:49:15 2013
@@ -1,16 +1,73 @@
 Title: Apache Jena Releases
 
-You can download official Apache Jena releases from here:
-
-  - [http://www.apache.org/dist/jena/](http://www.apache.org/dist/jena/)
-
 Jena is packaged as two downloads which contain the most commonly used portions of the systems:
 
 - **apache-jena** – contains the APIs, SPARQL engine and the TDB native RDF database
 - **jena-fuseki** – the Jena SPARQL server
 
-Modules may be obtained individually using a dependency manager which can talk to Maven repositories, 
-some modules are only available via Maven.
+## 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.
+
+The binary distribution may be downloaded at:
+
+<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>
+
+<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>
+
+The source distribution may be downloaded at:
+
+<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>
+
+## Jena Fuseki
+
+The binary distribution may be downloaded at:
+
+<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>
+
+<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>
+
+
+## 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.
+
+### 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/)
 
 #### Maven