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 2011/12/16 02:56:09 UTC

svn commit: r800324 - in /websites/staging/jena/trunk/content/jena: documentation/io/ documentation/notes/ documentation/ontology/ documentation/query/ documentation/sdb/ documentation/serving_data/ documentation/tdb/ documentation/tools/ download/

Author: buildbot
Date: Fri Dec 16 01:56:08 2011
New Revision: 800324

Log:
Staging update by buildbot

Modified:
    websites/staging/jena/trunk/content/jena/documentation/io/index.html
    websites/staging/jena/trunk/content/jena/documentation/io/iohowto.html
    websites/staging/jena/trunk/content/jena/documentation/notes/concurrency-howto.html
    websites/staging/jena/trunk/content/jena/documentation/notes/file-manager.html
    websites/staging/jena/trunk/content/jena/documentation/notes/model-factory.html
    websites/staging/jena/trunk/content/jena/documentation/ontology/index.html
    websites/staging/jena/trunk/content/jena/documentation/query/download.html
    websites/staging/jena/trunk/content/jena/documentation/sdb/index.html
    websites/staging/jena/trunk/content/jena/documentation/sdb/sdb.html
    websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html
    websites/staging/jena/trunk/content/jena/documentation/tdb/assembler.html
    websites/staging/jena/trunk/content/jena/documentation/tdb/index.html
    websites/staging/jena/trunk/content/jena/documentation/tools/eyeball-getting-started.html
    websites/staging/jena/trunk/content/jena/documentation/tools/index.html
    websites/staging/jena/trunk/content/jena/download/index.html

Modified: websites/staging/jena/trunk/content/jena/documentation/io/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/io/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/io/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -156,7 +158,7 @@
     <p>This section details how Jena parses and generates the various syntaxes used
 to encode RDF, including RDF/XML, Turtle and N-triples.
 ARP is the parsing subsystem in Jena for handling the RDF/XML syntax. Other parsers
-are documented in the RIOT subsystem [TODO link]</p>
+are documented in the <a href="riot.html">RIOT subsystem</a></p>
 <ul>
 <li><a href="iohowto.html#input">Jena RDF I/O how-to</a></li>
 <li><a href="features.html">ARP Features</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/io/iohowto.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/io/iohowto.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/io/iohowto.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -159,7 +161,7 @@ and Writers. The first section gives a q
 I/O subsystem. The other sections are aimed at users wishing to use
 advanced features within the I/O subsystem.</p>
 <p>Note that a new IO subsystem for Jena, named RIOT, is currently in development.
-Further details on RIOT can be found here: [TODO]</p>
+See <a href="riot.html">the RIOT documentation</a> for further details.</p>
 <h2 id="contents">Contents</h2>
 <ul>
 <li><a href="#quick_introduction">Quick Introduction</a><ul>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/concurrency-howto.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/concurrency-howto.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/concurrency-howto.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -177,9 +179,11 @@ the application burden is not high.</p>
 <li>Multiple applications accessing the same persistent model
     (typically, a database).</li>
 </ul>
-<p>Transactions are provided by database-backed models: see the
-<a href="../DB/index.html">database documentation TODO</a> and the
-<a href="../javadoc/com/hp/hpl/jena/rdf/model/Model.html#supportsTransactions()">Model interface to transactions TODO</a>.</p>
+<p>Transactions are provided by persistent models: see the
+<a href="/jena/documenation/sdb">SDB documentation TODO</a> and
+the <a href="/jena/documentation/tdb/tdb_transactions.html">TDB documentation</a>
+for details, and also the
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/model/Model.html#supportsTransactions()">Model interface to transactions</a>.</p>
 <p>This note describes the support for same-JVM, multi-threaded
 applications.</p>
 <h2 id="locks">Locks</h2>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/file-manager.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/file-manager.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/file-manager.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -252,8 +254,8 @@ original URI, not the alternative locati
     com.hp.hpl.jena.util.LocationManager=ALL</p>
 <h3 id="see_also">See also</h3>
 <p>Javadoc:
-<a href="../javadoc/com/hp/hpl/jena/util/FileManager.html">FileManager TODO</a>
-<a href="../javadoc/com/hp/hpl/jena/util/LocationMapper.html">LocationMapper TODO</a></p>
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/util/FileManager.html">FileManager</a>
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/util/LocationMapper.html">LocationMapper</a></p>
   </div>
 
   <div id="footer">

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/model-factory.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/model-factory.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/model-factory.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -206,7 +208,7 @@ returns that model.</p>
 <p>There are other methods, for removing models, additional control
 over create <em>vs</em> open, closing the maker, and looking names up; for
 those consult the
