Author: fchrist
Date: Fri Jan 13 18:58:47 2012
New Revision: 1231249

URL: http://svn.apache.org/viewvc?rev=1231249&view=rev
Log:
STANBOL-402 Improved navigation. Linked logo to Home

Modified:
    incubator/stanbol/site/trunk/templates/sidenav.mdtext
    incubator/stanbol/site/trunk/templates/skeleton.html

Modified: incubator/stanbol/site/trunk/templates/sidenav.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/sidenav.mdtext?rev=1231249&r1=1231248&r2=1231249&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/stanbol/site/trunk/templates/sidenav.mdtext Fri Jan 13 18:58:47 
2012
@@ -1,16 +1,20 @@
-# Stanbol links
+# Stanbol
   - [Home](/stanbol/index.html)
-  - [Tutorial](/stanbol/docs/trunk/tutorial.html)
-  - [Downloads](/stanbol/docs/trunk/downloads.html)
-  - [Building from Source](/stanbol/docs/trunk/building.html)
+  - [Tutorials](/stanbol/docs/trunk/tutorial.html)
   - [Documentation](/stanbol/docs/trunk/)
+  - [Building](/stanbol/docs/trunk/building.html)
+
+# Project
   - [Mailing Lists](/stanbol/docs/trunk/mailinglists.html)
   - [Issue Tracker](https://issues.apache.org/jira/browse/STANBOL)
   - [Project Team](/stanbol/team.html)
+  - [License](http://www.apache.org/licenses/LICENSE-2.0)
 
-# ASF links
+# [Downloads](/stanbol/docs/trunk/downloads.html)
+  - [Pre-built 
launchers](http://dev.iks-project.eu/downloads/stanbol-launchers/)
+
+# The ASF
   - [Apache Software Foundation](http://www.apache.org)
-  - [License](http://www.apache.org/licenses/LICENSE-2.0)
   - [Thanks](http://www.apache.org/foundation/thanks.html)
   - [Become a Sponsor](http://www.apache.org/foundation/sponsorship.html)
   - [Security](http://www.apache.org/security/)

Modified: incubator/stanbol/site/trunk/templates/skeleton.html
URL: 
http://svn.apache.org/viewvc/incubator/stanbol/site/trunk/templates/skeleton.html?rev=1231249&r1=1231248&r2=1231249&view=diff
==============================================================================
--- incubator/stanbol/site/trunk/templates/skeleton.html (original)
+++ incubator/stanbol/site/trunk/templates/skeleton.html Fri Jan 13 18:58:47 
2012
@@ -27,7 +27,7 @@
 
 <body>
   <div id="navigation"> 
-  <img alt="Apache Stanbol" width="220" height="101" 
src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/>
+  <a href="/index.html"><img alt="Apache Stanbol" width="220" height="101" 
border="0" src="/stanbol/images/stanbol-logo/stanbol-2010-12-14.png"/></a>
   {% filter markdown %}{% include "sidenav.mdtext" %}{% endfilter %}
   </div>
   


Reply via email to