You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by jv...@apache.org on 2005/10/17 17:07:32 UTC

svn commit: r325909 - /maven/components/trunk/maven-site/src/site/xdoc/index.xml

Author: jvanzyl
Date: Mon Oct 17 08:07:30 2005
New Revision: 325909

URL: http://svn.apache.org/viewcvs?rev=325909&view=rev
Log:
o making the home page scroll free, most things can be reached now
  and i'll keep trying to improve the usability but i like everything
  on one page in site without scrolling.

Modified:
    maven/components/trunk/maven-site/src/site/xdoc/index.xml

Modified: maven/components/trunk/maven-site/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewcvs/maven/components/trunk/maven-site/src/site/xdoc/index.xml?rev=325909&r1=325908&r2=325909&view=diff
==============================================================================
--- maven/components/trunk/maven-site/src/site/xdoc/index.xml (original)
+++ maven/components/trunk/maven-site/src/site/xdoc/index.xml Mon Oct 17 08:07:30 2005
@@ -53,6 +53,12 @@
           </i>
         </li>
         <li>
+          <i>Where is the
+            <a href="guides/index.html">Documentation</a>
+            ?
+          </i>
+        </li>
+        <li>
           <i>Tell me about the
             <a href="about.html#m2-goals">goals of Maven 2.0</a>
           </i>
@@ -113,65 +119,6 @@
           </i>
         </li>
       </ul>
-      <p>
-        <h4>User's Guide</h4>
-      </p>
-      <p>
-        Maven is now simpler than ever to use!
-      </p>
-      <ul>
-        <li>
-          <i>
-            <a href="guides/getting-started/index.html">Getting Started</a>
-          </i>
-        </li>
-        <li>
-          <i>
-            <a href="general.html">General FAQ</a>
-          </i>
-        </li>
-      </ul>
-      <p>
-        <b>More coming soon -</b>
-        we will continue to flesh out the documentation, so stay tuned, and join the
-        <a href="/mail-lists.html">user's mailing list</a>
-        if you have any questions.
-      </p>
-      <subsection name="Developing Maven 2">
-        <p>
-          <h4>Developers and Prospective Contributors</h4>
-        </p>
-        <p>
-          There is plenty of work to be done. If you are interested in getting involved, the following may help:
-        </p>
-        <ul>
-          <li>
-            <i>How can I
-              <a href="about.html#get-involved">get involved</a>
-              ?
-            </i>
-          </li>
-          <li>
-            <i>What
-              <a href="docs-required.html">documentation is needed</a>
-              ?
-            </i>
-          </li>
-          <li>
-            <i>How do I
-              <a href="/developers/building.html">build Maven 2.0</a>
-              ?
-            </i>
-          </li>
-          <li>
-            <i>Draft
-              <a href="http://docs.codehaus.org/display/MAVEN/Home">design documents</a>
-              are in
-              Confluence, until they are implemented and added to the developers section.
-            </i>
-          </li>
-        </ul>
-      </subsection>
     </section>
   </body>
 </document>