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/apt/index.apt b/src/site/apt/index.apt
index 01d05dc..b17ec29 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -3,7 +3,7 @@
  -----
  Vincent Siveton
  ------
- 2008-11-01
+ 2010-07-28
  ------
 
 ~~ Licensed to the Apache Software Foundation (ASF) under one
@@ -26,10 +26,10 @@
 ~~ NOTE: For help with the syntax of this file, see:
 ~~ http://maven.apache.org/doxia/references/apt-format.html
 
-Maven Doxia Converter
+Doxia Converter
 
   Doxia Converter is a tool that helps you convert a source
-  document from any supported Doxia format to any other supported Doxia format.
+  document from one supported Doxia format to other supported Doxia format.
 
   Currently, the supported Doxia formats are:
 
diff --git a/src/site/apt/usage.apt.vm b/src/site/apt/usage.apt.vm
index 95ffa05..8711032 100644
--- a/src/site/apt/usage.apt.vm
+++ b/src/site/apt/usage.apt.vm
@@ -65,7 +65,7 @@
 windows-1256, KOI8-R, ISO-8859-9
 +-----+
 
- <<Note>>: The input parameters (i.e. encoding and format) could be auto detected.
+ <<Note>>: The input parameters (i.e. encoding and format) can be autodetected.
 
 * Command Line Execution
 
@@ -77,7 +77,7 @@
     -to apt
 +-----+
 
-  <<Note>>: <<<from>>> parameter could be empty. In this case, Doxia converter try to autodetect the <<<from>>>
+  <<Note>>: The <<<from>>> parameter can be empty. In that case, Doxia converter tries to autodetect the <<<from>>>
   input from the <<<in>>> file parameter.
 
 * Java Usage
diff --git a/src/site/site.xml b/src/site/site.xml
index 46c5717..1964ab0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -21,19 +21,17 @@
  */
  -->
 
-<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 :: Converter">
-      <item name="Overview" href="index.html"/>
+      <item name="Introduction" href="index.html"/>
       <item name="Usage" href="usage.html"/>
     </menu>
 
-    <menu ref="reports"/>
-
   </body>
 
 </project>