You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by ij...@apache.org on 2012/05/10 18:48:49 UTC

svn commit: r1336789 - in /jena/site/trunk/templates: sidenav.mdtext skeleton.html

Author: ijd
Date: Thu May 10 16:48:49 2012
New Revision: 1336789

URL: http://svn.apache.org/viewvc?rev=1336789&view=rev
Log:
Top-level jena/ directory no longer needed

Modified:
    jena/site/trunk/templates/sidenav.mdtext
    jena/site/trunk/templates/skeleton.html

Modified: jena/site/trunk/templates/sidenav.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/templates/sidenav.mdtext?rev=1336789&r1=1336788&r2=1336789&view=diff
==============================================================================
--- jena/site/trunk/templates/sidenav.mdtext (original)
+++ jena/site/trunk/templates/sidenav.mdtext Thu May 10 16:48:49 2012
@@ -1,79 +1,79 @@
 # Quick links
-  - [Home](/jena/index.html)
-  - [Downloads](/jena/download/index.html)
-  - [Help and support](/jena/help_and_support/index.html)
-  - [Report a bug](/jena/help_and_support/bugs_and_suggestions.html)
-  - [Roadmap](/jena/about_jena/roadmap.html)
-  - [Getting involved](/jena/getting_involved/index.html)
-  - [Documentation](/jena/documentation/)
+  - [Home](/index.html)
+  - [Downloads](/download/index.html)
+  - [Help and support](/help_and_support/index.html)
+  - [Report a bug](/help_and_support/bugs_and_suggestions.html)
+  - [Roadmap](/about_jena/roadmap.html)
+  - [Getting involved](/getting_involved/index.html)
+  - [Documentation](/documentation/)
 
 # About Jena
-  - [Home](/jena/index.html)
-  - [About Jena](/jena/about_jena/about.html)
-  - [Architecture](/jena/about_jena/architecture.html)
-  - [Roadmap](/jena/about_jena/roadmap.html)
-  - [Project team](/jena/about_jena/team.html)
-  - [Related projects](/jena/about_jena/contributions.html)
+  - [Home](/index.html)
+  - [About Jena](/about_jena/about.html)
+  - [Architecture](/about_jena/architecture.html)
+  - [Roadmap](/about_jena/roadmap.html)
+  - [Project team](/about_jena/team.html)
+  - [Related projects](/about_jena/contributions.html)
 
 # Download
-  - [Downloading Jena](/jena/download/index.html)
-  - [Using Maven](/jena/download/maven.html)
-  - [Using OSGi](/jena/download/osgi.html)
+  - [Downloading Jena](/download/index.html)
+  - [Using Maven](/download/maven.html)
+  - [Using OSGi](/download/osgi.html)
 
 # Help and support
-  - [Getting help](/jena/help_and_support/index.html)
-  - [Bugs and suggestions](/jena/help_and_support/bugs_and_suggestions.html)
+  - [Getting help](/help_and_support/index.html)
+  - [Bugs and suggestions](/help_and_support/bugs_and_suggestions.html)
 
 # Getting Started
-  - [A first Jena project](/jena/getting_started/index.html)
-  - [RDF API overview](/jena/getting_started/rdf_api.html)
-  - [Querying RDF with SPARQL](/jena/getting_started/sparql.html)
-  - [Serving RDF over HTTP](/jena/getting_started/fuseki.html)
-  - [Tell me how to ...](/jena/getting_started/tell_me_how.html)
+  - [A first Jena project](/getting_started/index.html)
+  - [RDF API overview](/getting_started/rdf_api.html)
+  - [Querying RDF with SPARQL](/getting_started/sparql.html)
+  - [Serving RDF over HTTP](/getting_started/fuseki.html)
+  - [Tell me how to ...](/getting_started/tell_me_how.html)
 
 # Tutorials
-  - [Tutorials index](/jena/tutorials/index.html)
-  - [RDF tutorial](/jena/tutorials/rdf_api.html)
-  - [SPARQL queries](/jena/tutorials/sparql.html)
-  - [Using Jena with Eclipse](/jena/tutorials/using_jena_with_eclipse.html)
+  - [Tutorials index](/tutorials/index.html)
+  - [RDF tutorial](/tutorials/rdf_api.html)
+  - [SPARQL queries](/tutorials/sparql.html)
+  - [Using Jena with Eclipse](/tutorials/using_jena_with_eclipse.html)
 
 # Documentation
