o Use xml schema
o Remove inherited stuff from site.xml
o Fix typos

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-tools/trunk@980090 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/site/site.xml b/src/site/site.xml
index fedba35..08c7db9 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,18 +21,16 @@
  */
  -->
 
-<project>
+<project xmlns="http://maven.apache.org/DECORATION/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.0 http://maven.apache.org/xsd/decoration-1.0.0.xsd">
 
   <body>
 
     <menu ref="parent"/>
 
     <menu name="Doxia :: LinkCheck">
-      <item name="Overview" href="index.html"/>
+      <item name="Introduction" href="index.html"/>
       <item name="Usage" href="usage.html"/>
     </menu>
 
-    <menu ref="reports"/>
-
   </body>
 </project>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index 8bb511f..c901463 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -18,9 +18,9 @@
 under the License.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties>
-    <title>Index</title>
+    <title>Introduction</title>
     <author email="ltheussl@apache.org">Lukas Theussl</author>
   </properties>
 
@@ -43,10 +43,10 @@
       <ol>
         <li>
           Run an additional on-line check for links that do not exist locally,
-          see this <a href="http://jira.codehaus.org/browse/MSANDBOX-39">JIRA</a>.
+          see this <a href="http://jira.codehaus.org/browse/DOXIA-211">JIRA</a>.
         </li>
-        <li>The ability to include exclude parts of the tree</li>
-        <li>Persists remote url checks across runs</li>
+        <li>The ability to include/exclude parts of the tree</li>
+        <li>Persist remote URL checks across runs</li>
       </ol>
 
     </section>
diff --git a/src/site/xdoc/usage.xml b/src/site/xdoc/usage.xml
index f6ce155..192a9a5 100644
--- a/src/site/xdoc/usage.xml
+++ b/src/site/xdoc/usage.xml
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<document>
+<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
   <properties>
     <title>Usage</title>
     <author email="ltheussl@apache.org">Lukas Theussl</author>