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 2015/02/27 16:35:10 UTC

svn commit: r941664 - in /websites/staging/jena/trunk/content: ./ documentation/serving_data/index.html download/index.html

Author: buildbot
Date: Fri Feb 27 15:35:10 2015
New Revision: 941664

Log:
Staging update by buildbot for jena

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

Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Fri Feb 27 15:35:10 2015
@@ -1 +1 @@
-1662685
+1662726

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 Fri Feb 27 15:35:10 2015
@@ -142,25 +142,27 @@
 	<div class="col-md-12">
 	<div id="breadcrumbs"></div>
 	<h1 class="title">Fuseki: serving RDF data over HTTP</h1>
-  <p>Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL Query,
+  <div style="border=1">
+This page covers Fuseki 1.  As of Jena 2.13.0, there is also 
+a new version, Fuseki2. See [Fuseki2 documentation](/documentation/fuseki2/).
+</div>
+
+<p>Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL Query,
 and SPARQL Update using the SPARQL protocol over HTTP.</p>
 <p>The relevant SPARQL standards are:</p>
 <ul>
-<li><a href="http://www.w3.org/TR/sparql11-query/" title="http://www.w3.org/TR/sparql11-query/">SPARQL 1.1 Query</a></li>
-<li><a href="http://www.w3.org/TR/sparql11-update/" title="http://www.w3.org/TR/sparql11-update/">SPARQL 1.1 Update</a></li>
-<li><a href="http://www.w3.org/TR/sparql11-protocol/" title="http://www.w3.org/TR/sparql11-protocol/">SPARQL 1.1 Protocol</a></li>
-<li><a href="http://www.w3.org/TR/sparql11-http-rdf-update/" title="http://www.w3.org/TR/sparql11-http-rdf-update/">SPARQL 1.1 Graph Store HTTP Protocol</a></li>
+<li><a href="http://www.w3.org/TR/sparql11-query/">SPARQL 1.1 Query</a></li>
+<li><a href="http://www.w3.org/TR/sparql11-update/">SPARQL 1.1 Update</a></li>
+<li><a href="http://www.w3.org/TR/sparql11-protocol/">SPARQL 1.1 Protocol</a></li>
+<li><a href="http://www.w3.org/TR/sparql11-http-rdf-update/">SPARQL 1.1 Graph Store HTTP Protocol</a></li>
 </ul>
-<p>These are work-in-progress by the SPARQL working group;
-although the general designs are stable, details may change. Fuseki will
-track the draft standards.</p>
 <p>See also:</p>
 <ul>
-<li><a href="soh.html" title="SOH">SPARQL Over HTTP</a> – command-line tools for working with any SPARQL 1.1 system</li>
+<li><a href="soh.html">SPARQL Over HTTP</a> – command-line tools for working with any SPARQL 1.1 system</li>
 </ul>
 <h2 id="contents">Contents</h2>
 <ul>
-<li><a href="#download-fuseki">Download</a></li>
+<li><a href="#download-fuseki1">Download</a></li>
 <li><a href="#getting-started-with-fuseki">Getting Started</a></li>
 <li><a href="#security-and-access-control">Security</a></li>
 <li><a href="#logging">Logging</a></li>
@@ -171,48 +173,21 @@ track the draft standards.</p>
 <li><a href="#use-from-java">Use from Java</a></li>
 <li><a href="#development-system">Development System</a></li>
 </ul>
-<h2 id="download-fuseki">Download Fuseki</h2>
-<p>See the <a href="/download/index.cgi">downloads page</a> for details of releases.</p>
-<p>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>
-<p>Choose the version directory, then look for the file
-<code>fuseki-*VER*.zip</code>. For snapshots, <code>*VER*</code> includes the timestamp and increment
-number as generated by Maven.</p>
-<p><strong>Fuseki download files</strong></p>
-<table>
-<thead>
-<tr>
-<th>Filename</th>
-<th>Description</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td><code>fuseki-*VER*.distribution.zip</code></td>
-<td>Fuseki download, includes everything.</td>
-</tr>
-<tr>
-<td><code>fuseki-*VER*-server.jar</code></td>
-<td>Fuseki server, as an executable jar.</td>
-</tr>
-<tr>
-<td><code>fuseki-*VER*-SOH.zip</code></td>
-<td><a href="soh.html" title="SOH">SOH (SPARQL Over HTTP)</a> scripts</td>
-</tr>
-</tbody>
-</table>
+<h2 id="download-fuseki1">Download Fuseki1</h2>
+<p>See the <a href="/download/#apache-jena-fuseki">downloads page</a> for details of
+releases.</p>
 <h2 id="getting-started-with-fuseki">Getting Started With Fuseki</h2>
 <p>This section provides a brief guide to getting up and running with
 a simple server installation. It uses the
 <a href="soh.html">SOH (SPARQL over HTTP)</a> scripts included in the
 download.</p>
 <ol>
-<li>Download (this includes the server and the SOH scripts)</li>
-<li>Unzip</li>
+<li><a href="/download/#jena-fuseki">Download</a> the latest <code>jena-fuseki-*-distribution</code> </li>
+<li>Unpack the downloaded file with <code>unzip</code> or <code>tar zxfv</code></li>
 <li>(Linux) <code>chmod +x fuseki-server s-*</code></li>
 <li>
 <p>Run a server</p>
-<p>fuseki-server --update --mem /ds</p>
+<p>./fuseki-server --update --mem /ds</p>
 </li>
 </ol>
 <p>The server logging goes to the console:</p>
@@ -237,7 +212,7 @@ download.</p>
 <p>For the control panel:</p>
 <ol>
 <li>In a browser, go to <code>http://localhost:3030/</code></li>
-<li>Click on "Control Panel</li>
+<li>Click on <em>Control Panel</em></li>
 <li>Select the dataset (if set up above, there is only one choice).</li>
 </ol>
 <p>The page offers SPARQL operations and file upload acting on the

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 Fri Feb 27 15:35:10 2015
@@ -187,7 +187,7 @@ Other mirrors: <select name="Preferred">
 <p><a href="[preferred]jena/source/jena-2.12.1-source-release.zip">jena-2.12.1-source-release.zip</a>
 (<a href="http://www.apache.org/dist/jena/source/jena-2.12.1-source-release.zip.md5">MD5</a>,
 <a href="http://www.apache.org/dist/jena/source/jena-2.12.1-source-release.zip.asc">PGP</a>)</p>
-<h3 id="jena-fuseki">Jena Fuseki</h3>
+<h3 id="apache-jena-fuseki">Apache Jena Fuseki</h3>
 <p>The binary distribution may be downloaded at:</p>
 <p><a href="[preferred]jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz">jena-fuseki-1.1.1-distribution.tar.gz</a>
 (<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.1.1-distribution.tar.gz.md5">MD5</a>,