-<a href="../javadoc/com/hp/hpl/jena/rdf/model/ModelMaker.html">ModelMaker javadoc TODO </a>.</p>
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/model/ModelMaker.html">ModelMaker JavaDoc</a>.</p>
 <h3 id="file-based_models">File-based models</h3>
 <p>The method <code>ModelFactory.createFileModelMaker(String)</code> returns a
 <code>ModelMaker</code> which attaches models to filing-system files. The
@@ -326,7 +328,7 @@ allow the reasoner to digest them before
 </ul>
 <p>From where do you fetch your reasoners? From the
 <em>reasoner registry</em>, the class
-<a href="../javadoc/com/hp/hpl/jena/reasoner/ReasonerRegistry.html">ReasonerRegistry TODO</a>.
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/reasoner/ReasonerRegistry.html">ReasonerRegistry</a>.
 This allows reasoners to be looked up by name, but also provides
 some predefined access methods for well-know reasoners:</p>
 <ul>
@@ -356,7 +358,7 @@ in-memory and presents OWL ontologies.</
 <li>
 <p><code>createOntologyModel(OntModelSpec spec, Model base)</code> Creates an
 ontology model according the
-<a href="../javadoc/com/hp/hpl/jena/ontology/OntModelSpec.html">OntModelSpec TODO</a>
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/ontology/OntModelSpec.html">OntModelSpec</a>
 <code>spec</code> which presents the ontology of <code>base</code>.</p>
 </li>
 <li>

Modified: websites/staging/jena/trunk/content/jena/documentation/ontology/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/ontology/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/ontology/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -180,65 +182,21 @@ this in future versions Jena.</p>
 do not need to read them in sequence, though later sections may
 refer to concepts and techniques introduced in earlier sections.
 The sections are:</p>
-<div class="toc">
 <ul>
-<li><a href="#prerequisites">Prerequisites</a><ul>
-<li><a href="#overview">Overview</a><ul>
-<li><a href="#further_assistance">Further assistance</a></li>
+<li><a href="general_concepts">General concepts</a></li>
+<li><a href="running_example_the_eswc_ontology">Running example: the ESWC ontology</a></li>
+<li><a href="creating_ontology_models">Creating ontology models</a></li>
+<li><a href="compound_ontology_documents_and_imports_processing">Compound ontology documents and imports processing</a></li>
+<li><a href="the_generic_ontology_type:_ontresource">The generic ontology type: OntResource</a></li>
+<li><a href="ontology_classes_and_basic_class_expressions">Ontology classes and basic class expressions</a></li>
+<li><a href="ontology_properties">Ontology properties</a></li>
+<li><a href="more_complex_class_expressions">More complex class expressions</a></li>
+<li><a href="instances_or_individuals">Instances or individuals</a></li>
+<li><a href="ontology_meta-data">Ontology meta-data</a></li>
+<li><a href="ontology_inference_overview">Ontology inference: overview</a></li>
+<li><a href="working_with_persistent_ontologies">Working with persistent ontologies</a></li>
+<li><a href="experimental_ontology_tools">Experimental ontology tools</a></li>
 </ul>
