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 12:00:12 UTC

svn commit: r890549 - in /websites/staging/jena/trunk/content: ./ about_jena/ documentation/jdbc/ documentation/query/ documentation/sdb/ documentation/serving_data/ documentation/tdb/ documentation/tools/ tutorials/

Author: buildbot
Date: Mon Dec 16 11:00:12 2013
New Revision: 890549

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/   (props changed)
    websites/staging/jena/trunk/content/about_jena/index.html
    websites/staging/jena/trunk/content/about_jena/jena.rdf
    websites/staging/jena/trunk/content/documentation/jdbc/index.html
    websites/staging/jena/trunk/content/documentation/query/download.html
    websites/staging/jena/trunk/content/documentation/sdb/index.html
    websites/staging/jena/trunk/content/documentation/serving_data/index.html
    websites/staging/jena/trunk/content/documentation/tdb/commands.html
    websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html
    websites/staging/jena/trunk/content/ia.txt
    websites/staging/jena/trunk/content/index.html
    websites/staging/jena/trunk/content/tutorials/rdf_api.html
    websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 16 11:00:12 2013
@@ -1 +1 @@
-1551156
+1551167

Modified: websites/staging/jena/trunk/content/about_jena/index.html
==============================================================================
--- websites/staging/jena/trunk/content/about_jena/index.html (original)
+++ websites/staging/jena/trunk/content/about_jena/index.html Mon Dec 16 11:00:12 2013
@@ -153,7 +153,7 @@ was approved as a top-level Apache proje
 <h2 id="quick-shortcuts">Quick shortcuts</h2>
 <p>I would like to ...</p>
 <ul>
-<li>... <a href="/download/index.html">download Jena components</a></li>
+<li>... <a href="/download/index.cgi">download Jena components</a></li>
 <li>... <a href="/download/maven.html">use Jena with Maven</a></li>
 <li>... <a href="/about_jena/about.html">find out more about the Jena project</a></li>
 <li>... <a href="/about_jena/team.html">see who's involved</a></li>

Modified: websites/staging/jena/trunk/content/about_jena/jena.rdf
==============================================================================
Binary files - no diff available.

Modified: websites/staging/jena/trunk/content/documentation/jdbc/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/jdbc/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/jdbc/index.html Mon Dec 16 11:00:12 2013
@@ -160,8 +160,7 @@ either SPARQL queries or updates and pro
 <p>These are all built on a core library which can be used to build <a href="custom_driver.html">custom drivers</a>
 if desired.  This means that all drivers share common infrastructure and thus exhibit broadly speaking
 the same behavior around handling queries, updates and results.</p>
-<p>Jena JDBC is part of the standard Jena distributions and may be <a href="/download/">downloaded</a> as normal or used
-via its <a href="artifacts.html">maven artifacts</a>.</p>
+<p>Jena JDBC is published as a Maven module via its <a href="artifacts.html">maven artifacts</a>.  The source for Jena JDBC may be <a href="/download/index.cgi">downloaded</a> as part of the source distribution.</p>
 <h3 id="treatment-of-results">Treatment of Results</h3>
 <p>One important behavioral aspect to understand is how results are treated compared to a traditional
 JDBC driver.  SPARQL provides four query forms and thus four forms of results while JDBC assumes all

Modified: websites/staging/jena/trunk/content/documentation/query/download.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/query/download.html (original)
+++ websites/staging/jena/trunk/content/documentation/query/download.html Mon Dec 16 11:00:12 2013
@@ -129,7 +129,7 @@
 	<div class="col-md-12">
 	<div id="breadcrumbs"></div>
 	<h1 class="title">ARQ Downloads</h1>
-  <p>For details on downloading ARQ, please see the Jena <a href="/download/">downloads page</a>.</p>
+  <p>For details on downloading ARQ, please see the Jena <a href="/download/index.cgi">downloads page</a>.</p>
 <h2 id="subversion">Subversion</h2>
 <p>Access to the live development version, including a complete
 Eclipse project, is available <a href="https://svn.apache.org/repos/asf/jena/trunk/jena-arq/">via SVN</a></p>

Modified: websites/staging/jena/trunk/content/documentation/sdb/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/sdb/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/sdb/index.html Mon Dec 16 11:00:12 2013
@@ -169,7 +169,7 @@ TDBs substantially better performance an
 </ul>
 <h2 id="downloads">Downloads</h2>
 <p>SDB is distributed from the Apache Jena project. See the
-<a href="/download/">downloads page</a> for details.</p>
+<a href="/download/index.cgi">downloads page</a> for details.</p>
 <h2 id="subversion">Subversion</h2>
 <p><a href="https://svn.apache.org/repos/asf/jena/trunk/jena-sdb">SDB subversion repository</a>
 at Apache.</p>

Modified: websites/staging/jena/trunk/content/documentation/serving_data/index.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/serving_data/index.html (original)
+++ websites/staging/jena/trunk/content/documentation/serving_data/index.html Mon Dec 16 11:00:12 2013
@@ -160,7 +160,7 @@ track the draft standards.</p>
 </ul>
 <h2 id="download-fuseki">Download Fuseki</h2>
 <p>Jena builds are in the process of migrating to Apache.
-See the <a href="/download/">downloads page</a> for details.
+See the <a href="/download/index.cgi">downloads page</a> for details.
 Fuseki builds will be migrating to the Apache infrastructure very soon.
 Snapshot builds are
 available via Apache Maven or can be <a href="https://repository.apache.org/content/repositories/snapshots/org/apache/jena/jena-fuseki/">downloaded from here</a>.</p>

