You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by gi...@apache.org on 2021/11/27 15:06:16 UTC

[jena-site] branch asf-staging updated: Staged site from more-doc (e16d39ec249b2432040af7fb456efa4bb20ab378)

This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/jena-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new 175e6fe  Staged site from more-doc (e16d39ec249b2432040af7fb456efa4bb20ab378)
175e6fe is described below

commit 175e6fea868b9f9880f4a2d0e2a0956fb7fa0faa
Author: jenkins <bu...@apache.org>
AuthorDate: Sat Nov 27 15:06:13 2021 +0000

    Staged site from more-doc (e16d39ec249b2432040af7fb456efa4bb20ab378)
---
 content/documentation/fuseki2/fuseki-docker.html |  6 +++---
 content/documentation/fuseki2/fuseki-webapp.html | 15 +++++++--------
 content/documentation/sparql-apis/index.html     |  2 +-
 content/sitemap.xml                              |  8 ++++----
 4 files changed, 15 insertions(+), 16 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-docker.html b/content/documentation/fuseki2/fuseki-docker.html
index b88fb21..c741302 100644
--- a/content/documentation/fuseki2/fuseki-docker.html
+++ b/content/documentation/fuseki2/fuseki-docker.html
@@ -213,10 +213,10 @@ server.</p>
 <pre><code>mkdir -p databases/DB2
 tdb2.tdbloader --loc databases/DB2 MyData.ttl
 # Publish read-only
-docker-compose run --rm --name MyServer --service-ports fuseki --tdb2 --loc databases/DB2 /ds
+docker-compose run --rm --name MyServer --service-ports fuseki --loc databases/DB2 /ds
 </code></pre>
 <p>To allow update on the database, add <code>--update</code>. Updates are persisted.</p>
-<pre><code>docker-compose run --rm --name MyServer --service-ports fuseki --tdb2 --update --loc databases/DB2 /ds
+<pre><code>docker-compose run --rm --name MyServer --service-ports fuseki --update --loc databases/DB2 /ds
 </code></pre>
 <p>See
 <a href="https://jena.apache.org/documentation/fuseki2/fuseki-configuration.html">fuseki-configuration</a>
@@ -265,7 +265,7 @@ command line arguments appropriately.</p>
 </code></pre>
 <p>With databases on a bind mount to host filesystem directory:</p>
 <pre><code>MNT=&quot;--mount type=bind,src=$PWD/databases,dst=/fuseki/databases&quot;
-docker run -i --rm -p &quot;3030:3030&quot; $MNT --name MyServer -t fuseki --tdb2 --update --loc databases/DB2 /ds
+docker run -i --rm -p &quot;3030:3030&quot; $MNT --name MyServer -t fuseki --update --loc databases/DB2 /ds
 </code></pre>
 <h2 id="version-specific-notes">Version specific notes:</h2>
 <ul>
diff --git a/content/documentation/fuseki2/fuseki-webapp.html b/content/documentation/fuseki2/fuseki-webapp.html
index ac3f69f..9122ff9 100644
--- a/content/documentation/fuseki2/fuseki-webapp.html
+++ b/content/documentation/fuseki2/fuseki-webapp.html
@@ -193,21 +193,20 @@ how to provide datasets and configure services using the configuration file.</p>
 <p>This is running Fuseki from the command line.</p>
 <p>To publish at <tt>http://<i>host</i>:3030/NAME</i></tt>:</p>
 <p>where <code>/NAME</code> is the dataset publishing name at this server in URI space.</p>
-<p>TDB1 database:</p>
+<p>TDB2 database:</p>
 <pre><code>fuseki-server [--loc=DIR] [[--update] /NAME]
 </code></pre>
-<p>The argument <code>--tdb2</code> puts the command line handling into &ldquo;TDB2 mode&rdquo;.
-A dataset created with <code>--loc</code> is a TDB2 dataset.
-TDB2 database:</p>
-<pre><code>fuseki-server --tdb2 [--loc=DIR] [[--update] /NAME]
-</code></pre>
-<p>In-memory, non-peristent database (always updatable):</p>
+<p>The <code>--loc</code> directory is either a TDB1 or TDB2 database.
+The directory <code>DIR</code> must exist.
+If the database in <code>DIR</code> does not exist, then a new database is created. By
+default this is a TDB2 database unoess teh argument &ndash;tdb1 is given.</p>
+<p>An in-memory, non-peristent database (always updatable) is:</p>
 <pre><code>fuseki-server --mem /NAME
 </code></pre>
 <p>Load a file at start and provide it read-only:</p>
 <pre><code>fuseki-server --file=MyData.ttl /NAME
 </code></pre>
-<p>where &ldquo;MyData.ttl&rdquo; can be any RDF format, both triples or quads.</p>
+<p>where <code>MyData.ttl</code> can be any RDF format, both triples or quads.</p>
 <p>Administrative functions are only available from &ldquo;localhost&rdquo;.</p>
 <p>See <code>fuseki-server --help</code> for details of more arguments.</p>
 <h2 id="layout">Layout</h2>
diff --git a/content/documentation/sparql-apis/index.html b/content/documentation/sparql-apis/index.html
index 3c3154c..b0095d1 100644
--- a/content/documentation/sparql-apis/index.html
+++ b/content/documentation/sparql-apis/index.html
@@ -314,7 +314,7 @@ common patterns of HTTP usage.</p>
 </li>
 <li>
 <p>The previous <code>HttpOp</code> is available as <code>HttpOp1</code> and Apache HttpClient is still
-a dependency. Eventually, `HttpOp`` and dependecy on  Apache HttpClient will be removed.</p>
+a dependency. Eventually, <code>HttpOp</code> and dependency on  Apache HttpClient will be removed.</p>
 </li>
 <li>
 <p>GSP - support for dataset operations as well as graphs (also supported by Fuseki).</p>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 03a750d..c26d30a 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -109,7 +109,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/sparql-apis/</loc>
-    <lastmod>2021-11-15T19:40:46+00:00</lastmod>
+    <lastmod>2021-11-27T14:58:00+00:00</lastmod>
   </url>
   
   <url>
@@ -324,7 +324,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-11-15T19:40:46+00:00</lastmod>
+    <lastmod>2021-11-27T15:03:59+00:00</lastmod>
   </url>
   
   <url>
@@ -364,7 +364,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-docker.html</loc>
-    <lastmod>2020-10-08T22:51:38+13:00</lastmod>
+    <lastmod>2021-11-27T15:03:59+00:00</lastmod>
   </url>
   
   <url>
@@ -714,7 +714,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-webapp.html</loc>
-    <lastmod>2021-03-26T16:45:50+00:00</lastmod>
+    <lastmod>2021-11-27T15:03:59+00:00</lastmod>
   </url>
   
   <url>