-</li>
-<li><a href="#general_concepts">General concepts</a><ul>
-<li><a href="#rdfs">RDFS</a></li>
-<li><a href="#owl">OWL</a></li>
-<li><a href="#damloil">DAML+OIL</a></li>
-<li><a href="#ontology_languages_and_the_jena_ontology_api">Ontology languages and the Jena Ontology API</a></li>
-<li><a href="#ontologies_and_reasoning">Ontologies and reasoning</a></li>
-<li><a href="#rdf-level_polymorphism_and_java">RDF-level polymorphism and Java</a></li>
-</ul>
-</li>
-<li><a href="#running_example_the_eswc_ontology">Running example: the ESWC ontology</a></li>
-<li><a href="#creating_ontology_models">Creating ontology models</a></li>
-<li><a href="#compound_ontology_documents_and_imports_processing">Compound ontology documents and imports processing</a><ul>
-<li><a href="#the_ontology_document_manager">The ontology document manager</a></li>
-<li><a href="#document_manager_policy">Document manager policy</a></li>
-<li><a href="#the_modelmaker_creating_storage_on_demand">The ModelMaker: creating storage on demand</a></li>
-<li><a href="#controlling_imports_processing">Controlling imports processing</a></li>
-<li><a href="#managing_file_references">Managing file references</a></li>
-<li><a href="#specifying_prefixes">Specifying prefixes</a></li>
-<li><a href="#caching_of_imported_models">Caching of imported models</a></li>
-</ul>
-</li>
-<li><a href="#the_generic_ontology_type_ontresource">The generic ontology type: OntResource</a></li>
-<li><a href="#ontology_classes_and_basic_class_expressions">Ontology classes and basic class expressions</a></li>
-<li><a href="#ontology_properties">Ontology properties</a><ul>
-<li><a href="#object_and_datatype_properties">Object and Datatype properties</a></li>
-<li><a href="#functional_properties">Functional properties</a></li>
-<li><a href="#other_property_types">Other property types</a></li>
-</ul>
-</li>
-<li><a href="#more_complex_class_expressions">More complex class expressions</a><ul>
-<li><a href="#restriction_class_expressions">Restriction class expressions</a></li>
-<li><a href="#boolean_class_expressions">Boolean class expressions</a></li>
-<li><a href="#list_expressions">List expressions</a></li>
-<li><a href="#intersection_union_and_complement_class_expressions">Intersection, union and complement class expressions</a></li>
-<li><a href="#enumerated_classes">Enumerated classes</a></li>
-<li><a href="#listing_classes">Listing classes</a></li>
-</ul>
-</li>
-<li><a href="#instances_or_individuals">Instances or individuals</a></li>
-<li><a href="#ontology_meta-data">Ontology meta-data</a></li>
-<li><a href="#ontology_inference_overview">Ontology inference: overview</a><ul>
-<li><a href="#additional_notes">Additional notes</a></li>
-</ul>
-</li>
-<li><a href="#working_with_persistent_ontologies">Working with persistent ontologies</a></li>
-<li><a href="#experimental_ontology_tools">Experimental ontology tools</a></li>
-</ul>
-</li>
-</ul>
-</div>
-<p><em>TODO</em> fix the TOC, may need <a href="https://issues.apache.org/jira/browse/INFRA-3938">https://issues.apache.org/jira/browse/INFRA-3938</a>
-to be fixed first</p>
 <h3 id="further_assistance">Further assistance</h3>
 <p>Hopefully, this document will be sufficient to help most readers
 to get started using the Jena ontology API. For further support,
@@ -1414,7 +1372,7 @@ this class among their domain classes. T
 <code>listDeclaredProperties()</code> attempts to identify the properties that
 are intended to apply to instances of this class. Using
 <code>listDeclaredProperties</code> is explained in detail in the
-<a href="../how-to/rdf-frames.html TODO">RDF frames how-to</a>.</p>
+<a href="/jena/documentation/notes/rdf-frames.html">RDF frames how-to</a>.</p>
 <h2 id="ontology_properties">Ontology properties</h2>
 <p>In an ontology, a <em>property</em> denotes the name of a relationship
 between resources, or between a resource and a data value. It
@@ -2185,7 +2143,7 @@ capability in Jena exists to allow just 
 and used.</p>
 <p>For a complete and thorough description of Jena's inference
 capabilities, please see the
-<a href="../inference/index.html">reasoner documentation TODO</a>. This section of
+<a href="/jena/documentation/inference/">reasoner documentation</a>. This section of
 of the ontology API documentation is intended to serve as only a
 brief guide and overview.</p>
 <p>Recall from the introduction that the reasoners in Jena operate by
@@ -2354,7 +2312,7 @@ data in-memory, then store that into a d
 by the run-time application. Such an off-line processing
 architecture will clearly not be applicable to every application
 problem.</p>
-<p>A <a href="../examples/persistent-ont-model/index.html">sample program TODO</a>
+<p>A <a href="TODO">sample program</a>
 shows the above steps combined, to create an ontology in which both
 base model and imports are stored in a persistent database.</p>
 <h2 id="experimental_ontology_tools">Experimental ontology tools</h2>

Modified: websites/staging/jena/trunk/content/jena/documentation/query/download.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/query/download.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/query/download.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -153,8 +155,7 @@
 
   <div id="content">
     <h1 class="title">ARQ Downloads</h1>
