Author: dennisl
Date: Fri Jul 21 10:41:43 2006
New Revision: 424396

URL: http://svn.apache.org/viewvc?rev=424396&view=rev
Log:
Use standard titles.
Sort meny items.
Fix typo.

Modified:
    maven/plugins/trunk/maven-doap-plugin/src/site/apt/index.apt
    maven/plugins/trunk/maven-doap-plugin/src/site/apt/usage.apt
    maven/plugins/trunk/maven-doap-plugin/src/site/site.xml

Modified: maven/plugins/trunk/maven-doap-plugin/src/site/apt/index.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/apt/index.apt?rev=424396&r1=424395&r2=424396&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/apt/index.apt (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/apt/index.apt Fri Jul 21 
10:41:43 2006
@@ -1,5 +1,5 @@
  ------
- Maven 2 DOAP Plugin
+ Introduction
  ------
  Jason van Zyl
  ------
@@ -8,7 +8,7 @@
 Maven 2 DOAP Plugin
 
   This plugin generates a Description of a Project (DOAP) file from a POM. We 
would like to be able to provide
-  DOAP files for systems that use them as primary input but what to also 
alleviate the burden of maintaining
+  DOAP files for systems that use them as primary input but that would also 
alleviate the burden of maintaining
   two sets of metadata.
 
   Version 1.0 of this plugin is specifically tailored for use by projects at 
Apache, but this will change in

Modified: maven/plugins/trunk/maven-doap-plugin/src/site/apt/usage.apt
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/apt/usage.apt?rev=424396&r1=424395&r2=424396&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/apt/usage.apt (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/apt/usage.apt Fri Jul 21 
10:41:43 2006
@@ -1,5 +1,5 @@
  ------
- Maven 2 DOAP Plugin
+ Usage
  ------
  Jason van Zyl
  ------

Modified: maven/plugins/trunk/maven-doap-plugin/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/maven/plugins/trunk/maven-doap-plugin/src/site/site.xml?rev=424396&r1=424395&r2=424396&view=diff
==============================================================================
--- maven/plugins/trunk/maven-doap-plugin/src/site/site.xml (original)
+++ maven/plugins/trunk/maven-doap-plugin/src/site/site.xml Fri Jul 21 10:41:43 
2006
@@ -34,9 +34,9 @@
 
     <menu name="Overview">
       <item name="Introduction" href="index.html"/>
-      <item name="Usage" href="usage.html"/>
       <item name="Goals" href="plugin-info.html"/>
-      <item name="FAQ" href="faq.html"/>            
+      <item name="Usage" href="usage.html"/>
+      <item name="FAQ" href="faq.html"/>
     </menu>
     ${reports}
   </body>


Reply via email to