Index: src/documentation/content/xdocs/sonar.xml
===================================================================
--- src/documentation/content/xdocs/sonar.xml	(revision 0)
+++ src/documentation/content/xdocs/sonar.xml	(revision 0)
@@ -0,0 +1,45 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Apache Nutch Sonar Analysis</title> 
+</header> 
+
+<body> 
+
+    <section>
+      <title>Sonar Analysis</title> <p><a href="http://www.sonarsource.org/">Sonar</a> is an open platform used to manage code quality. As such, in Apache Nutch we use it to analyse the following 7 axes of code quality:</p>
+<ul>
+  <li>Architectire and Design</li>
+  <li>Duplications</li>
+  <li>Complexity</li>
+  <li>Unit Tests</li>
+  <li>Potential Bugs</li>
+  <li>Coding Rules</li>
+  <li>Comments</li>
+</ul>
+       <p>The Apache Nutch Sonar Analysis can be found on the ASF Sonar instance <a href="https://analysis.apache.org/dashboard/index/81593">here</a>.</p> 
+    </section>
+
+</body>
+
+</document>
Index: src/documentation/content/xdocs/old_downloads.xml
===================================================================
--- src/documentation/content/xdocs/old_downloads.xml	(revision 0)
+++ src/documentation/content/xdocs/old_downloads.xml	(revision 0)
@@ -0,0 +1,35 @@
+<?xml version="1.0"?>
+<!--
+ 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.
+-->
+<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN" 
+          "http://forrest.apache.org/dtd/document-v20.dtd">
+
+<document> 
+
+<header>
+  <title>Older Downloads</title> 
+</header> 
+
+<body> 
+
+    <section>
+      <title>Old Downloads</title> <p>All old Nutch downloads can be found <a href="http://archive.apache.org/dist/nutch/">here</a>. Please note that the versions available here for download are now not configured for general release and are unsupported, in addition it is always recommended by the Nutch development team to use the most recent stable reslease.</p> 
+    </section>
+
+</body>
+
+</document>
Index: src/documentation/content/xdocs/site.xml
===================================================================
--- src/documentation/content/xdocs/site.xml	(revision 1224731)
+++ src/documentation/content/xdocs/site.xml	(working copy)
@@ -54,9 +54,11 @@
   <resources label="Resources">
     <download    label="Download"         href="ext:release" />
     <nightly     label="Nightly builds"   href="nightly.html" />
+    <sonar       label="Sonar Analysis"   href="sonar.html" />
     <contact     label="Mailing Lists"    href="mailing_lists.html" />
     <issues      label="Issue Tracking"   href="issue_tracking.html" />
     <vcs         label="Version Control"  href="version_control.html" />
+    <oldDownload label="Older Downloads"  href="old_downloads.html" />
   </resources>
 
 