-    <p><a href="https://sourceforge.net/projects/jena/files/ARQ/">ARQ downloads</a>
-<em>TODO</em> - need to change this to point to the Apache download area</p>
+    <p>For details on downloading ARQ, please see the Jena <a href="/jena/downloads/">downloads page</a>.</p>
 <h2 id="subversion">Subversion</h2>
 <p>Access to the live development version, including a complete
 Eclipse project, is available <a href="https://svn.apache.org/repos/asf/incubator/jena/Jena2/ARQ/">via SVN</a></p>

Modified: websites/staging/jena/trunk/content/jena/documentation/sdb/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/sdb/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/sdb/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -175,8 +177,8 @@ line scripts and via the Jena API.</p>
 <li><a href="databases_supported.html">Databases supported</a></li>
 </ul>
 <h2 id="downloads">Downloads</h2>
-<p>SDB is distributed from the Apache Jena project.</p>
-<p><em>TODO: identify download location</em></p>
+<p>SDB is distributed from the Apache Jena project. See the
+<a href="/jena/downloads/">downloads page</a> for details.</p>
 <h2 id="subversion">Subversion</h2>
 <p><a href="https://svn.apache.org/repos/asf/incubator/jena/Jena2/SDB/">SDB subversion repository</a>
 at Apache.</p>

Modified: websites/staging/jena/trunk/content/jena/documentation/sdb/sdb.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/sdb/sdb.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/sdb/sdb.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -170,8 +172,8 @@ line scripts and via the Jena API.</p>
 <li><a href="#database_Notes">Database Notes</a></li>
 </ul>
 <h2 id="downloads">Downloads</h2>
-<p>SDB is distributed from the Apache Jena project.</p>
-<p>TODO: identify download location</p>
+<p>SDB is distributed from the Apache Jena project.
+See the <a href="/jena/downloads">downloads page</a> for details.</p>
 <h2 id="documentation">Documentation</h2>
 <ul>
 <li><a href="installation.html">SDB Installation</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/serving_data/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -184,7 +186,8 @@ track the draft standards.</p>
 <li><a href="#development_system">Development System</a></li>
 </ul>
 <h2 id="download">Download</h2>
-<p><strong>Note</strong> builds will be migrating to the Apache infrastructure very soon. TODO</p>
+<p><strong>Note</strong> builds will be migrating to the Apache infrastructure very soon. See the
+<a href="/jena/downloads">downloads page</a> for details.</p>
 <p>Builds are available from the
 <a href="http://openjena.org/repo/org/openjena/fuseki/">Jena Maven repository</a>
 and also the

Modified: websites/staging/jena/trunk/content/jena/documentation/tdb/assembler.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tdb/assembler.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tdb/assembler.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -153,7 +155,7 @@
 
   <div id="content">
     <h1 class="title">TDB Assembler</h1>
-    <p><a href="TODO">Assemblers</a>
+    <p><a href="/jena/documentation/assembler/">Assemblers</a>
 are a general mechanism in Jena to describe objects to be built,
 often these objects are models and datasets. Assemblers are used
 heavily in

Modified: websites/staging/jena/trunk/content/jena/documentation/tdb/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tdb/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tdb/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -156,7 +158,7 @@
     <p>TDB is a component of
 <a href="http://incubator.apache.org/jena">Jena</a> for RDF storage
 and query, as well as the full range of Jena APIs.
-TDB can be used as a high performance, non-transactional, RDF store
+TDB can be used as a high performance RDF store
 on a single machine. This documentation describes the latest version, unless
 otherwise noted.</p>
 <p>A TDB store can be accessed and managed with the provided command
@@ -186,9 +188,10 @@ for query, update and REST update over H
 <li><a href="optimizer.html">The TDB Optimizer</a></li>
 <li><a href="configuration.html">TDB Configuration</a></li>
 <li><a href="joseki_integration.html">Joseki Integration</a></li>
+<li><a href="tdb_transactions.html">Transactions</a></li>
 </ul>
 <h2 id="downloads">Downloads</h2>
-<p>TODO download locations</p>
+<p>See the <a href="/jena/downloads/">downloads page</a> for details.</p>
 <h2 id="subversion">Subversion</h2>
 <p><a href="https://svn.apache.org/repos/asf/incubator/jena/Jena2/TDB/">TDB Subversion repository</a></p>
   </div>

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 Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -162,10 +164,10 @@ 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>You can download Eyeball from TODO.</p>
+<p>Please see the <a href="/jena/downloads">downloads page</a> for details.</p>
 <p>Eyeball needs Java 5 or later to run.</p>
 <h2 id="installation">Installation</h2>
