You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/12/17 12:38:15 UTC

svn commit: r1551518 - in /jena/site/trunk/content: documentation/io/index.mdtext download/index.mdtext

Author: andy
Date: Tue Dec 17 11:38:15 2013
New Revision: 1551518

URL: http://svn.apache.org/r1551518
Log:
Turn bulleted MD5,PGP links in () text

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

Modified: jena/site/trunk/content/documentation/io/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/io/index.mdtext?rev=1551518&r1=1551517&r2=1551518&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/io/index.mdtext (original)
+++ jena/site/trunk/content/documentation/io/index.mdtext Tue Dec 17 11:38:15 2013
@@ -1,4 +1,4 @@
-Title: Reading and Writing RDF in Apache Jena
+less FUTitle: Reading and Writing RDF in Apache Jena
 
 This page details the setup of RDF I/O technology (RIOT).
 

Modified: jena/site/trunk/content/download/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/index.mdtext?rev=1551518&r1=1551517&r2=1551518&view=diff
==============================================================================
--- jena/site/trunk/content/download/index.mdtext (original)
+++ jena/site/trunk/content/download/index.mdtext Tue Dec 17 11:38:15 2013
@@ -39,40 +39,29 @@ This distribution contains the APIs, SPA
 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>
-<ul>
-<li><a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.tar.gz.md5">MD5</a></li>
-<li><a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.tar.gz.asc">PGP</a></li>
-</ul>
+(<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.tar.gz.md5">MD5</a>, 
+<a href="http://www.apache.org/dist/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/jena/binaries/apache-jena-2.11.0.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.zip.asc">PGP</a>)
 
-<ul>
-<li><a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.zip.md5">MD5</a></li>
-<li><a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.0.zip.asc">PGP</a></li>
-</ul>
-
-The source distribution may be downloaded at:
+The source distribution, which includes the source for Fuseki and all modules in the release, may be downloaded at:
 <a href="[preferred]/jena/source/jena-2.11.0-source-release.zip">apache-jena-2.11.0-source-release.zip</a>
-<ul>
-<li><a href="http://www.apache.org/dist/jena/source/apache-jena-2.11.0-source-release.zip.md5">MD5</a></li>
-<li><a href="http://www.apache.org/dist/jena/source/apache-jena-2.11.0-source-release.zip.asc">PGP</a></li>
-</ul>
+(<a href="http://www.apache.org/dist/jena/source/apache-jena-2.11.0-source-release.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/source/apache-jena-2.11.0-source-release.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>
-<ul>
-<li><a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz.md5">MD5</a></li>
-<li><a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz.asc">PGP</a></li>
-</ul>
+(<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.tar.gz.md5">MD5</a>,
+<a href="http://www.apache.org/dist/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>
-<ul>
-<li><a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.zip.md5">MD5</a></li>
-<li><a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.zip.asc">PGP</a></li>
-</ul>
+(<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.0-distribution.zip.asc">PGP</a>)
 
 ### Individual Modules
 
@@ -84,12 +73,12 @@ Individual modules may be obtained using
 
 See "[Using Jena with Apache Maven](maven.html)" for full details.
 
-    <dependency>
-      <groupId>org.apache.jena</groupId>
-      <artifactId>apache-jena-libs</artifactId>
-      <type>pom</type>
-      <version>X.Y.Z</version>
-    </dependency>
+     <dependency>
+       <groupId>org.apache.jena</groupId>
+       <artifactId>apache-jena-libs</artifactId>
+       <type>pom</type>
+       <version>X.Y.Z</version>
+     </dependency>
 
 #### Development Builds
 
@@ -118,4 +107,4 @@ at [http://archive.apache.org/dist/jena]
 
 <script type="text/javascript">
 	document.getElementById("download").setAttribute("class", "active");
-</script>
\ No newline at end of file
+</script>