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 2018/06/06 11:18:33 UTC

svn commit: r1833009 - in /jena/site/trunk/content/documentation/tools: eyeball-getting-started.mdtext eyeball-guide.mdtext eyeball-manual.mdtext index.mdtext

Author: andy
Date: Wed Jun  6 11:18:33 2018
New Revision: 1833009

URL: http://svn.apache.org/viewvc?rev=1833009&view=rev
Log:
Disconnect Eyeball

Modified:
    jena/site/trunk/content/documentation/tools/eyeball-getting-started.mdtext
    jena/site/trunk/content/documentation/tools/eyeball-guide.mdtext
    jena/site/trunk/content/documentation/tools/eyeball-manual.mdtext
    jena/site/trunk/content/documentation/tools/index.mdtext

Modified: jena/site/trunk/content/documentation/tools/eyeball-getting-started.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tools/eyeball-getting-started.mdtext?rev=1833009&r1=1833008&r2=1833009&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tools/eyeball-getting-started.mdtext (original)
+++ jena/site/trunk/content/documentation/tools/eyeball-getting-started.mdtext Wed Jun  6 11:18:33 2018
@@ -3,9 +3,12 @@ Title: Eyeball - checking RDF/OWL for co
 Eyeball is a Jena-based tool for checking RDF models (including OWL)
 for common problems. It is user-extensible using plugins.
 
-<b>Note: Jena Eyeball has not been released under the Apache Software License.  
-The [source code is available](https://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/)
-at Apache.</b>
+<b>This page is historical "for information only" - there is no Apache
+release of Eyeball and the code has not been updated for Jena3.  
+<br/>
+The [original source code is available](https://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/).
+</b>
+
 
 ## Documentation index
 
@@ -17,16 +20,9 @@ at Apache.</b>
 
 <!--Please see the [downloads page](/download/index.cgi) for details.-->
 
-<b>Download from SourceForge:
-[Eyeball distribution](http://sourceforge.net/projects/jena/files/Eyeball/Eyeball%202.3/)
-This predates the move of Jena to Apache and is not an Apache release.
-</b>
-
 ## Installation
 
-If you haven't already, download Eyeball <!--[download Eyeball](/download/index.cgi)-->
-and unzip it into a directory of your choice. The download includes all
-of Jena, so it should not require any additional `.jar` files to run.
+Eyeball needs to be compiled from source.
 
 If you have Ant installed, run the Eyeball test suite:
 

Modified: jena/site/trunk/content/documentation/tools/eyeball-guide.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tools/eyeball-guide.mdtext?rev=1833009&r1=1833008&r2=1833009&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tools/eyeball-guide.mdtext (original)
+++ jena/site/trunk/content/documentation/tools/eyeball-guide.mdtext Wed Jun  6 11:18:33 2018
@@ -1,7 +1,10 @@
 Title: A brief guide to Jena Eyeball
 
-This document is a work-in-progress; refer to the
-[manual](eyeball-manual.html) for details when this page doesn't help.
+<b>This page is historical "for information only" - there is no Apache
+release of Eyeball and the code has not been updated for Jena3.  
+<br/>
+The [original source code is available](https://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/).
+</b>
 
 So you've got Eyeball installed and you've run it on one of your
 files, and Eyeball doesn't like it. You're not sure why, or what to

Modified: jena/site/trunk/content/documentation/tools/eyeball-manual.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tools/eyeball-manual.mdtext?rev=1833009&r1=1833008&r2=1833009&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tools/eyeball-manual.mdtext (original)
+++ jena/site/trunk/content/documentation/tools/eyeball-manual.mdtext Wed Jun  6 11:18:33 2018
@@ -1,5 +1,11 @@
 Title: Jena Eyeball manual
 
+<b>This page is historical "for information only" - there is no Apache
+release of Eyeball and the code has not been updated for Jena3.  
+<br/>
+The [original source code is available](https://svn.apache.org/viewvc/jena/Scratch/Eyeball/trunk/).
+</b>
+
 This document describes Eyeball, an
 "[RDF](http://www.w3.org/RDF/)
 [lint](http://en.wikipedia.org/wiki/Lint_programming_tool)".
@@ -47,7 +53,6 @@ user.
 Fetch the Eyeball distribution zipfile and unpack it somewhere
 convenient. Eyeball 2.1 comes with its own copy of Jena 2.5 with CVS updates.
 Do *not* attempt to use other versions of Jena with Eyeball.
-TODO *is this still true? -ed*
 
 In the Eyeball distribution directory, run the Eyeball tests:
 

Modified: jena/site/trunk/content/documentation/tools/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/tools/index.mdtext?rev=1833009&r1=1833008&r2=1833009&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/tools/index.mdtext (original)
+++ jena/site/trunk/content/documentation/tools/index.mdtext Wed Jun  6 11:18:33 2018
@@ -7,11 +7,10 @@ a variety of tasks in developing Jena-ba
 
   - [schemagen](schemagen.html)
   - [using schemagen from maven](schemagen-maven.html)
-  - [eyeball](eyeball-getting-started.html)
 
 ### Setting up your Environment
 
-An environment variable `JENA_HOME ` is used by all the command line tools to configure the class path automatically for you.  You can set this up as follows:
+An environment variable `JENA_HOME` is used by all the command line tools to configure the class path automatically for you.  You can set this up as follows:
 
 **On Linux / Mac**