scolebourne 2004/01/15 13:46:44
Modified: lang project.properties
lang/xdocs navigation.xml
Added: lang/xdocs tasks.xml
Log:
Improve maven website with explicit links and tasks
Revision Changes Path
1.8 +1 -1 jakarta-commons/lang/project.properties
Index: project.properties
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/project.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- project.properties 15 Jan 2004 06:34:23 -0000 1.7
+++ project.properties 15 Jan 2004 21:46:44 -0000 1.8
@@ -2,7 +2,7 @@
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
1.3 +8 -3 jakarta-commons/lang/xdocs/navigation.xml
Index: navigation.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/lang/xdocs/navigation.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- navigation.xml 15 Jan 2004 03:57:52 -0000 1.2
+++ navigation.xml 15 Jan 2004 21:46:44 -0000 1.3
@@ -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;
1.1 jakarta-commons/lang/xdocs/tasks.xml
Index: tasks.xml
===================================================================
<?xml version="1.0"?>
<document>
<properties>
<title>Commons Lang - Tasks outstanding</title>
<author email="[EMAIL PROTECTED]">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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]