rvesse commented on code in PR #204: URL: https://github.com/apache/jena-site/pull/204#discussion_r1923350651
########## source/documentation/fuseki2/__index.md: ########## @@ -127,16 +116,15 @@ The Fuseki code is under "jena-fuseki2/": | Code | Purpose | |---------------|--| -| jena-fuseki-core | The Fuseki engine. All SPARQL operations. -| <b>Fuseki/Main</b> | | -| jena-fuseki-main | Embedded server and command line -| jena-fuseki-server | Build the combined jar for Fusek/main server | -| jena-fuseki-docker | Build a docker conntained based on Fusek/main | -| <b>Webapp </b> | | -| jena-fuseki-webapp | Web application and command line startup | -| jena-fuseki-fulljar | Build the combined jar for Fuseki/UI server | -| jena-fuseki-war | Build the war file for Fusek/UI server | -| apache-jena-fuseki | The download for Fuskei | +| jena-fuseki-main | The Fuseki server | +| jena-fuseki-core | The Fuseki engine | +| jena-fuseki-server | Build the combined jar for Fusek/main server | Review Comment: ```suggestion | jena-fuseki-server | Build the combined jar for Fuseki/main server | ``` ########## source/documentation/fuseki2/__index.md: ########## @@ -127,16 +116,15 @@ The Fuseki code is under "jena-fuseki2/": | Code | Purpose | |---------------|--| -| jena-fuseki-core | The Fuseki engine. All SPARQL operations. -| <b>Fuseki/Main</b> | | -| jena-fuseki-main | Embedded server and command line -| jena-fuseki-server | Build the combined jar for Fusek/main server | -| jena-fuseki-docker | Build a docker conntained based on Fusek/main | -| <b>Webapp </b> | | -| jena-fuseki-webapp | Web application and command line startup | -| jena-fuseki-fulljar | Build the combined jar for Fuseki/UI server | -| jena-fuseki-war | Build the war file for Fusek/UI server | -| apache-jena-fuseki | The download for Fuskei | +| jena-fuseki-main | The Fuseki server | +| jena-fuseki-core | The Fuseki engine | +| jena-fuseki-server | Build the combined jar for Fusek/main server | +| jena-fuseki-access | [Data access control](fuseki-data-access-control.html) | +| apache-jena-fuseki | The download for Fuseki | | <b>Other</b> | | -| jena-fuseki-access | [Data access control](fuseki-data-access-control.html) | +| jena-fuseki-docker | Build a docker container for Fuseki | | jena-fuseki-geosparql | Integration for GeoSPARQL | +| <b>Webapp</b> | | +| jena-fuseki-webapp | Web application and command line startup | +| jena-fuseki-fulljar | Build the combined jar for Fuseki/UI server | +| jena-fuseki-war | Build the war file for Fusek/UI server | Review Comment: ```suggestion | jena-fuseki-war | Build the war file for Fuseki/UI server | ``` ########## source/documentation/fuseki2/fuseki-server.md: ########## @@ -1,15 +1,17 @@ --- -title: Running Fuseki with UI +title: Running Fuseki --- -Fuseki/UI can be run in a number of ways: +Fuseki can be run as: -* [As a standalone server](#fuseki-standalone-server) -* [As a service](#fuseki-service) run by the operation system, for example, started when the machine boots +* [As a standalone server with UI](#fuseki-standalone-server) +* [As a service](#fuseki-service) run by the operation system, + for example, started when the machine boots +* Embbeded in an application, with or without a UI * [As a Web Application](#fuseki-web-application) inside a container such as Apache Tomcat or Jetty. -Fuseki is also packaged as a plain server ["Fuseki Main"](fuseki-main.html) -with no UI for use as a configurable SPARQL server, for [building as a Docker +Fuseki is also packaged as a plain server ["Fuseki Plain"](fuseki-plain.html) +with no UI for use as a configurable SPARQL server for [building as a Docker container](fuseki-docker.html), and as a deployment and development standalone server. It supports the arguments used by the standalone server. Review Comment: Even as someone who's contributed to, and used Fuseki heavily, I find myself confused reading the docs, and the mailing list discussions, on what packaging contains what features in the 5.3.0 release. Maybe a simple table with ticks and crosses to clarify things e.g. | Distribution | SPARQL Protocols? | Admin API? | UI? | Embeddable? | |-------------|--------------------|-------------|----|---------------| | `jena-fuseki-main` | ✅ | ✅ | ✅ | ❌ | | `jena-fuseki-server` | ✅ | ✅ | ❌ | ✅ | | `jena-fuseki-webapp` | ✅ | ❌ | ✅ | ❓(Depends on Server) | That example of course assumes I have managed to follow the documentation correctly which I'm not convinced I have...? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@jena.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org