Author: buildbot
Date: Wed Mar 29 09:40:11 2017
New Revision: 1009290
Log:
Staging update by buildbot for jena
Modified:
websites/staging/jena/trunk/content/ (props changed)
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-server-protocol.html
Propchange: websites/staging/jena/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Mar 29 09:40:11 2017
@@ -1 +1 @@
-1789071
+1789316
Modified:
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-server-protocol.html
==============================================================================
---
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-server-protocol.html
(original)
+++
websites/staging/jena/trunk/content/documentation/fuseki2/fuseki-server-protocol.html
Wed Mar 29 09:40:11 2017
@@ -215,12 +215,12 @@ Further operations may be added within t
</tr>
<tr>
<td><tt>POST</tt></td>
-<td><code>/$/datasets/</code></td>
+<td><code>/$/datasets</code></td>
<td></td>
</tr>
<tr>
<td><tt>GET</tt></td>
-<td><code>/$/datasets/</code></td>
+<td><code>/$/datasets</code></td>
<td></td>
</tr>
<tr>
@@ -260,7 +260,7 @@ Further operations may be added within t
</tr>
<tr>
<td><tt>GET</tt></td>
-<td><code>/$/stats/</code></td>
+<td><code>/$/stats</code></td>
<td></td>
</tr>
<tr>
@@ -280,7 +280,7 @@ Further operations may be added within t
</tr>
<tr>
<td><tt>GET</tt></td>
-<td><code>/$/backups-list/</code></td>
+<td><code>/$/backups-list</code></td>
<td></td>
</tr>
<tr>
@@ -295,7 +295,7 @@ Further operations may be added within t
</tr>
<tr>
<td><tt>GET</tt></td>
-<td><code>/$/tasks/</code></td>
+<td><code>/$/tasks</code></td>
<td></td>
</tr>
<tr>
@@ -316,8 +316,8 @@ request over <code>GET</code> or <code>P
<p>The URL <code>/$/server</code> returns details about the server and it's
current status in JSON.</p>
<p><em>@@details of JSON format.</em></p>
<h2 id="datasets-and-services">Datasets and Services<a class="headerlink"
href="#datasets-and-services" title="Permanent link">¶</a></h2>
-<p>Pattern: <code>/$/datasets/</code></p>
-<p><code>/$/datasets/</code> is a container representing all datasets present
in the server.
+<p>Pattern: <code>/$/datasets</code></p>
+<p><code>/$/datasets</code> is a container representing all datasets present
in the server.
<code>/$/datasets/*{name}*</code> names a specific dataset. As a container,
operations on items
in the container, via <code>GET</code>, <code>POST</code> and
<code>DELETE</code>, operate on specific dataset.</p>
<h3 id="adding-a-dataset-and-its-services">Adding a Dataset and its
Services.<a class="headerlink" href="#adding-a-dataset-and-its-services"
title="Permanent link">¶</a></h3>
@@ -382,7 +382,7 @@ any persistent data can be manipulated o
<p><strong><code>/$/stats/*{name}*</code></strong></p>
</blockquote>
<p>Statistics can be obtained for each dataset or all datasets in a single
response.
-<code>/$/stats/</code> is treated as a container for this information.</p>
+<code>/$/stats</code> is treated as a container for this information.</p>
<blockquote>
<p><em>@@ stats details</em>
See <a href="fuseki-stats.html">Fuseki Statistics</a> for details of
statistics kept by a Fuseki server.</p>
@@ -396,7 +396,7 @@ See <a href="fuseki-stats.html">Fuseki S
<code>{ "taskId" : "*{taskId}*" }</code>
The task id can be used to construct a URL to get details of the task:
<code>/$/tasks/*{taskId}*</code></p>
-<p>Pattern: <code>/$/backups-list/</code></p>
+<p>Pattern: <code>/$/backups-list</code></p>
<p>Returns a list of all the files in the backup area of the server. This is
useful for managing the files externally.</p>
<p>The returned JOSN object is <code>{ backups: [ ... ] }</code> where the
<code>[]</code> array is