You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devicemap.apache.org by bu...@apache.org on 2014/07/30 14:24:31 UTC

svn commit: r917935 - in /websites/staging/devicemap/trunk/content: ./ devicemap/download/ devicemap/download/.htaccess devicemap/download/index.cgi devicemap/download/index.html devicemap/download/maven.html devicemap/download/osgi.html

Author: buildbot
Date: Wed Jul 30 12:24:30 2014
New Revision: 917935

Log:
Staging update by buildbot for devicemap

Added:
    websites/staging/devicemap/trunk/content/devicemap/download/
    websites/staging/devicemap/trunk/content/devicemap/download/.htaccess
    websites/staging/devicemap/trunk/content/devicemap/download/index.cgi   (with props)
    websites/staging/devicemap/trunk/content/devicemap/download/index.html
    websites/staging/devicemap/trunk/content/devicemap/download/maven.html
    websites/staging/devicemap/trunk/content/devicemap/download/osgi.html
Modified:
    websites/staging/devicemap/trunk/content/   (props changed)

Propchange: websites/staging/devicemap/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Wed Jul 30 12:24:30 2014
@@ -1 +1 @@
-1521419
+1614632

Added: websites/staging/devicemap/trunk/content/devicemap/download/.htaccess
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/download/.htaccess (added)
+++ websites/staging/devicemap/trunk/content/devicemap/download/.htaccess Wed Jul 30 12:24:30 2014
@@ -0,0 +1,3 @@
+DirectoryIndex index.cgi
+RewriteBase  /download/
+RewriteRule  ^index\.html$      index.cgi

Added: websites/staging/devicemap/trunk/content/devicemap/download/index.cgi
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/download/index.cgi (added)
+++ websites/staging/devicemap/trunk/content/devicemap/download/index.cgi Wed Jul 30 12:24:30 2014
@@ -0,0 +1,3 @@
+#!/bin/sh
+# Wrapper around the standard mirrors.cgi script
+exec /www/www.apache.org/dyn/mirrors/mirrors.cgi $*
\ No newline at end of file

Propchange: websites/staging/devicemap/trunk/content/devicemap/download/index.cgi
------------------------------------------------------------------------------
    svn:executable = *

