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/12/11 15:48:30 UTC

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

Author: andy
Date: Wed Dec 11 14:48:30 2013
New Revision: 1550159

URL: http://svn.apache.org/r1550159
Log:
Reorder documentation list by importance

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=1550159&r1=1550158&r2=1550159&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/index.mdtext (original)
+++ jena/site/trunk/content/documentation/index.mdtext Wed Dec 11 14:48:30 2013
@@ -9,14 +9,15 @@ sections.
 * [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
+* [I/O](./io/) - reading and writing RDF data
 * [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
+* [Ontology](./ontology/) - support for handling OWL models in Jena
+* [TDB](./tdb/) - a fast persistent triple store that stores directly to disk
 * [Javadoc](./javadoc/) - JavaDoc generated from the Jena source
 * [Text Search](./query/text-query.html) - enhanced indexes using Lucene or Solr for more efficient searching of text literals in Jena models and datasets.
-* [I/O](./io/) - notes on input and output of triples to and from Jena models
+* [Spatial Search](./query/spacial-query.html) - enhanced indexes using Lucene or Solr for spaial searches
 * [How-To's](./notes/) - various topic-specific how-to documents
-* [Ontology](./ontology/) - support for handling OWL models in Jena
-* [TDB](./tdb/) - a fast persistent triple store that stores directly to disk
 * [Security](./security/) - a Security (Permissions) wrapper around Jena RDF implementation
 * [JDBC](./jdbc/) - a SPARQL over JDBC driver framework
 * [SQL DB](./sdb/) - constructing persistent Jena models using SQL databases as the storage layer