You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by bu...@apache.org on 2012/01/12 16:31:33 UTC

svn commit: r802462 - in /websites/staging/jena/trunk/content/jena/documentation/tools: eyeball-getting-started.html eyeball-guide.html

Author: buildbot
Date: Thu Jan 12 15:31:33 2012
New Revision: 802462

Log:
Staging update by buildbot for jena

Modified:
    websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-getting-started.html
    websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-guide.html

Modified: websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-getting-started.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-getting-started.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-getting-started.html Thu Jan 12 15:31:33 2012
@@ -157,6 +157,7 @@
     <h1 class="title">Eyeball - checking RDF/OWL for common problems</h1>
     <p>Eyeball is a Jena-based tool for checking RDF models (including OWL)
 for common problems. It is user-extensible using plugins.</p>
+<p><b>Note: Jena Eyeball is currently licnesed under <a href="http://jena.sourceforge.net/license.html">the old jena license</a>.</b></p>
 <h2 id="documentation_index">Documentation index</h2>
 <ul>
 <li>The <a href="eyeball-guide.html">brief guide</a>.</li>
@@ -164,10 +165,13 @@ for common problems. It is user-extensib
 <li>The <a href="/jena/documentation/javadoc/eyeball/index.html">JavaDoc</a>.</li>
 </ul>
 <h2 id="getting_the_eyeball_release">Getting the Eyeball release</h2>
-<p>Please see the <a href="/jena/downloads">downloads page</a> for details.</p>
-<p>Eyeball needs Java 5 or later to run.</p>
+<!--Please see the [downloads page](/jena/downloads) for details.-->
+
+<p><b>Download from SourceForge: 
+<a href="http://sourceforge.net/projects/jena/files/Eyeball/Eyeball%202.3/">Eyeball distribution</a>
+</b></p>
 <h2 id="installation">Installation</h2>
-<p>If you haven't already, <a href="/jena/downloads">download Eyeball</a>
+<p>If you haven't already, download Eyeball <!--klzzwxh:0007-->
 and unzip it into a directory of your choice. The download includes all
 of Jena, so it should not require any additional <code>.jar</code> files to run.</p>
 <p>If you have Ant installed, run the Eyeball test suite:</p>

Modified: websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-guide.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-guide.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-guide.html Thu Jan 12 15:31:33 2012
@@ -194,7 +194,7 @@ own domain-specific property declaration
 
 <p>You can give short names (like <strong>dc</strong> and <strong>rdfs</strong>) to your own
 schemas, or collections of schemas, using an Eyeball <em>config file</em>,
-but you'll have to see the <a href="full.html">manual</a> to find out how.</p>
+but you'll have to see the <a href="eyeball-manual.html">manual</a> to find out how.</p>
 <h2 id="unknown_class_reports">Unknown class reports</h2>
 <p>You may see messages like this:</p>
 <div class="codehilite"><pre><span class="n">class</span> <span class="ow">not</span> <span class="n">declared</span> <span class="n">in</span> <span class="n">any</span> <span class="n">schema:</span> <span class="n">someClassURI</span>