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 2015/03/15 20:44:27 UTC

svn commit: r1666833 - in /jena/site/trunk/content: documentation/query/ documentation/sdb/ documentation/tdb/ getting_started/

Author: andy
Date: Sun Mar 15 19:44:27 2015
New Revision: 1666833

URL: http://svn.apache.org/r1666833
Log:
Route Fuseki links to /fuseki2/

Modified:
    jena/site/trunk/content/documentation/query/arq-query-eval.mdtext
    jena/site/trunk/content/documentation/query/index.mdtext
    jena/site/trunk/content/documentation/query/sparql-remote.mdtext
    jena/site/trunk/content/documentation/sdb/fuseki_integration.mdtext
    jena/site/trunk/content/documentation/tdb/assembler.mdtext
    jena/site/trunk/content/documentation/tdb/faqs.mdtext
    jena/site/trunk/content/documentation/tdb/index.mdtext
    jena/site/trunk/content/documentation/tdb/tdb_transactions.mdtext
    jena/site/trunk/content/getting_started/fuseki.mdtext
    jena/site/trunk/content/getting_started/index.mdtext

Modified: jena/site/trunk/content/documentation/query/arq-query-eval.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/arq-query-eval.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/arq-query-eval.mdtext (original)
+++ jena/site/trunk/content/documentation/query/arq-query-eval.mdtext Sun Mar 15 19:44:27 2015
@@ -110,7 +110,7 @@ the internal data-structure for the alge
 The [online SPARQL validator](http://www.sparql.org/validator.html)
 at [sparql.org](http://sparql.org/) can be used to see the algebra
 expression for a SPARQL query. This validator is also include in
-[Fuseki](../serving_data/).
+[Fuseki](../fuseki2/).
 
 ### High-Level Optimization and Transformations
 

Modified: jena/site/trunk/content/documentation/query/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/index.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/index.mdtext (original)
+++ jena/site/trunk/content/documentation/query/index.mdtext Sun Mar 15 19:44:27 2015
@@ -83,7 +83,7 @@ ARQ supports the W3C standard SPARQL Upd
 
 ## See Also
 
-- [Fuseki](../serving_data/index.html) - Server implementation of the SPARQL protocol.
+- [Fuseki](../fuseki2/index.html) - Server implementation of the SPARQL protocol.
 - [TDB - A SPARQL database for Jena](../tdb), a pure Java persistence layer for large graphs, high performance applications and embedded use.
 - [SDB - A SPARQL database for Jena](../sdb), using SQL databases.
 

Modified: jena/site/trunk/content/documentation/query/sparql-remote.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/sparql-remote.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/sparql-remote.mdtext (original)
+++ jena/site/trunk/content/documentation/query/sparql-remote.mdtext Sun Mar 15 19:44:27 2015
@@ -6,7 +6,7 @@ SPARQL is a
 The remote access protocol can be used with plain HTTP or over
 [SOAP](http://www.w3.org/TR/soap12-part0/).
 
-See [Fuseki](../serving_data/index.html) for an implementation of the
+See [Fuseki](../fuseki2/index.html) for an implementation of the
 SPARQL protocol over HTTP. Fuseki uses ARQ to provide SPARQL 
 query access to Jena models, including Jena persistent models.
 

Modified: jena/site/trunk/content/documentation/sdb/fuseki_integration.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/sdb/fuseki_integration.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/sdb/fuseki_integration.mdtext (original)
+++ jena/site/trunk/content/documentation/sdb/fuseki_integration.mdtext Sun Mar 15 19:44:27 2015
@@ -1,6 +1,6 @@
 Title: SDB Fuseki Integration
 
-[Fuseki](../serving_data/index.html "Apache Jena Fuseki") is a server
+[Fuseki](../fuseki2/index.html) is a server
 that implements the SPARQL protocol for HTTP. It can be used to
 give a SPARQL interface to an SDB installation.
 

Modified: jena/site/trunk/content/documentation/tdb/assembler.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/assembler.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/assembler.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/assembler.mdtext Sun Mar 15 19:44:27 2015
@@ -3,7 +3,7 @@ Title: TDB Assembler
 [Assemblers](/documentation/assembler/)
 are a general mechanism in Jena to describe objects to be built,
 often these objects are models and datasets. Assemblers are used
-heavily in [Fuseki](../serving_data/) for
+heavily in [Fuseki](../fuseki2/) for
 dataset and model descriptions, for example.
 
 SPARQL queries operate over an
@@ -24,7 +24,7 @@ program code.
 
 ## Dataset
 
-This is needed for use in [Fuseki](../serving_data/ "Fuseki").
+This is needed for use in [Fuseki](../fuseki2/ "Fuseki").
 
 A dataset can be constructed in an assembler file:
 

Modified: jena/site/trunk/content/documentation/tdb/faqs.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/faqs.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/faqs.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/faqs.mdtext Sun Mar 15 19:44:27 2015
@@ -39,7 +39,7 @@ controlling the database directory and f
 From 1.1.0 onwards TDB includes automatic prevention of multi-JVM usage which prevents this under most circumstances and helps
 protect your data from corruption.
 
-If you wish to share a TDB dataset between applications use our [Fuseki](../serving_data/) component which provides a 
+If you wish to share a TDB dataset between applications use our [Fuseki](../fuseki2/) component which provides a 
 database server. Fuseki supports [SPARQL Query](http://www.w3.org/TR/sparql11-query/),
 [SPARQL Update](http://www.w3.org/TR/sparql11-update/) and the [SPARQL Graph Store protocol](http://www.w3.org/TR/sparql11-http-rdf-update/).
 Applications should be written in terms of these protocols using the relevant Jena APIs, this has the added benefit of making your

Modified: jena/site/trunk/content/documentation/tdb/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/index.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/index.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/index.mdtext Sun Mar 15 19:44:27 2015
@@ -12,9 +12,11 @@ line scripts and via the Jena API.  When
 a TDB dataset is protected against corruption, unexpected process terminations and system crashes.
 
 A TDB dataset **should** only be directly accessed from a single JVM at a time otherwise data corruption
-may occur.   From 1.1.0 onwards TDB includes automatic protection against multi-JVM usage which prevents this
-under most circumstances. If you wish to share a TDB dataset between multiple applications please use our
-[Fuseki](../serving_data/) component which provides a SPARQL server that
+may occur.  From 1.1.0 onwards TDB includes automatic protection against multi-JVM usage which prevents this
+under most circumstances. 
+
+If you wish to share a TDB dataset between multiple applications please use our
+[Fuseki](../fuseki2/) component which provides a SPARQL server that
 can use TDB for persistent storage and provides the SPARQL protocols
 for query, update and REST update over HTTP.  
 

Modified: jena/site/trunk/content/documentation/tdb/tdb_transactions.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tdb/tdb_transactions.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tdb/tdb_transactions.mdtext (original)
+++ jena/site/trunk/content/documentation/tdb/tdb_transactions.mdtext Sun Mar 15 19:44:27 2015
@@ -225,7 +225,7 @@ and must be rebuilt from the original so
 controlling the database directory and files.  From 1.1.0 onwards TDB includes automatic prevention against multi-JVM
 which prevents this under most circumstances.
 
-Use our [Fuseki](../serving_data/) component to provide a
+Use our [Fuseki](../fuseki2/) component to provide a
 database server for multiple applications. Fuseki supports 
 [SPARQL Query](http://www.w3.org/TR/sparql11-query/),
 [SPARQL Update](http://www.w3.org/TR/sparql11-update/) and the

Modified: jena/site/trunk/content/getting_started/fuseki.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_started/fuseki.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/getting_started/fuseki.mdtext (original)
+++ jena/site/trunk/content/getting_started/fuseki.mdtext Sun Mar 15 19:44:27 2015
@@ -5,7 +5,7 @@ This section will shortly contain some e
 using Jena for RDF processing. In the meantime, please see the following
 resources for help:
 
-  - [Fuseki overview](/documentation/serving_data/index.html)
+  - [Fuseki](/documentation/fuseki2/index.html)
 
 ## Other resources
 

Modified: jena/site/trunk/content/getting_started/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_started/index.mdtext?rev=1666833&r1=1666832&r2=1666833&view=diff
==============================================================================
--- jena/site/trunk/content/getting_started/index.mdtext (original)
+++ jena/site/trunk/content/getting_started/index.mdtext Sun Mar 15 19:44:27 2015
@@ -23,7 +23,7 @@ The following topics are covered in the
 
 * [The RDF API](/documentation/rdf/) - the core RDF API in Jena
 * [SPARQL](/documentation/query/) - querying and updating RDF models using the SPARQL standards
-* [Fuseki](/documentation/serving_data/) - SPARQL server which can present RDF data and answer SPARQL queries over HTTP
+* [Fuseki](/documentation/fuseki2/) - SPARQL server which can present RDF data and answer SPARQL queries over HTTP
 * [Assembler](/documentation/assembler/) - describing recipes for constructing Jena models declaratively using RDF
 * [Inference](/documentation/inference/) - using the Jena rules engine and other inference algorithms to derive consequences from RDF models
 * [Javadoc](/documentation/javadoc/) - JavaDoc generated from the Jena source