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 43441adc6 Staged site from fuseki-modules 
(cf3d2515525b826f46adc776b7d2f51bc0126d7b)
43441adc6 is described below

commit 43441adc6a6d4d0ab7d291b148bdfcaf5c179f59
Author: jenkins <[email protected]>
AuthorDate: Thu Jun 8 09:02:55 2023 +0000

    Staged site from fuseki-modules (cf3d2515525b826f46adc776b7d2f51bc0126d7b)
---
 content/documentation/fuseki2/fuseki-modules.html | 10 +++++-----
 content/documentation/index.xml                   |  2 +-
 content/index.json                                |  2 +-
 content/index.xml                                 |  2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/content/documentation/fuseki2/fuseki-modules.html 
b/content/documentation/fuseki2/fuseki-modules.html
index 2722084ff..77f1f1016 100644
--- a/content/documentation/fuseki2/fuseki-modules.html
+++ b/content/documentation/fuseki2/fuseki-modules.html
@@ -200,15 +200,15 @@ server. Modules are invoked during the process of 
building a <a href="./fuseki-m
 Main</a> server. A module can modify the server
 configuration, add new functionality, or react to a server being built and
 started.</p>
-<p>This feature was added in Jena version 4.3.0. It is an expeirmental feature
-that will evolve based on experineace and use cases.</p>
+<p>This feature was added in Jena version 4.3.0. It is an experimental feature
+that will evolve based on feedback and use cases.</p>
 <p>FusekiModules can be provided in two ways:</p>
 <ul>
 <li>Loaded from additional jars on the classpath</li>
 <li>Programmatically controlling the setup of the <code>FusekiServer</code> 
server.</li>
 </ul>
 <h3 id="automatically-loaded">Automatically loaded</h3>
-<p>Fuseki Modules can be loaded use the JDK
+<p>Fuseki Modules can be loaded using the JDK
 <a href="https://www.baeldung.com/java-spi";>ServiceLoader</a> by being placing
 a jar file on the classpath,
 together with any additional dependencies. The service loader looks for files
@@ -242,7 +242,7 @@ build steps before setting up the datasets.</li>
 <li><code>configured</code> - access and modify the setup.
 This is called after the server has been configured, before the server is 
built.
 It defaults to calls to <code>configDataAccessPoint</code> for dataset being 
hosted by the server.</li>
-<li><code>server</code> - called after the built, beforee the return of 
<code>FusekiServerBuilder.build()</code></li>
+<li><code>server</code> - called after the built, before the return of 
<code>FusekiServerBuilder.build()</code></li>
 </ul>
 <p>and the Fuseki start up sequence is:</p>
 <ul>
@@ -254,7 +254,7 @@ has stopped in the <code>server.stop()</code> call.
 </ul>
 <p>A Fuseki module does not need to implement all these steps. The default for 
all
 of them is &ldquo;do nothing&rdquo;. Usually, an extension will only be 
interested in
-certain stpes, like the configuration and registry information of
+certain steps, like the configuration and registry information of
 <code>configuration</code>.</p>
 <p>During the configuration step, the Fuseki configuration file for the server 
is
 available. If the server is built programmatically without a configuration 
file,
diff --git a/content/documentation/index.xml b/content/documentation/index.xml
index a0f5f2496..16fe48862 100644
--- a/content/documentation/index.xml
+++ b/content/documentation/index.xml
@@ -811,7 +811,7 @@ Many web log analysers can process this 
format.</description>
       
       
<guid>https://jena.apache.org/documentation/fuseki2/fuseki-modules.html</guid>
       <description>Fuseki modules are a mechanism to include extension code 
into a Fuseki server. Modules are invoked during the process of building a 
Fuseki Main server. A module can modify the server configuration, add new 
functionality, or react to a server being built and started.
-This feature was added in Jena version 4.3.0. It is an expeirmental feature 
that will evolve based on experineace and use cases.
+This feature was added in Jena version 4.3.0. It is an experimental feature 
that will evolve based on feedback and use cases.
 FusekiModules can be provided in two ways:</description>
     </item>
     
diff --git a/content/index.json b/content/index.json
index f5709af50..1892c0216 100644
--- a/content/index.json
+++ b/content/index.json
@@ -1 +1 @@
-[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
+[{"categories":null,"contents":"This page is historical \u0026ldquo;for 
information only\u0026rdquo; - there is no Apache release of Eyeball and the 
code has not been updated for Jena3.\nThe original source code is available. So 
you\u0026rsquo;ve got Eyeball installed and you\u0026rsquo;ve run it on one of 
your files, and Eyeball doesn\u0026rsquo;t like it. You\u0026rsquo;re not sure 
why, or what to do about it. Here\u0026rsquo;s what\u0026rsquo;s going 
on.\nEyeball inspects your model a [...]
\ No newline at end of file
diff --git a/content/index.xml b/content/index.xml
index 4df856345..5abc27aae 100644
--- a/content/index.xml
+++ b/content/index.xml
@@ -873,7 +873,7 @@ Many web log analysers can process this 
format.</description>
       
       
<guid>https://jena.apache.org/documentation/fuseki2/fuseki-modules.html</guid>
       <description>Fuseki modules are a mechanism to include extension code 
into a Fuseki server. Modules are invoked during the process of building a 
Fuseki Main server. A module can modify the server configuration, add new 
functionality, or react to a server being built and started.
-This feature was added in Jena version 4.3.0. It is an expeirmental feature 
that will evolve based on experineace and use cases.
+This feature was added in Jena version 4.3.0. It is an experimental feature 
that will evolve based on feedback and use cases.
 FusekiModules can be provided in two ways:</description>
     </item>
     

Reply via email to