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/10/20 01:18:38 UTC

svn commit: r797235 [3/3] - in /websites/staging/jena/trunk/content/jena: ./ about_jena/ documentation/ documentation/assembler/ documentation/inference/ documentation/io/ documentation/javadoc/ documentation/larq/ documentation/notes/ documentation/on...

Added: websites/staging/jena/trunk/content/jena/documentation/io/standalone.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/io/standalone.html (added)
+++ websites/staging/jena/trunk/content/jena/documentation/io/standalone.html Wed Oct 19 23:18:37 2011
@@ -0,0 +1,334 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+<head>
+<!--
+
+    Licensed to the Apache Software Foundation (ASF) under one or more
+    contributor license agreements.  See the NOTICE file distributed with
+    this work for additional information regarding copyright ownership.
+    The ASF licenses this file to You under the Apache License, Version 2.0
+    (the "License"); you may not use this file except in compliance with
+    the License.  You may obtain a copy of the License at
+
+       http://www.apache.org/licenses/LICENSE- 2.0
+
+    Unless required by applicable law or agreed to in writing, software
+    distributed under the License is distributed on an "AS IS" BASIS,
+    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+    See the License for the specific language governing permissions and
+    limitations under the License.
+-->
+
+  <link href="/jena/css/jena.css" rel="stylesheet" type="text/css">
+  <title>Apache Jena - Using ARP Without Jena</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <script src="/jena/js/jquery-1.6.4.min.js" type="text/javascript"></script>
+  <script src="/jena/js/jena-navigation.js" type="text/javascript"></script>
+</head>
+
+<body>
+  <div id="header">
+    <div id="logoblock">
+    <img alt="Apache Jena" src="/jena/images/jena-logo/jena-logo-small.png"/>
+    </div>
+
+    <div id="titleblock">
+      <h1 class="title">Apache Jena</h1>
+      <div id="topmenu" class="tabbar round-10">
+        <ul>
+        <li class="round-top-8"><a class="round-top-8" href="/jena/index.html" id="home_menu">Home</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/jena/help_and_support/index.html">Support</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/jena/getting_started/index.html">Getting started</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/jena/tutorials/index.html">Tutorials</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/jena/documentation/index.html">Documentation</a></li>
+        </ul>
+      </div>
+    </div>
+  </div>
+
+  <div id="navigation" class="clear">
+  <h1 id="quick_links">Quick links</h1>
+<ul>
+<li><a href="/jena/index.html">Home</a></li>
+<li><a href="/jena/download/index.html">Downloads</a></li>
+<li><a href="/jena/help_and_support/index.html">Help and support</a></li>
+<li><a href="/jena/help_and_support/bugs_and_suggestions.html">Report a bug</a></li>
+<li><a href="/jena/about_jena/roadmap.html">Roadmap</a></li>
+<li><a href="/jena/getting_involved/index.html">Getting involved</a></li>
+<li><a href="/jena/documentation/">Documentation</a></li>
+</ul>
+<h1 id="about_jena">About Jena</h1>
+<ul>
+<li><a href="/jena/index.html">Home</a></li>
+<li><a href="/jena/about_jena/about.html">About Jena</a></li>
+<li><a href="/jena/about_jena/architecture.html">Architecture</a></li>
+<li><a href="/jena/about_jena/roadmap.html">Roadmap</a></li>
+<li><a href="/jena/about_jena/team.html">Project team</a></li>
+</ul>
+<h1 id="download">Download</h1>
+<ul>
+<li><a href="/jena/download/index.html">Downloading Jena</a></li>
+<li><a href="/jena/download/maven.html">Using Maven</a></li>
+<li><a href="/jena/download/osgi.html">Using OSGi</a></li>
+</ul>
+<h1 id="help_and_support">Help and support</h1>
+<ul>
+<li><a href="/jena/help_and_support/index.html">Getting help</a></li>
+<li><a href="/jena/help_and_support/bugs_and_suggestions.html">Bugs and suggestions</a></li>
+</ul>
+<h1 id="getting_started">Getting Started</h1>
+<ul>
+<li><a href="/jena/getting_started/index.html">A first Jena project</a></li>
+<li><a href="/jena/getting_started/rdf_api.html">RDF API overview</a></li>
+<li><a href="/jena/getting_started/sparql.html">Querying RDF with SPARQL</a></li>
+<li><a href="/jena/getting_started/fuseki.html">Serving RDF over HTTP</a></li>
+<li><a href="/jena/getting_started/tell_me_how.html">Tell me how to ...</a></li>
+</ul>
+<h1 id="tutorials">Tutorials</h1>
+<ul>
+<li><a href="/jena/tutorials/index.html">RDF tutorial</a></li>
+<li><a href="/jena/tutorials/sparql.html">SPARQL queries</a></li>
+<li><a href="/jena/tutorials/using_jena_with_eclipse.html">Using Jena with Eclipse</a></li>
+</ul>
+<h1 id="documentation">Documentation</h1>
+<ul>
+<li><a href="/jena/documentation/index.html">Overview</a></li>
+<li><a href="/jena/documentation/javadoc">Javadoc</a></li>
+<li><a href="/jena/documentation/rdf/index.html">RDF</a></li>
+<li><a href="/jena/documentation/query/index.html">SPARQL (ARQ)</a></li>
+<li><a href="/jena/documentation/tdb/index.html">TDB</a></li>
+<li><a href="/jena/documentation/sdb/index.html">SDB</a></li>
+<li><a href="/jena/documentation/larq/index.html">LARQ</a></li>
+<li><a href="/jena/documentation/serving_data/index.html">Serving Data</a></li>
+<li><a href="/jena/documentation/ontology/index.html">Ontology</a></li>
+<li><a href="/jena/documentation/inference/index.html">Inference</a></li>
+<li><a href="/jena/documentation/assembler/index.html">Assembler</a><ul>
+<li><a href="/jena/documentation/assembler/assembler-howto.html">Assembler how-to</a></li>
+<li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
+</ul>
+</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>
+</ul>
+</li>
+<li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
+<li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
+<li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>
+<li><a href="/jena/documentation/notes/file-manager.html">File manager how-to</a></li>
+<li><a href="/jena/documentation/notes/model-factory.html">Model factory how-to</a></li>
+<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>
+</ul>
+</li>
+<li><a href="/jena/documentation/tools/index.html">Tools</a><ul>
+<li><a href="/jena/documentation/tools/schemagen.html">schemagen</a></li>
+</ul>
+</li>
+</ul>
+<h1 id="getting_involved">Getting Involved</h1>
+<ul>
+<li><a href="/jena/getting_involved/index.html">Contributing to Jena</a></li>
+</ul>
+<h1 id="asf_links">ASF links</h1>
+<ul>
+<li><a href="http://www.apache.org">Apache Software Foundation</a></li>
+<li><a href="http://www.apache.org/licenses/LICENSE-2.0">License</a></li>
+<li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+<li><a href="http://www.apache.org/foundation/sponsorship.html">Become a Sponsor</a></li>
+<li><a href="http://www.apache.org/security/">Security</a></li>
+</ul>
+  </div>
+
+  <div id="content">
+    <h1 class="title">Using ARP Without Jena</h1>
+    <p>ARP can be used both as a Jena subsystem, or as a standalone
+RDF/XML parser. This document gives a quick guide to using ARP
+standalone.</p>
+<h2 id="contents">Contents</h2>
+<ul>
+<li><a href="#overview">Overview</a></li>
+<li><a href="#sample">Sample Code</a></li>
+<li><a href="#handlers">ARP Event Handling</a></li>
+<li><a href="#config">Configuring ARP</a></li>
+<li><a href="#interrupt">Interrupting ARP</a></li>
+<li><a href="#sax2rdf">Using Other SAX Sources</a></li>
+<li><a href="#memory">Memory usage</a></li>
+</ul>
+<h2 id="overview">Overview</h2>
+<p>To load an RDF file:</p>
+<ol>
+<li>Create an
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARP.html#ARP()">ARP</a> instance.</li>
+<li>Set parse options, particularly error detection control, using
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#getOptions()">getOptions</a>
+    or
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#setOptionsWith(com.hp.hpl.jena.rdf.arp.ARPOptions)">setOptionsWith</a>.</li>
+<li>Set its handlers, by calling the
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#getHandlers()">getHandlers</a>
+    or
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#setHandlersWith(com.hp.hpl.jena.rdf.arp.ARPHandlers)">setHandlersWith</a>
+    methods, and then.<ul>
+<li>Setting the
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPHandlers.html#setStatementHandler(com.hp.hpl.jena.rdf.arp.StatementHandler)">statement handler</a>.</li>
+<li>Optionally setting the other handlers.</li>
+</ul>
+</li>
+<li>Call a
+    <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARP.html#load(java.io.InputStream,%20java.lang.String)">load</a>
+    method</li>
+</ol>
+<p>Xerces is used for parsing the XML. The SAXEvents generated by
+Xerces are then analysed as RDF by ARP. It is possible to use a
+different source of SAX events.</p>
+<p>Errors may occur in either the XML or the RDF part.</p>
+<h2 id="sample_code">Sample Code</h2>
+<div class="codehilite"><pre>ARP arp = new ARP();
+
+// initialisation - uses ARPConfig interface only.
+arp.getOptions().setLaxErrorMode();
+
+arp.getHandlers().setErrorHandler(new ErrorHandler(){
+    public void fatalError(SAXParseException e){
+           // TODO code
+    }
+    public void error(SAXParseException e){
+            // TODO code
+    }
+    public void warning(SAXParseException e){
+            // TODO code
+    }
+});
+arp.getHandlers().setStatementHandler(new StatementHandler(){
+    public void statement(AResource a, AResource b, ALiteral l){
+            // TODO code
+    }
+    public void statement(AResource a, AResource b, AResource l){
+            // TODO code
+    }
+});
+
+// parsing.
+
+try {
+    // Loading fixed input ...
+    arp.load(new StringReader(
+        &quot;<span class="nt">&lt;rdf:RDF</span>  <span class="na">xmlns:rdf=</span><span class="s">&#39;http://www.w3.org/1999/02/22-rdf-syntax-ns#&#39;</span><span class="nt">&gt;</span>\n&quot;
+        +&quot;<span class="nt">&lt;rdf:Description&gt;&lt;rdf:value</span> <span class="na">rdf:parseType=</span><span class="s">&#39;Literal&#39;</span><span class="nt">&gt;</span>&quot;
+        +&quot;<span class="nt">&lt;b&gt;</span>hello<span class="nt">&lt;/b&gt;&lt;/rdf:value&gt;</span>\n&quot;
+        +&quot;<span class="nt">&lt;/rdf:Description&gt;&lt;/rdf:RDF&gt;</span>&quot;
+    ));
+
+}
+catch (IOException ioe){
+    // something unexpected went wrong
+}
+catch (SAXParseException s){
+    // This error will have been reported
+}
+catch (SAXException ss) {
+    // This error will not have been reported.
+}
+</pre></div>
+
+
+<h2 id="arp_event_handling">ARP Event Handling</h2>
+<p>ARP reports events concerning:</p>
+<ul>
+<li>Triples found in the input.</li>
+<li>Errors in the input.</li>
+<li>Namespace declarations.</li>
+<li>Scope of blank nodes.</li>
+</ul>
+<p>User code is needed to respond to any of these events of interest.
+This is written by implementing any of the relevant interfaces:
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/StatementHandler.html">StatementHandler</a>,
+org.xml.sax.ErrorHandler,
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/NamespaceHandler.html">NamespaceHandler</a>,
+and
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ExtendedHandler.html">ExtendedHandler</a>.</p>
+<p>An individual handler is set by calling the
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#getHandlers()">getHandlers</a>
+method on the ARP instance. This returns an encapsulation of all
+the handlers being used. A specific handler is set by calling the
+appropriate set...Handler method on that object, e.g.
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPHandlers.html#setStatementHandler(com.hp.hpl.jena.rdf.arp.StatementHandler)">setStatementHandler</a>.</p>
+<p>All the handlers can be copied from one ARP instance to another by
+using the
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#setHandlersWith(com.hp.hpl.jena.rdf.arp.ARPHandlers)">setHandlersWith</a>
+method:</p>
+<div class="codehilite"><pre> <span class="n">ARP</span> <span class="n">from</span><span class="p">,</span> <span class="n">to</span><span class="p">;</span>
+ <span class="sr">//</span> <span class="n">initialize</span> <span class="n">from</span> <span class="ow">and</span> <span class="n">to</span>
+ <span class="sr">//</span> <span class="o">...</span>
+
+ <span class="n">to</span><span class="o">.</span><span class="n">setHandlersWith</span><span class="p">(</span><span class="n">from</span><span class="o">.</span><span class="n">getHandlers</span><span class="p">());</span>
+</pre></div>
+
+
+<p>The error handler reports both XML and RDF errors, the former
+detected by Xerces. See
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPHandlers.html#setErrorHandler(org.xml.sax.ErrorHandler)">ARPHandlers.setErrorHandler</a>
+for details of how to distinguish between them.</p>
+<h2 id="configuring_arp">Configuring ARP</h2>
+<p>ARP can be configured to treat most error conditions as warnings or
+to be ignored, and to treat some non-error conditions as warnings
+or errors.</p>
+<p>In addition, the behaviour in response to input that does not have
+an <code>&lt;rdf:RDF&gt;</code> root element is configurable: either to treat the
+whole file as RDF anyway, or to scan the file looking for embedded
+<code>&lt;rdf:RDF&gt;</code> elements.</p>
+<p>As with the handlers, there is an options object that encapsulates
+these settings. It can be accessed using
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPConfig.html#getOptions()"><code>getOptions</code></a>,
+and then individual settings can be made using the methods in
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ARPOptions.html"><code>ARPOptions</code></a>.</p>
+<p>It is also possible to copy all the option settings from one ARP
+instance to another:</p>
+<div class="codehilite"><pre> <span class="n">ARP</span> <span class="n">from</span><span class="p">,</span> <span class="n">to</span><span class="p">;</span>
+ <span class="sr">//</span> <span class="n">initialize</span> <span class="n">from</span> <span class="ow">and</span> <span class="n">to</span> <span class="o">...</span>
+
+ <span class="n">to</span><span class="o">.</span><span class="n">setOptionsWith</span><span class="p">(</span><span class="n">from</span><span class="o">.</span><span class="n">getOptions</span><span class="p">());</span>
+</pre></div>
+
+
+<p>The <a href="iohowto.html#arp_properties">I/O how-to</a> gives some more
+detail about the options settings, although it assumes the use of
+the Jena <code>RDFReader</code> interface.</p>
+<h2 id="interrupting_arp">Interrupting ARP</h2>
+<p>It is possible to interrupt an ARP thread. See the
+<a href="iohowto.html#interrupting_arp">I/O how-to</a> for details.</p>
+<h2 id="using_other_sax_sources">Using Other SAX Sources</h2>
+<p>It is possible to use ARP with other SAX input sources, e.g. from a
+non-Xerces parser, or from an in-memory XML source, such as a DOM
+tree.</p>
+<p>Instead of an ARP instance, you create an instance of
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/SAX2RDF.html">SAX2RDF</a> using
+the <a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/SAX2RDF.html#newInstance(java.lang.String)">newInstance</a>
+method. This can be configured just like an ARP instance, following
+the initialization section of the <a href="#sample">sample code</a>.</p>
+<p>This is used like a SAX2Model instance as
+<a href="sax.html">described elsewhere</a>.</p>
+<h2 id="memory_usage">Memory usage</h2>
+<p>For very large files, ARP does not use any additional memory except
+when either the
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/ExtendedHandler.html#discardNodesWithNodeID()">ExtendedHandler.discardNodesWithNodeID</a>
+returns false or when the
+<a href="/jena/documentation/javadoc/jena/com/hp/hpl/jena/rdf/arp/AResource.html#setUserData(java.lang.Object)">AResource.setUserData</a>
+method has been used. In these cases ARP needs to remember the
+<code>rdf:nodeID</code> usage through the file life time.</p>
+  </div>
+
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2011 The Apache Software Foundation, Licensed under
+        the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.
+        <br />
+        Apache Jena, Jena, the Apache Jena project logo,
+        Apache and the Apache feather logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+
+</body>
+</html>