-  - [Overview](/jena/documentation/index.html)
-  - [Javadoc](/jena/documentation/javadoc)
-  - [RDF](/jena/documentation/rdf/index.html)
-  - [SPARQL (ARQ)](/jena/documentation/query/index.html)
-    - [Application API](/jena/documentation/query/app_api.html)
-    - [Command line utilities](/jena/documentation/query/cmds.html)
-  - [TDB](/jena/documentation/tdb/index.html)
-    - [API for Transactions](/jena/documentation/tdb/tdb_transactions.html)
-    - [Dataset Assembler](/jena/documentation/tdb/assembler.html)
-  - [Fuseki: Serving Data](/jena/documentation/serving_data/index.html)
-  - [SDB](/jena/documentation/sdb/index.html)
-  - [LARQ: Free Text Search](/jena/documentation/larq/index.html)
-  - [Ontology](/jena/documentation/ontology/index.html)
-  - [Inference](/jena/documentation/inference/index.html)
-  - [Assembler](/jena/documentation/assembler/index.html)
-    - [Assembler how-to](/jena/documentation/assembler/assembler-howto.html)
-    - [Inside assemblers](/jena/documentation/assembler/inside-assemblers.html)
-  - [I/O](/jena/documentation/io/index.html)
-    - [I/O how-to](/jena/documentation/io/iohowto.html)
-    - [RIOT](/jena/documentation/io/riot.html)
-  - [Notes](/jena/documentation/notes/index.html)
-    - [Concurrency how-to](/jena/documentation/notes/concurrency-howto.html)
-    - [Event handler how-to](/jena/documentation/notes/event-handler-howto.html)
-    - [File manager how-to](/jena/documentation/notes/file-manager.html)
-    - [Model factory how-to](/jena/documentation/notes/model-factory.html)
-    - [RDF frames](/jena/documentation/notes/rdf-frames.html)
-    - [Reification how-to](/jena/documentation/notes/reification.html)
-    - [Typed literals how-to](/jena/documentation/notes/typed-literals.html)
-    - [Support for IRI's](/jena/documentation/notes/iri.html)
-    - [SSE](/jena/documentation/notes/sse.html)
-  - [Tools](/jena/documentation/tools/index.html)
-    - [schemagen](/jena/documentation/tools/schemagen.html)
-    - [eyeball](/jena/documentation/tools/eyeball-getting-started.html)
+  - [Overview](/documentation/index.html)
+  - [Javadoc](/documentation/javadoc)
+  - [RDF](/documentation/rdf/index.html)
+  - [SPARQL (ARQ)](/documentation/query/index.html)
+    - [Application API](/documentation/query/app_api.html)
+    - [Command line utilities](/documentation/query/cmds.html)
+  - [TDB](/documentation/tdb/index.html)
+    - [API for Transactions](/documentation/tdb/tdb_transactions.html)
+    - [Dataset Assembler](/documentation/tdb/assembler.html)
+  - [Fuseki: Serving Data](/documentation/serving_data/index.html)
+  - [SDB](/documentation/sdb/index.html)
+  - [LARQ: Free Text Search](/documentation/larq/index.html)
+  - [Ontology](/documentation/ontology/index.html)
+  - [Inference](/documentation/inference/index.html)
+  - [Assembler](/documentation/assembler/index.html)
+    - [Assembler how-to](/documentation/assembler/assembler-howto.html)
+    - [Inside assemblers](/documentation/assembler/inside-assemblers.html)
+  - [I/O](/documentation/io/index.html)
+    - [I/O how-to](/documentation/io/iohowto.html)
+    - [RIOT](/documentation/io/riot.html)
+  - [Notes](/documentation/notes/index.html)
+    - [Concurrency how-to](/documentation/notes/concurrency-howto.html)
+    - [Event handler how-to](/documentation/notes/event-handler-howto.html)
+    - [File manager how-to](/documentation/notes/file-manager.html)
+    - [Model factory how-to](/documentation/notes/model-factory.html)
+    - [RDF frames](/documentation/notes/rdf-frames.html)
+    - [Reification how-to](/documentation/notes/reification.html)
+    - [Typed literals how-to](/documentation/notes/typed-literals.html)
+    - [Support for IRI's](/documentation/notes/iri.html)
+    - [SSE](/documentation/notes/sse.html)
+  - [Tools](/documentation/tools/index.html)
+    - [schemagen](/documentation/tools/schemagen.html)
+    - [eyeball](/documentation/tools/eyeball-getting-started.html)
 
 # Getting Involved
-  - [Contributing to Jena](/jena/getting_involved/index.html)
+  - [Contributing to Jena](/getting_involved/index.html)
 
 # ASF links
   - [Apache Software Foundation](http://www.apache.org)

Modified: jena/site/trunk/templates/skeleton.html
URL: http://svn.apache.org/viewvc/jena/site/trunk/templates/skeleton.html?rev=1336789&r1=1336788&r2=1336789&view=diff
==============================================================================
--- jena/site/trunk/templates/skeleton.html (original)
+++ jena/site/trunk/templates/skeleton.html Thu May 10 16:48:49 2012
@@ -19,29 +19,29 @@
     limitations under the License.
 -->
 
-  <link href="/jena/css/jena.css" rel="stylesheet" type="text/css">
+  <link href="/css/jena.css" rel="stylesheet" type="text/css">
 
   <title>Apache Jena - {% block title %}{{ headers.title }}{% endblock %}</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>
+  <script src="/js/jquery-1.6.4.min.js" type="text/javascript"></script>
+  <script src="/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"/>
+    <img alt="Apache Jena" src="/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>
+        <li class="round-top-8"><a class="round-top-8" href="/index.html" id="home_menu">Home</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/help_and_support/index.html">Support</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/getting_started/index.html">Getting started</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/tutorials/index.html">Tutorials</a></li>
+        <li class="round-top-8"><a class="round-top-8" href="/documentation/index.html">Documentation</a></li>
         </ul>
       </div>
     </div>