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/02/08 22:23:58 UTC

[jena-site] branch asf-site updated: Updated site from main (7b77879923a7a6c093405ca78055f7a8fb921627)

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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3470bbb  Updated site from main (7b77879923a7a6c093405ca78055f7a8fb921627)
3470bbb is described below

commit 3470bbb38e11e1fddd1c052f6b757b06384cddb5
Author: jenkins <bu...@apache.org>
AuthorDate: Mon Feb 8 22:23:52 2021 +0000

    Updated site from main (7b77879923a7a6c093405ca78055f7a8fb921627)
---
 content/documentation/fuseki2/fuseki-data-access-control.html | 2 +-
 content/documentation/fuseki2/fuseki-embedded.html            | 4 ++--
 content/sitemap.xml                                           | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-data-access-control.html b/content/documentation/fuseki2/fuseki-data-access-control.html
index 68f2669..64c64f3 100644
--- a/content/documentation/fuseki2/fuseki-data-access-control.html
+++ b/content/documentation/fuseki2/fuseki-data-access-control.html
@@ -495,7 +495,7 @@ implementation for the service.</p>
     &lt;#tdb_dataset_shared&gt; rdf:type tdb:DatasetTDB ;
         . . .
 </pre>
-<p>All dataset storage types are supported. TDB1 and TBD2 have special implementations for handling graph access control.</p>
+<p>All dataset storage types are supported. TDB1 and TDB2 have special implementations for handling graph access control.</p>
 <h3 id="graph-security-registry">Graph Security Registry</h3>
 <p>The Graph Security Registry is defined as a number of access entries in
 either a list format &ldquo;(user graph1 graph2 &hellip;)&rdquo; or as RDF properties
diff --git a/content/documentation/fuseki2/fuseki-embedded.html b/content/documentation/fuseki2/fuseki-embedded.html
index 23fe3fe..b4ad768 100644
--- a/content/documentation/fuseki2/fuseki-embedded.html
+++ b/content/documentation/fuseki2/fuseki-embedded.html
@@ -305,7 +305,7 @@ server.stop() ;
 set that is read-only over HTTP. The application can still update the dataset.</p>
 <pre><code>Dataset ds = ... ;
 FusekiServer server = FusekiServer.create()
-    .port(3332)
+    .setPort(3332)
     .add(&quot;/ds&quot;, ds, true)
     .build() ;
 server.start() ;
@@ -345,7 +345,7 @@ dataService.addEndpoint(OperationName.Query, &quot;&quot;);
 dataService.addEndpoint(OperationName.Update, &quot;&quot;);
 
 FusekiServer server = FusekiServer.create()
-   .port(3332)
+   .setPort(3332)
    .add(&quot;/data&quot;, dataService)
    .build() ;
 server.start() ;
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 13eade8..7fd02e5 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -294,12 +294,12 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-data-access-control.html</loc>
-    <lastmod>2020-09-19T11:47:36+01:00</lastmod>
+    <lastmod>2021-02-08T22:07:23+00:00</lastmod>
   </url>
   
   <url>
     <loc>https://jena.apache.org/documentation.html</loc>
-    <lastmod>2021-02-08T12:11:16+01:00</lastmod>
+    <lastmod>2021-02-08T22:07:23+00:00</lastmod>
   </url>
   
   <url>
@@ -344,7 +344,7 @@
   
   <url>
     <loc>https://jena.apache.org/documentation/fuseki2/fuseki-embedded.html</loc>
-    <lastmod>2021-02-08T12:11:16+01:00</lastmod>
+    <lastmod>2021-02-05T17:11:36+01:00</lastmod>
   </url>
   
   <url>