Added: websites/staging/devicemap/trunk/content/devicemap/download/index.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/download/index.html (added)
+++ websites/staging/devicemap/trunk/content/devicemap/download/index.html Wed Jul 30 12:24:30 2014
@@ -0,0 +1,149 @@
+<!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="/devicemap/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Apache Jena Releases</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <ul>
+<li><a href="/devicemap/index.html">Home</a></li>
+<li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="/devicemap/team.html">Project Team</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">Apache Jena Releases</h1>
+    <p>Jena is packaged as two downloads which contain the most commonly used portions of the systems:</p>
+<ul>
+<li><strong>apache-jena</strong> &ndash; contains the APIs, SPARQL engine, the TDB native RDF database and command line tools</li>
+<li><strong>jena-fuseki</strong> &ndash; the Jena SPARQL server</li>
+</ul>
+<h2 id="download-mirrors">Download Mirrors</h2>
+<p>[if-any logo]
+<a href="[link]"><img align="right" src="[logo]" border="0"
+/></a>[end]
+The currently selected mirror is <b>[preferred]</b>.  If you encounter a problem with this mirror, please select another mirror.  If all
+mirrors are failing, there are <i>backup</i> mirrors (at the end of the mirrors list) that should be available.</p>
+
+<form action="[location]" method="get" id="SelectMirror">
+Other mirrors: <select name="Preferred">
+[if-any http]
+  [for http]<option value="[http]">[http]</option>[end]
+[end]
+
+[if-any ftp]
+  [for ftp]<option value="[ftp]">[ftp]</option>[end]
+[end]
+[if-any backup]
+  [for backup]<option value="[backup]">[backup]
+  (backup)</option>[end]
+[end]
+</select>
+<input type="submit" value="Change" />
+</form>
+
+<p>You may also consult the <a href="http://www.apache.org/mirrors/">complete list of mirrors</a></p>
+<h3 id="apache-jena">Apache Jena</h3>
+<p>This distribution contains the APIs, SPARQL engine, the TDB native RDF database and a variety of command line scripts and tools for working with these systems.</p>
+<p>The binary distribution may be downloaded at:</p>
+<p><a href="[preferred]/jena/binaries/apache-jena-2.11.2.tar.gz">apache-jena-2.11.2.tar.gz</a>
+(<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.2.tar.gz.md5">MD5</a>, 
+<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.2.tar.gz.asc">PGP</a>)</p>
+<p><a href="[preferred]/jena/binaries/apache-jena-2.11.2.zip">apache-jena-2.11.2.zip</a>
+(<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.2.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/binaries/apache-jena-2.11.2.zip.asc">PGP</a>)</p>
+<p>The source distribution, which includes the source for Fuseki and all modules in the release, may be downloaded at:</p>
+<p><a href="[preferred]/jena/source/jena-2.11.2-source-release.zip">jena-2.11.2-source-release.zip</a>
+(<a href="http://www.apache.org/dist/jena/source/jena-2.11.2-source-release.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/source/jena-2.11.2-source-release.zip.asc">PGP</a>)</p>
+<h3 id="jena-fuseki">Jena Fuseki</h3>
+<p>The binary distribution may be downloaded at:</p>
+<p><a href="[preferred]/jena/binaries/jena-fuseki-1.0.2-distribution.tar.gz">jena-fuseki-1.0.2-distribution.tar.gz</a>
+(<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.2-distribution.tar.gz.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.2-distribution.tar.gz.asc">PGP</a>)</p>
+<p><a href="[preferred]/jena/binaries/jena-fuseki-1.0.2-distribution.zip">jena-fuseki-1.0.2-distribution.zip</a>
+(<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.2-distribution.zip.md5">MD5</a>,
+<a href="http://www.apache.org/dist/jena/binaries/jena-fuseki-1.0.2-distribution.zip.asc">PGP</a>)</p>
+<h3 id="individual-modules">Individual Modules</h3>
+<p>Apache Jena publishes a range of modules beyond those included in the binary distributions (code for all modules may be found in the source distribution).</p>
+<p>Individual modules may be obtained using a dependency manager which can talk to Maven repositories, some modules are only available via Maven.</p>
+<h4 id="maven">Maven</h4>
+<p>See "<a href="maven.html">Using Jena with Apache Maven</a>" for full details.</p>
+<div class="codehilite"><pre><span class="nt">&lt;dependency&gt;</span>
+   <span class="nt">&lt;groupId&gt;</span>org.apache.jena<span class="nt">&lt;/groupId&gt;</span>
+   <span class="nt">&lt;artifactId&gt;</span>apache-jena-libs<span class="nt">&lt;/artifactId&gt;</span>
+   <span class="nt">&lt;type&gt;</span>pom<span class="nt">&lt;/type&gt;</span>
+   <span class="nt">&lt;version&gt;</span>X.Y.Z<span class="nt">&lt;/version&gt;</span>
+<span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<h4 id="source-code">Source code</h4>
+<p>The development codebase is available from SVN.</p>
+<p><a href="https://svn.apache.org/repos/asf/jena/">https://svn.apache.org/repos/asf/jena/</a></p>
+<p>This is mirrored as a git repository on github:</p>
+<p><a href="https://github.com/apache/jena">https://github.com/apache/jena</a></p>
+<h4 id="previous-releases">Previous releases</h4>
+<p>While previous releases are available, we strongly recommend that wherever
+possible users use the latest official Apache releases of Jena in
+preference to using any older versions of Jena.</p>
+<p>Previous Apache Jena releases can be found in the Apache archive area
+at <a href="http://archive.apache.org/dist/jena/">http://archive.apache.org/dist/jena</a></p>
+<script type="text/javascript">
+    document.getElementById("download").setAttribute("class", "active");
+</script>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 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, DeviceMap and the Apache feather and DeviceMap logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>

Added: websites/staging/devicemap/trunk/content/devicemap/download/maven.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/download/maven.html (added)
+++ websites/staging/devicemap/trunk/content/devicemap/download/maven.html Wed Jul 30 12:24:30 2014
@@ -0,0 +1,175 @@
+<!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="/devicemap/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Using Jena with Apache Maven</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <ul>
+<li><a href="/devicemap/index.html">Home</a></li>
+<li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="/devicemap/team.html">Project Team</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 Jena with Apache Maven</h1>
+    <p><a href="http://maven.apache.org">Apache Maven</a> is a tool to help Java projects manage
+their dependencies on library code, such as Jena. By declaring a dependency on
+the core of Jena in your project's <code>pom.xml</code> file, you will get the
+consistent set of library files that Jena depends on automatically added too.</p>
+<p>This page assumes you have Maven installed on your computer. If this is not the case,
+please read and follow <a href="http://maven.apache.org/download.html#Installation">these instructions</a>.</p>
+<h3 id="repositories">Repositories</h3>
+<p>Released maven artifacts are mirrored to the central maven repositories.
+This can take a few days.</p>
+<p>The Jena repositories at Apache are:</p>
+<ul>
+<li><a href="https://repository.apache.org/content/repositories/releases/">https://repository.apache.org/content/repositories/releases/</a> for released versions</li>
+<li><a href="https://repository.apache.org/content/repositories/snapshots/">https://repository.apache.org/content/repositories/snapshots/</a> for development builds.</li>
+</ul>
+<p>Stable Jena releases are automatically mirrored by the central Maven
+repositories, so there will normally be no need to add any extra
+repositories to your <code>pom.xml</code> or <code>settings.xml</code>.</p>
+<h3 id="specifying-jena-as-a-dependency">Specifying Jena as a dependency</h3>
+<p>This is how to specify in your pom.xml file the dependency
+on a version of Jena:</p>
+<div class="codehilite"><pre>  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jena<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>apache-jena-libs<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;type&gt;</span>pom<span class="nt">&lt;/type&gt;</span>
+    <span class="nt">&lt;version&gt;</span>X.Y.Z<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<p>This will transitively resolve all the dependencies for you: <code>jena-core</code>,
+<code>jena-arq</code>, <code>jena-tdb</code> and <code>jena-iri</code> and their dependencies.  </p>
+<p>Note the use of <code>&lt;type&gt;pom&lt;/type&gt;</code> above.  This does not work
+in all tools. An alternative is to depend on <code>jena-tdb</code>, which will pull
+in the other artifacts.</p>
+<div class="codehilite"><pre>  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jena<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jena-tdb<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>a.b.c<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<p>The version number needs to be checked - it is not the same as apache-jena.</p>
+<p>Other modules need to be added separately, for example:</p>
+<div class="codehilite"><pre>  <span class="nt">&lt;dependency&gt;</span>
+    <span class="nt">&lt;groupId&gt;</span>org.apache.jena<span class="nt">&lt;/groupId&gt;</span>
+    <span class="nt">&lt;artifactId&gt;</span>jena-sdb<span class="nt">&lt;/artifactId&gt;</span>
+    <span class="nt">&lt;version&gt;</span>x.y.z<span class="nt">&lt;/version&gt;</span>
+  <span class="nt">&lt;/dependency&gt;</span>
+</pre></div>
+
+
+<p>Please check for the latest versions.</p>
+<p>The full list of artifacts is:</p>
+<ul>
+<li>jena-core</li>
+<li>jena-arq</li>
+<li>jena-iri</li>
+<li>jena-tdb</li>
+<li>jena-fuseki</li>
+<li>jena-text</li>
+<li>jena-spatial</li>
+<li>jena-jdbc-driver-bundle (See <a href="/documentation/jdbc/artifacts.html">Maven artifacts for JDBC</a> for more information)</li>
+<li>jena-maven-tools</li>
+<li>jena-security</li>
+<li>jena-sdb</li>
+<li>jena-parent</li>
+<li>jena-parent</li>
+</ul>
+<p>These artifacts are used to deliver Jena:</p>
+<ul>
+<li>apache-jena - the binary distribution</li>
+<li>apache-jena-libs - a POM to include main <i>jena-...</i> artifacts </li>
+</ul>
+<p>You can run <code>mvn dependency:tree</code> to print the dependency
+tree. </p>
+<h3 id="specifying-dependencies-on-snapshots">Specifying dependencies on SNAPSHOTs</h3>
+<p>If you want to depend on Jena development snapshots, e.g. to get access
+to recent bug fixes, you should add the following to your <code>pom.xml</code>:</p>
+<div class="codehilite"><pre>  <span class="nt">&lt;repository&gt;</span>
+    <span class="nt">&lt;id&gt;</span>apache-repo-snapshots<span class="nt">&lt;/id&gt;</span>
+    <span class="nt">&lt;url&gt;</span>https://repository.apache.org/content/repositories/snapshots/<span class="nt">&lt;/url&gt;</span>
+    <span class="nt">&lt;releases&gt;</span>
+      <span class="nt">&lt;enabled&gt;</span>false<span class="nt">&lt;/enabled&gt;</span>
+    <span class="nt">&lt;/releases&gt;</span>
+    <span class="nt">&lt;snapshots&gt;</span>
+      <span class="nt">&lt;enabled&gt;</span>true<span class="nt">&lt;/enabled&gt;</span>
+    <span class="nt">&lt;/snapshots&gt;</span>
+  <span class="nt">&lt;/repository&gt;</span>
+</pre></div>
+
+
+<h3 id="build-and-install-artifacts-in-your-local-maven-repository">Build and install artifacts in your local Maven repository</h3>
+<p>If you want you can checkout the Jena sources, build the artifacts and
+install them in your local Maven repository, then you simply checkout the source 
+tree and build with maven 
+<code>mvn install</code>. This assumes you have Maven and Subversion installed:</p>
+<div class="codehilite"><pre><span class="n">svn</span> <span class="n">co</span> <span class="n">https</span><span class="p">:</span><span class="o">//</span><span class="n">svn</span><span class="p">.</span><span class="n">apache</span><span class="p">.</span><span class="n">org</span><span class="o">/</span><span class="n">repos</span><span class="o">/</span><span class="n">asf</span><span class="o">/</span><span class="n">jena</span><span class="o">/</span><span class="n">trunk</span><span class="o">/</span> <span class="n">Jena</span>
+<span class="n">cd</span> <span class="n">Jena</span>
+<span class="n">mvn</span> <span class="n">clean</span> <span class="n">install</span>
+</pre></div>
+
+
+<p>Each of the modules can be built on it's own but they
+require the current snapshots and Jena parent POM to be installed.</p>
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 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, DeviceMap and the Apache feather and DeviceMap logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>

Added: websites/staging/devicemap/trunk/content/devicemap/download/osgi.html
==============================================================================
--- websites/staging/devicemap/trunk/content/devicemap/download/osgi.html (added)
+++ websites/staging/devicemap/trunk/content/devicemap/download/osgi.html Wed Jul 30 12:24:30 2014
@@ -0,0 +1,71 @@
+<!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="/devicemap/css/devicemap.css" rel="stylesheet" type="text/css">
+  <title>Apache DeviceMap - Using Jena with OSGi</title>
+  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <!-- TODO favicon
+  <link rel="icon" type="image/png" href="/devicemap/images/devicemap-logo/devicemap-favicon.png"/>
+  -->
+</head>
+
+<body>
+  <div id="navigation"> 
+
+  <img alt="Apache DeviceMap" width="300" height="98" src="/devicemap/images/devicemap-logo/devicemap-logo-300-98.png"/>
+
+  <ul>
+<li><a href="/devicemap/index.html">Home</a></li>
+<li><a href="/devicemap/mailing-lists.html">Mailing Lists</a></li>
+<li><a href="https://issues.apache.org/jira/browse/DMAP">Issue Tracker</a></li>
+<li><a href="/devicemap/getting-started.html">Getting Started</a></li>
+<li><a href="/devicemap/source.html">Source</a></li>
+<li><a href="http://wiki.apache.org/devicemap/">Wiki</a></li>
+<li><a href="/devicemap/team.html">Project Team</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 Jena with OSGi</h1>
+    
+  </div>
+  
+  <div id="footer">
+    <div class="copyright">
+      <p>
+        Copyright &copy; 2010 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, DeviceMap and the Apache feather and DeviceMap logos are trademarks of The Apache Software Foundation.
+      </p>
+    </div>
+  </div>
+  
+</body>
+</html>