Improve maven website with explicit links and tasks

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137754 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Stephen Colebourne 2004-01-15 21:46:44 +00:00
parent dbfdf06c03
commit 191e144e9c
3 changed files with 53 additions and 4 deletions

View File

@ -2,7 +2,7 @@ maven.checkstyle.properties=checkstyle.xml
maven.junit.fork=true
maven.xdoc.date=left
maven.xdoc.version=${pom.currentVersion}
#maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
maven.xdoc.poweredby.image=maven-feather.png

View File

@ -18,9 +18,14 @@
</links>
<menu name="Commons Lang">
<item name="Overview"
href="/index.html"/>
<item name="Overview" href="/index.html"/>
<!--item name="Users guide" href="/userguide.html"/-->
<item name="Javadoc (2.0 release)" href="api/index.html"/>
<item name="Mailing lists" href="/mail-lists.html"/>
<item name="Team" href="/team-list.html"/>
<item name="Tasks" href="/tasks.html"/>
<item name="CVS" href="http://cvs.apache.org/viewcvs/jakarta-commons/lang/"/>
<item name="Javadoc (CVS latest)" href="apidocs/index.html"/>
</menu>
&commons-nav;

44
xdocs/tasks.xml Normal file
View File

@ -0,0 +1,44 @@
<?xml version="1.0"?>
<document>
<properties>
<title>Commons Lang - Tasks outstanding</title>
<author email="commons-dev@jakarta.apache.org">Commons Documentation Team</author>
</properties>
<body>
<section name="Tasks outstanding">
<p>
The following tasks are on the TODO list:
</p>
<ul>
<li>Write user guide</li>
<li>Improve maven script to generate previous version javadoc as per collections</li>
<li>DateRange/Duration class</li>
<li>DurationFormatUtils to be completed and made public</li>
<li>CloneUtils - utility class to enable cloning via various different mechanisms</li>
<li>CharUtils - Utilities to work on a char[] in the same way as a String</li>
<li>StringBuf - A StringBuffer implementation with additional methods from StringUtils</li>
<li>Money and Currency - Maybe separate project</li>
<li>Code examples - Document as many static methods as possible with example usage</li>
<li>Complete new Tokeniser class</li>
<li>Mutable Number classes - like Integer/Double but mutable</li>
</ul>
<p>
Would you like to Volunteer? If so, contact the <a href="mail-lists.html">mailing lists</a>.
</p>
</section>
</body>
</document>