You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2013/01/19 14:29:58 UTC

svn commit: r1435541 - /jena/site/trunk/content/documentation/index.mdtext

Author: andy
Date: Sat Jan 19 13:29:58 2013
New Revision: 1435541

URL: http://svn.apache.org/viewvc?rev=1435541&view=rev
Log:
Use the name "Fuseki" as people seem to have hear of it.

Modified:
    jena/site/trunk/content/documentation/index.mdtext

Modified: jena/site/trunk/content/documentation/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/index.mdtext?rev=1435541&r1=1435540&r2=1435541&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/index.mdtext (original)
+++ jena/site/trunk/content/documentation/index.mdtext Sat Jan 19 13:29:58 2013
@@ -8,6 +8,7 @@ sections.
 ##Documentation index
 * [The RDF API](./rdf/) - the core RDF API in Jena
 * [SPARQL](./query/) - querying and updating RDF models using the SPARQL standards
+* [Fuseki](./serving_data/) - SPARQL server which can present RDF data and answer SPARQL queries over HTTP
 * [Assembler](./assembler/) - describing recipes for constructing Jena models declaratively using RDF
 * [Inference](./inference/) - using the Jena rules engine and other inference algorithms to derive consequences from RDF models
 * [Javadoc](./javadoc/) - JavaDoc generated from the Jena source
@@ -15,8 +16,7 @@ sections.
 * [I/O](./io/) - notes on input and output of triples to and from Jena models
 * [How-To's](./notes/) - various topic-specific how-to documents
 * [Ontology](./ontology/) - support for handling OWL models in Jena
-* [SQL DB](./sdb/) - constructing persistent Jena models using SQL databases as the storage layer
 * [TDB](./tdb/) - a fast persistent triple store that stores directly to disk without requiring a relational store
-* [Serving RDF data](./serving_data/) - servers which can present RDF data and answer SPARQL queries over HTTP
+* [SQL DB](./sdb/) - constructing persistent Jena models using SQL databases as the storage layer
 * [Tools](./tools/) - various command-line tools and utilities to help developers manage RDF data and other aspects of Jena