Modified: websites/staging/jena/trunk/content/jena/documentation/javadoc/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/javadoc/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/javadoc/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/larq/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/larq/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/larq/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/event-handler-howto.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/event-handler-howto.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/event-handler-howto.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/rdf-frames.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/rdf-frames.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/rdf-frames.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/reification.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/reification.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/reification.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/notes/typed-literals.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/notes/typed-literals.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/notes/typed-literals.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/ontology/toc-test.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/ontology/toc-test.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/ontology/toc-test.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/query/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/query/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/query/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/rdf/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/rdf/index.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/rdf/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/documentation/tools/schemagen.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/documentation/tools/schemagen.html (original)
+++ websites/staging/jena/trunk/content/jena/documentation/tools/schemagen.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

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 Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/download/maven.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/download/maven.html (original)
+++ websites/staging/jena/trunk/content/jena/download/maven.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/download/osgi.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/download/osgi.html (original)
+++ websites/staging/jena/trunk/content/jena/download/osgi.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_involved/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_involved/index.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_involved/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_started/fuseki.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_started/fuseki.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_started/fuseki.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_started/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_started/index.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_started/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_started/rdf_api.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_started/rdf_api.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_started/rdf_api.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_started/sparql.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_started/sparql.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_started/sparql.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/getting_started/tell_me_how.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/getting_started/tell_me_how.html (original)
+++ websites/staging/jena/trunk/content/jena/getting_started/tell_me_how.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/help_and_support/bugs_and_suggestions.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/help_and_support/bugs_and_suggestions.html (original)
+++ websites/staging/jena/trunk/content/jena/help_and_support/bugs_and_suggestions.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/help_and_support/faq.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/help_and_support/faq.html (original)
+++ websites/staging/jena/trunk/content/jena/help_and_support/faq.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/help_and_support/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/help_and_support/index.html (original)
+++ websites/staging/jena/trunk/content/jena/help_and_support/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/index.html (original)
+++ websites/staging/jena/trunk/content/jena/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/tutorials/index.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/tutorials/index.html (original)
+++ websites/staging/jena/trunk/content/jena/tutorials/index.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/tutorials/sparql.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/tutorials/sparql.html (original)
+++ websites/staging/jena/trunk/content/jena/tutorials/sparql.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>

Modified: websites/staging/jena/trunk/content/jena/tutorials/using_jena_with_eclipse.html
==============================================================================
--- websites/staging/jena/trunk/content/jena/tutorials/using_jena_with_eclipse.html (original)
+++ websites/staging/jena/trunk/content/jena/tutorials/using_jena_with_eclipse.html Wed Oct 19 23:18:37 2011
@@ -107,6 +107,10 @@
 <li><a href="/jena/documentation/assembler/inside-assemblers.html">Inside assemblers</a></li>
 </ul>
 </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>
+</ul>
+</li>
 <li><a href="/jena/documentation/notes/index.html">Notes</a><ul>
 <li><a href="/jena/documentation/notes/concurrency-howto.html">Concurrency how-to</a></li>
 <li><a href="/jena/documentation/notes/event-handler-howto.html">Event handler how-to</a></li>