Author: andy
Date: Fri May 12 12:30:09 2017
New Revision: 1794966

URL: http://svn.apache.org/viewvc?rev=1794966&view=rev
Log:
Remove (most of) Fusek1 from documentation

Removed:
    jena/site/trunk/content/documentation/serving_data/soh.mdtext
Modified:
    jena/site/trunk/content/documentation/fuseki2/index.mdtext
    jena/site/trunk/content/documentation/index.mdtext
    jena/site/trunk/content/documentation/serving_data/index.mdtext

Modified: jena/site/trunk/content/documentation/fuseki2/index.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/fuseki2/index.mdtext?rev=1794966&r1=1794965&r2=1794966&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/fuseki2/index.mdtext (original)
+++ jena/site/trunk/content/documentation/fuseki2/index.mdtext Fri May 12 
12:30:09 2017
@@ -1,6 +1,6 @@
 Title: Apache Jena Fuseki
 
-> Fuseki2 is a new major revision of Fuseki.
+> Fuseki2 is current revision of Fuseki.
 >
 > - Security support, provided by [Apache Shiro](http://shiro.apache.org/)
 > - New administration user interface for monitoring and managing datasets.
@@ -49,11 +49,6 @@ The Jena users mailing is the place to g
 
 [Email support lists](/help_and_support/#email-support-lists)
 
-## Fuseki 1
-
-Fuseki 1 is stil available for legacy use. 
-[Documentation for Fuseki1](/documentation/serving_data/).
-
 ## Download Fuseki
 
 Releases of Apache Jena Fuseki can be downloaded from one of the mirror sites:
@@ -64,7 +59,8 @@ and previous releases are available from
 We strongly recommend that users use the latest official Apache releases of 
Jena Fuseki in
 preference to any older versions or of development builds.
 
-Fuseki requires Java8 for Fuseki2 v2.3.0 onwards. and Fuseki1 v1.3.0 onwards.
+Fuseki requires Java8 for Fuseki2.
+
 See also the [Jena2/Jena3 migration](/documentation/migrate_jena2_jena3.html) 
notes.
 
 **Fuseki download files**
@@ -125,3 +121,8 @@ Development builds (not a formal release
 
 Source code mirrored to github:
 
[https://github.com/apache/jena/jena-fuseki2](https://github.com/apache/jena/jena-fuseki2)
+
+## Fuseki 1
+
+Fuseki 1 is still available for legacy use. 
+[Documentation for Fuseki1](/documentation/serving_data/).

Modified: jena/site/trunk/content/documentation/index.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/index.mdtext?rev=1794966&r1=1794965&r2=1794966&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/index.mdtext (original)
+++ jena/site/trunk/content/documentation/index.mdtext Fri May 12 12:30:09 2017
@@ -9,7 +9,6 @@ sections.
 * [The RDF API](./rdf/) - the core RDF API in Jena
 * [SPARQL](./query/) - querying and updating RDF models using the SPARQL 
standards
 * [Fuseki](./fuseki2/) - SPARQL server which can present RDF data and answer 
SPARQL queries over HTTP
-* [Fuseki1](./serving_data/) - Fuseki1 documentation
 * [I/O](./io/) - reading and writing RDF data
 * [Elephas](./hadoop) - working with RDF data on Apache Hadoop.
 * [Assembler](./assembler/) - describing recipes for constructing Jena models 
declaratively using RDF

Modified: jena/site/trunk/content/documentation/serving_data/index.mdtext
URL: 
http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/serving_data/index.mdtext?rev=1794966&r1=1794965&r2=1794966&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/serving_data/index.mdtext (original)
+++ jena/site/trunk/content/documentation/serving_data/index.mdtext Fri May 12 
12:30:09 2017
@@ -1,9 +1,8 @@
 Title: Fuseki: serving RDF data over HTTP
 
 ----
-> This page covers Fuseki v1.  As of Jena 2.13.0, there is also 
-> a new version, Fuseki v2. See [Fuseki2 
documentation](/documentation/fuseki2/).
-> Both Fuseki v1 and Fuseki v2 are currently active and maintained.
+> This page covers Fuseki v1.  Fuseki1 is deprecated.
+> See the [Fuseki2 documentation](/documentation/fuseki2/).
 ----
 
 Fuseki is a SPARQL server. It provides REST-style SPARQL HTTP Update, SPARQL 
Query,
@@ -16,10 +15,6 @@ The relevant SPARQL standards are:
 -   [SPARQL 1.1 Protocol](http://www.w3.org/TR/sparql11-protocol/)
 -   [SPARQL 1.1 Graph Store HTTP 
Protocol](http://www.w3.org/TR/sparql11-http-rdf-update/)
 
-See also:
-
--   [SPARQL Over HTTP](soh.html) – command-line tools for working with any 
SPARQL 1.1 system
-
 ## Contents
 
 -   [Download](#download-fuseki1)
@@ -35,14 +30,17 @@ See also:
 
 ## Download Fuseki1
 
-See the [downloads page](/download/#apache-jena-fuseki) for details of
-releases.
+Binaries for Fuseki1 are available from the 
+[maven
+repositories](http://central.maven.org/maven2/org/apache/jena/jena-fuseki1/).
+
+The source code is available in the Apache Jena soyrce release.
 
 ## Getting Started With Fuseki
 
 This section provides a brief guide to getting up and running with
 a simple server installation. It uses the
-[SOH (SPARQL over HTTP)](soh.html) scripts included in the
+[SOH (SPARQL over HTTP)](../fuseki2/soh.html) scripts included in the
 download.
 
 1.  [Download](/download/#jena-fuseki) the latest `jena-fuseki-*-distribution` 


Reply via email to