-<p>If you haven't already, download Eyeball from TODO
+<p>If you haven't already, <a href="/jena/downloads">download Eyeball</a>
 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/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tools/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tools/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -161,7 +163,16 @@ a variety of tasks in developing Jena-ba
 <li><a href="eyeball-getting-started.html">eyeball</a></li>
 </ul>
 <h3 id="how_to_set_up_the_classpath_and_run_jena_command_line_tools">How to set up the CLASSPATH and run Jena command line tools</h3>
-<p>TODO</p>
+<p><strong>On Linux / Mac</strong></p>
+<ul>
+<li><code>export JENAROOT=</code><em>the directory you downloaded Jena to</em></li>
+<li><code>export PATH=$PATH:$JENAROOT/bin</code></li>
+</ul>
+<p><strong>On Windows</strong></p>
+<ul>
+<li><code>SET JENAROOT=</code><em>the directory you downloaded Jena to</em></li>
+<li><code>SET PATH=%PATH%;%JENAROOT%\bat</code></li>
+</ul>
   </div>
 
   <div id="footer">

Modified: websites/staging/jena/trunk/content/jena/download/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/download/index.html (original)
+++ websites/staging/jena/trunk/content/jena/download/index.html Fri Dec 16 01:56:08 2011
@@ -119,6 +119,7 @@
 </li>
 <li><a href="/jena/documentation/io/index.html">I/O</a><ul>
 <li><a href="/jena/documentation/io/iohowto.html">I/O how-to</a></li>
+<li><a href="/jena/documentation/io/riot.html">RIOT</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
@@ -129,6 +130,7 @@
 <li><a href="/jena/documentation/notes/rdf-frames.html">RDF frames</a></li>
 <li><a href="/jena/documentation/notes/reification.html">Reification how-to</a></li>
 <li><a href="/jena/documentation/notes/typed-literals.html">Typed literals how-to</a></li>
+<li><a href="/jena/documentation/notes/iri.html">Support for IRI's</a></li>
 </ul>
 </li>
 <li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
@@ -153,11 +155,26 @@
 
   <div id="content">
     <h1 class="title">Downloading Jena</h1>
-    <p>Official Apache releases:</p>
+    <h3 id="apache_releases">Apache releases</h3>
+<p>You can download official Apache releases from here:</p>
 <ul>
-<li><em>none yet</em></li>
+<li><a href="http://www.apache.org/dist/incubator/jena/">www.apache.org/dist/incubator/jena/</a></li>
 </ul>
-<p>Previous releases (from SourceForge):</p>
+<p>The current release, pending approval by the Apache Incubator board, is Jena 2.7.0:</p>
+<ul>
+<li><a href="http://www.apache.org/dist/incubator/jena/apache-jena/2.7.0-incubating/">www.apache.org/dist/incubator/jena/apache-jena/2.7.0-incubating</a></li>
+</ul>
+<p>At the present time, the Apache Jena release covers the following Jena components:</p>
+<ul>
+<li><a href="https://repository.apache.org/content/repositories/orgapachejena-334/org/apache/jena/jena-core/">Jena Core</a> (version 2.7.0-incubating)</li>
+<li><a href="https://repository.apache.org/content/repositories/orgapachejena-334/org/apache/jena/jena-iri/">Jena IRI</a> (version 0.9.0-incubating)</li>
+<li><a href="https://repository.apache.org/content/repositories/orgapachejena-334/org/apache/jena/jena-arq/">Jena ARQ</a> (version 2.9.0-incubating)</li>
+<li><a href="https://repository.apache.org/content/repositories/orgapachejena-334/org/apache/jena/jena-top/">Jena top</a> -- <em>Jena Top is a Maven multi-module
+    project which integrates the other Jena components</em></li>
+</ul>
+<p>Future Apache Jena releases will include TDB, Fuseki and LARQ.</p>
+<h3 id="previous_releases">Previous releases</h3>
+<p>Previous versions of Jena are available from SourceForge:</p>
 <ul>
 <li><a href="http://sourceforge.net/projects/jena/files/Jena/Jena-2.6.4/">Jena 2.6.4</a></li>
 <li><a href="http://sourceforge.net/projects/jena/files/ARQ/ARQ-2.8.8/">ARQ 2.8.8</a></li>