You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by lt...@apache.org on 2007/08/22 09:00:43 UTC

svn commit: r568459 - in /maven/site/trunk: pom.xml src/site/apt/guides/development/guide-helping.apt src/site/apt/run-maven/index.apt src/site/xdoc/index.xml.vm

Author: ltheussl
Date: Wed Aug 22 00:00:42 2007
New Revision: 568459

URL: http://svn.apache.org/viewvc?rev=568459&view=rev
Log:
Use site-plugin snapshot again to test latest doxia. Fix a few links (we need a link checking tool).

Modified:
    maven/site/trunk/pom.xml
    maven/site/trunk/src/site/apt/guides/development/guide-helping.apt
    maven/site/trunk/src/site/apt/run-maven/index.apt
    maven/site/trunk/src/site/xdoc/index.xml.vm

Modified: maven/site/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/pom.xml?rev=568459&r1=568458&r2=568459&view=diff
==============================================================================
--- maven/site/trunk/pom.xml (original)
+++ maven/site/trunk/pom.xml Wed Aug 22 00:00:42 2007
@@ -35,17 +35,9 @@
   <build>
     <plugins>
       <plugin>
-        <!--
-
-             ***********************************
-             NOTE: This will not generate index.html or downloads.html, since they require a feature in 2.0-SNAPSHOT (generating from .vm files).
-             However, using 2.0-SNAPSHOT at present breaks many other links on the pages, and should not be used.
-             ***********************************
-
-        -->
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
-        <version>2.0-beta-5</version>
+        <version>2.0-SNAPSHOT</version>
       </plugin>
     </plugins>
   </build>

Modified: maven/site/trunk/src/site/apt/guides/development/guide-helping.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/guides/development/guide-helping.apt?rev=568459&r1=568458&r2=568459&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/guides/development/guide-helping.apt (original)
+++ maven/site/trunk/src/site/apt/guides/development/guide-helping.apt Wed Aug 22 00:00:42 2007
@@ -13,11 +13,11 @@
 
  * Join the {{{../../mail-lists.html}mailing list}} and answer other user's questions
 
- * Report bugs, feature requests and other issues in the {{{/issue-tracking.html}issue tracking}} application.
+ * Report bugs, feature requests and other issues in the {{{../../issue-tracking.html}issue tracking}} application.
 
  * {{{guide-building-m2.html} Build Maven}} for yourself, in order to fix bugs.
 
- * {{{guide-m2-development.html#Creating and submitting a patch}Submit patches}} to reported issues (both those you find, or that others have filed)
+ * {{{guide-m2-development.html#Creating_and_submitting_a_patch}Submit patches}} to reported issues (both those you find, or that others have filed)
 
  * Help with the documentation by pointing out areas that are lacking or unclear, and if you are so inclined, submitting patches to correct it.
    You can quickly contribute rough thoughts to the {{{http://docs.codehaus.org/display/MAVENUSER} wiki}}, or you can volunteer to help collate and
@@ -54,9 +54,9 @@
   There are a number of conventions used in the project, which contributors and developers alike should follow for
   consistency's sake.
 
-  * {{{guide-m2-development.html#Maven Code Style} Code Style}}
+  * {{{guide-m2-development.html#Maven_Code_Style} Code Style}}
 
-  * {{{guide-m2-development.html#Commit Message Template} Commit Message Template}}
+  * {{{guide-m2-development.html#Commit_Message_Template} Commit Message Template}}
 
 Resources for committers
 

Modified: maven/site/trunk/src/site/apt/run-maven/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/run-maven/index.apt?rev=568459&r1=568458&r2=568459&view=diff
==============================================================================
--- maven/site/trunk/src/site/apt/run-maven/index.apt (original)
+++ maven/site/trunk/src/site/apt/run-maven/index.apt Wed Aug 22 00:00:42 2007
@@ -17,7 +17,7 @@
 
   * {{{../download.html} Download Maven}} - Download the latest version of Maven
 
-  * {{{#Quick Start} Quick Start}} - Get started building the project quickly
+  * {{{Quick_Start} Quick Start}} - Get started building the project quickly
 
   * {{{cookbook/index.html} Cookbook}} - Examples of how to perform other common tasks on a Maven-built project
 

Modified: maven/site/trunk/src/site/xdoc/index.xml.vm
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/index.xml.vm?rev=568459&r1=568458&r2=568459&view=diff
==============================================================================
--- maven/site/trunk/src/site/xdoc/index.xml.vm (original)
+++ maven/site/trunk/src/site/xdoc/index.xml.vm Wed Aug 22 00:00:42 2007
@@ -18,8 +18,8 @@
         <small>(1.3Mb)</small>
         <span style="font-size: smaller">
           <br/>
-          <a href="download.html#requirements">System Requirements</a>,
-          <a href="download.html#installation">Installation Instructions</a>,
+          <a href="download.html#Requirements">System Requirements</a>,
+          <a href="download.html#Installation">Installation Instructions</a>,
           <a href="release-notes.html">Release Notes</a>
         </span>
       </p>
@@ -39,7 +39,7 @@
 
       <h5>Other Maven Projects</h5>
       <p>
-        <a href="continuum">
+        <a href="continuum/">
           <img src="images/continuum.png" border="0" width="76" height="32" style="float: left; margin-right: 1em;" alt="" title="Continuum" />
         Continuum
         </a>
@@ -59,7 +59,7 @@
       </p>
       -->
       <p>
-        <a href="maven-1.x">
+        <a href="maven-1.x/">
           <img src="images/maven-1.x.png" border="0" width="76" height="32" style="float: left; margin-right: 1em;" alt="" title="Maven 1.x" />
         Maven 1.x
         </a>