Any feedback on this? On 25 February 2015 at 22:43, Stian Soiland-Reyes <[email protected]> wrote: > Clone URL (Committers only): > https://cms.apache.org/redirect?new=stain;action=diff;uri=http://jena.apache.org/documentation%2Fserving_data%2Findex.mdtext > > > .. to avoid linking to snapshot repository - as that is against Apache > policies > > Also some other updates.. this page still needs a bit of work :) > > -- > Stian Soiland-Reyes > [email protected] > > Index: trunk/content/documentation/serving_data/index.mdtext > =================================================================== > --- trunk/content/documentation/serving_data/index.mdtext (revision > 1662319) > +++ trunk/content/documentation/serving_data/index.mdtext (working copy) > @@ -3,25 +3,12 @@ > Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL > Query, > and SPARQL Update using the SPARQL protocol over HTTP. > > -The relevant SPARQL standards are: > > -- [SPARQL 1.1 Query](http://www.w3.org/TR/sparql11-query/ > "http://www.w3.org/TR/sparql11-query/") > -- [SPARQL 1.1 Update](http://www.w3.org/TR/sparql11-update/ > "http://www.w3.org/TR/sparql11-update/") > -- [SPARQL 1.1 Protocol](http://www.w3.org/TR/sparql11-protocol/ > "http://www.w3.org/TR/sparql11-protocol/") > -- [SPARQL 1.1 Graph Store HTTP > Protocol](http://www.w3.org/TR/sparql11-http-rdf-update/ > "http://www.w3.org/TR/sparql11-http-rdf-update/") > - > -These are work-in-progress by the SPARQL working group; > -although the general designs are stable, details may change. Fuseki will > -track the draft standards. > - > -See also: > - > -- [SPARQL Over HTTP](soh.html "SOH") – command-line tools for working with > any SPARQL 1.1 system > - > ## Contents > > - [Download](#download-fuseki) > - [Getting Started](#getting-started-with-fuseki) > +- [SPARQL](#sparql) > - [Security](#security-and-access-control) > - [Logging](#logging) > - [Server URI scheme](#server-uri-scheme) > @@ -31,25 +18,16 @@ > - [Use from Java](#use-from-java) > - [Development System](#development-system) > > + > ## Download Fuseki > > -See the [downloads page](/download/index.cgi) for details of releases. > +See the [downloads page](/download/#jena-fuseki) for details of releases. > > -Snapshot builds are > -available via Apache Maven or can be [downloaded from > here](https://repository.apache.org/content/repositories/snapshots/org/apache/jena/jena-fuseki/). > +The `jena-fuseki-*-distribution` binary contain both the > +Fuseki server and the [SPARQL Over HTTP](soh.html "SOH") > +command line utillities. > > -Choose the version directory, then look for the file > -`fuseki-*VER*.zip`. For snapshots, `*VER*` includes the timestamp and > increment > -number as generated by Maven. > > -**Fuseki download files** > - > -Filename | Description > ---------- | ----------- > -`fuseki-*VER*.distribution.zip` | Fuseki download, includes everything. > -`fuseki-*VER*-server.jar` |Fuseki server, as an executable jar. > -`fuseki-*VER*-SOH.zip` | [SOH (SPARQL Over HTTP)](soh.html "SOH") scripts > - > ## Getting Started With Fuseki > > This section provides a brief guide to getting up and running with > @@ -57,12 +35,12 @@ > [SOH (SPARQL over HTTP)](soh.html) scripts included in the > download. > > -1. Download (this includes the server and the SOH scripts) > -2. Unzip > +1. [Download](/download/#jena-fuseki) the latest > `jena-fuseki-*-distribution` > +2. `unzip` or `tar zxfv` the downloaded file > 3. (Linux) `chmod +x fuseki-server s-*` > 4. Run a server > > - fuseki-server --update --mem /ds > + ./fuseki-server --update --mem /ds > > The server logging goes to the console: > > @@ -79,14 +57,14 @@ > > - SPARQL Query, SPARQL Update, and file upload to a selected > dataset. > -- Link to the documentation (here). > +- Link to the documentation (this page). > - Validators for SPARQL query and update and for non-RDF/XML > formats. > > For the control panel: > > -1. In a browser, go to `http://localhost:3030/` > -2. Click on "Control Panel > +1. In a browser, go to [http://localhost:3030/](http://localhost:3030/) > +2. Click on *Control Panel* > 3. Select the dataset (if set up above, there is only one choice). > > The page offers SPARQL operations and file upload acting on the >
-- Stian Soiland-Reyes Apache Taverna (incubating) http://orcid.org/0000-0001-9842-9718