Modified: websites/staging/jena/trunk/content/documentation/tdb/commands.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tdb/commands.html (original)
+++ websites/staging/jena/trunk/content/documentation/tdb/commands.html Mon Dec 16 11:00:12 2013
@@ -154,7 +154,7 @@
 <h2 id="installation">Installation</h2>
 <p>From Apache Jena version <code>2.7.x</code> onwards, TDB is now installed as part of a single integrated Jena
 package. There is no longer a need to install a separate TDB package to run the TDB command line
-tools, or to use TDB in your Java programs. See the <a href="/download/">downloads</a> page for details on getting the latest Jena
+tools, or to use TDB in your Java programs. See the <a href="/download/index.cgi">downloads</a> page for details on getting the latest Jena
 release.</p>
 <h2 id="scripts">Scripts</h2>
 <p>From the location The directory <code>bin/</code> contains shell scripts to run the commands

Modified: websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html
==============================================================================
--- websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html (original)
+++ websites/staging/jena/trunk/content/documentation/tools/eyeball-getting-started.html Mon Dec 16 11:00:12 2013
@@ -141,14 +141,14 @@ at Apache.</b></p>
 <li>The <a href="#todo/documentation/javadoc/eyeball/index.html">JavaDoc</a>.</li>
 </ul>
 <h2 id="getting-the-eyeball-release">Getting the Eyeball release</h2>
-<!--Please see the [downloads page](/download/) for details.-->
+<!--Please see the [downloads page](/download/index.cgi) for details.-->
 
 <p><b>Download from SourceForge:
 <a href="http://sourceforge.net/projects/jena/files/Eyeball/Eyeball%202.3/">Eyeball distribution</a>
 This predates the move of Jena to Apache and is not an Apache release.
 </b></p>
 <h2 id="installation">Installation</h2>
-<p>If you haven't already, download Eyeball <!--<a href="/download/">download Eyeball</a>-->
+<p>If you haven't already, download Eyeball <!--<a href="/download/index.cgi">download Eyeball</a>-->
 and unzip it into a directory of your choice. The download includes all
 of Jena, so it should not require any additional <code>.jar</code> files to run.</p>
 <p>If you have Ant installed, run the Eyeball test suite:</p>

Modified: websites/staging/jena/trunk/content/ia.txt
==============================================================================
--- websites/staging/jena/trunk/content/ia.txt (original)
+++ websites/staging/jena/trunk/content/ia.txt Mon Dec 16 11:00:12 2013
@@ -4,7 +4,7 @@
         --------
 +-- Quick links
     +-- Home                                            /index.html
-    +-- Downloads                                       /download/index.html
+    +-- Downloads                                       /download/index.cgi
     +-- Support                                         /help_and_support/index.html
     +-- Report a bug                                    /support/bugs_and_suggestions.html
     +-- Roadmap                                         /about/roadmap.html
@@ -14,7 +14,7 @@
     +-- Roadmap                                         /about_jena/roadmap.html
     +-- Project team                                    /about_jena/team.html
 +-- Download
-    +-- Downloading Jena                download        /download(/index.html)
+    +-- Downloading Jena                download        /download/index.cgi
     +-- Using Maven                                     /download/maven.html
     +-- Using OSGi                                      /download/osgi.html
 +-- Help and support

Modified: websites/staging/jena/trunk/content/index.html
==============================================================================
--- websites/staging/jena/trunk/content/index.html (original)
+++ websites/staging/jena/trunk/content/index.html Mon Dec 16 11:00:12 2013
@@ -138,7 +138,7 @@
 
 <p>
 <a href="/getting_started/index.html" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-chevron-right"></span> Get started now!</a>
-<a href="/download/index.html" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-download-alt"></span> Download </a>
+<a href="/download/index.cgi" class="btn-jumbotron btn btn-primary btn-lg"><span class="glyphicon glyphicon-download-alt"></span> Download </a>
 </p>
 
 

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api.html Mon Dec 16 11:00:12 2013
@@ -153,7 +153,7 @@ model.</p>
 
 <p>An implementation of the Jena API, including the working source code for
 all the examples used in this tutorial can be downloaded from
-<a href="http://jena.apache.org/download/"><code>jena.apache.org/download/</code></a>.</p>
+<a href="http://jena.apache.org/download/index.cgi"><code>jena.apache.org/download/index.cgi</code></a>.</p>
 
 <p></p>
 

Modified: websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html
==============================================================================
--- websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html (original)
+++ websites/staging/jena/trunk/content/tutorials/rdf_api_pt.html Mon Dec 16 11:00:12 2013
@@ -147,7 +147,7 @@ relativamente simples, então esta abo
 <p>RDF possui uma sintaxe XML, e muitos dos que são familiarizados com XML irão pensar em RDF em termos da sintaxe do XML. Isso é um erro. RDF deve ser entendido em termos do seu modelo de dados. Os dados RDF podem ser representados em XML, mas entender a sintaxe é menos importante do que entender o modelo de dados.</p>
 
 <p>Uma implementação da API JENA, incluindo o código fonte dos exemplos usados neste tutorial, podem ser baixados em  
-<a href="http://jena.apache.org/download/"><code>jena.apache.org/download/</code></a>.</p>
+<a href="http://jena.apache.org/download/index.cgi"><code>jena.apache.org/download/index.cgi</code></a>.</p>
 
 <p></p>