You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by br...@apache.org on 2007/02/23 08:25:45 UTC

svn commit: r510859 - in /maven/site/trunk/src/site: apt/developers/index.apt apt/maven-developers/ site.xml xdoc/index.xml

Author: brett
Date: Thu Feb 22 23:25:44 2007
New Revision: 510859

URL: http://svn.apache.org/viewvc?view=rev&rev=510859
Log:
Developer Centre was not linked from site.

Removed:
    maven/site/trunk/src/site/apt/maven-developers/
Modified:
    maven/site/trunk/src/site/apt/developers/index.apt
    maven/site/trunk/src/site/site.xml
    maven/site/trunk/src/site/xdoc/index.xml

Modified: maven/site/trunk/src/site/apt/developers/index.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/apt/developers/index.apt?view=diff&rev=510859&r1=510858&r2=510859
==============================================================================
--- maven/site/trunk/src/site/apt/developers/index.apt (original)
+++ maven/site/trunk/src/site/apt/developers/index.apt Thu Feb 22 23:25:44 2007
@@ -1,7 +1,8 @@
  ------
- Developers centre
+ Maven Developer Centre
  ------
  Vincent Siveton
+ Brett Porter
  ------
  October 2006
  ------
@@ -24,12 +25,11 @@
  ~~ http://maven.apache.org/guides/mini/guide-apt-format.html
 
 
-Introduction
+Maven Developer Centre
 
- These pages attempt to list all resources and information related to the Maven development. It contains information
- aimed at developers, committers and PMC members.
+  This documentation centre is for people who are Maven developers, or would like to contribute.
 
- If you cannot find your answers here, feel free to ask the {{{mailto:dev@maven.apache.org}Maven Developer List}}.
+  If you cannot find your answers here, feel free to ask the {{{mailto:dev@maven.apache.org}Maven Developer List}}.
 
 * Contributors Resources
 
@@ -70,3 +70,9 @@
   * {{{http://www.apache.org/dev/}ASF Development Infrastructure Information}}
 
   * {{{http://www.apache.org/foundation/}About the Apache Software Foundation}}
+
+~~TODO: tasks as buttons?
+
+~~TODO: de-dupe with existing documents in community
+
+~~TODO: clean up, have cookbook with more in depth documents like cutting releases, etc.

Modified: maven/site/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/site.xml?view=diff&rev=510859&r1=510858&r2=510859
==============================================================================
--- maven/site/trunk/src/site/site.xml (original)
+++ maven/site/trunk/src/site/site.xml Thu Feb 22 23:25:44 2007
@@ -109,7 +109,7 @@
         <item name="How to mirror" href="/repository/mirror.html" />
 -->
       </item>
-      <item name="Maven Developer Centre" href="/maven-developers/index.html" collapse="true">
+      <item name="Maven Developer Centre" href="/developers/index.html" collapse="true">
         <!-- TODO: under documentation? Review structure under here, aim for consistency -->
         <!-- TODO .... -->
         <item name="Continuous Integration" href="/continuous-integration.html"/>

Modified: maven/site/trunk/src/site/xdoc/index.xml
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/xdoc/index.xml?view=diff&rev=510859&r1=510858&r2=510859
==============================================================================
--- maven/site/trunk/src/site/xdoc/index.xml (original)
+++ maven/site/trunk/src/site/xdoc/index.xml Thu Feb 22 23:25:44 2007
@@ -129,7 +129,7 @@
         </li>
         <li>
           <span style="white-space:nowrap; font-weight: bold; font-size: 1.25em">
-            <a href="maven-developers/index.html">Develop Maven</a>
+            <a href="developers/index.html">Develop Maven</a>
           </span>
           <span style="display: block; margin-bottom: 0.5em">
             Information for those who are currently developers, or interested in becoming developers of the Maven