brett 2005/04/13 23:28:59
Modified: maven-site/src/site/xdoc index.xml navigation.xml
Added: maven-site/src/site/xdoc docs-required.xml
Log:
add required docs
Revision Changes Path
1.10 +21 -2 maven-components/maven-site/src/site/xdoc/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/index.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- index.xml 12 Apr 2005 01:44:37 -0000 1.9
+++ index.xml 14 Apr 2005 06:28:59 -0000 1.10
@@ -141,10 +141,29 @@
</li>
</ul>
<p>
- <b>More coming soon - </b> we will continue to flesh out the
documentation in the next week, so stay tuned,
- and join the
+ <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>
+ <b style="font-size: larger">Developers and Prospective
Contributors</b>
+ </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>
+ </ul>
+ </subsection>
</section>
</body>
</document>
1.7 +4 -1 maven-components/maven-site/src/site/xdoc/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-site/src/site/xdoc/navigation.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- navigation.xml 12 Apr 2005 01:44:37 -0000 1.6
+++ navigation.xml 14 Apr 2005 06:28:59 -0000 1.7
@@ -25,5 +25,8 @@
<item name="Settings Descriptor" href="settings-descriptor.html"/>
<item name="Available Plugins" href="plugin-list.html"/>
</menu>
+ <menu name="Developers">
+ <item name="Documentation Needed" href="docs-required.html"/>
+ </menu>
</body>
-</project>
\ No newline at end of file
+</project>
1.1
maven-components/maven-site/src/site/xdoc/docs-required.xml
Index: docs-required.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Documentation Required</title>
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
<section name="Documentation Required">
<p>
This page lists some of the most pressing documentation needs. If you
feel something is missing, please be sure
to let us know at the
<a href="/mail-lists.html">Maven Users Mailing List</a>.
</p>
<p style="font-size: larger; font-weight: bold">Documentation for
users</p>
<ul>
<li>transitive dependencies</li>
<li>dependency scope</li>
<li>new SNAPSHOT handling -
<i>partially done on Brett's blog</i>
</li>
<li>deployment mechanism</li>
<li>build lifecycle documentation</li>
</ul>
<p style="font-size: larger; font-weight: bold">Documentation for
plugin authors</p>
<ul>
<li>plugin architecture</li>
</ul>
<p style="font-size: larger; font-weight: bold">Documentation for Maven
developers</p>
<ul>
<li>Lifecycle architecture</li>
</ul>
</section>
</body>
</document>