git-svn-id: https://svn.apache.org/repos/asf/xml/commons/trunk@226016 13f79535-47bb-0310-9956-ffa450edef68
70 lines
2.7 KiB
XML
70 lines
2.7 KiB
XML
<?xml version="1.0"?>
|
|
<status>
|
|
|
|
<developers>
|
|
<person name="Shane Curcuru" email="curcuru@apache.org" id="curcuru" />
|
|
<person name="David Crossley" email="crossley@apache.org" id="crossley" />
|
|
<person name="Volunteer needed" email="commons-dev@xml.apache.org" id="open"/>
|
|
<!-- Add more people here -->
|
|
</developers>
|
|
|
|
<todo>
|
|
<!-- Add todo items. @context is an arbitrary string. -->
|
|
<actions priority="high">
|
|
<action context="docs" dev="open">
|
|
Finish initial website. Follow procedure in
|
|
<link href="howto-forrest.html">How-to Forrest</link>
|
|
</action>
|
|
<action context="docs" dev="open">
|
|
Tweak the initial content for the top-level docs.
|
|
</action>
|
|
<action context="build" dev="open">
|
|
Decide how to build separate distributable docs for each "component",
|
|
and how they will also be published to xml-commons website. Best if
|
|
xdocs content can remain in /java with their code. See email:
|
|
<link href="http://marc.theaimsgroup.com/?l=xml-commons-dev&m=103736060229424">draft website for xml-commons using Forrest</link>
|
|
</action>
|
|
</actions>
|
|
<actions priority="medium">
|
|
<action context="docs" dev="open">
|
|
Add top-level documents about each resource that is provided by
|
|
xml-commons.
|
|
</action>
|
|
<action context="build" dev="open">
|
|
Decide directory layout. See email:
|
|
<link href="http://marc.theaimsgroup.com/?l=xml-commons-dev&m=103734209214955">Repository layout</link>
|
|
</action>
|
|
<action context="docs" dev="open">
|
|
Replace the README file at
|
|
<link href="http://xml.apache.org/commons/dist/">http://xml.apache.org/commons/dist/</link>
|
|
</action>
|
|
</actions>
|
|
</todo>
|
|
|
|
<changes>
|
|
<!-- Add new releases here -->
|
|
<release version="0.2" date="2002-11-16">
|
|
<!-- Some action types have associated images. By default, images are
|
|
defined for 'add', 'fix', 'remove' and 'update'. If you add
|
|
src/documentation/resources/images/<foo>.jpg images, these will
|
|
automatically be used for entries of type <foo>. -->
|
|
<!-- Sample action:
|
|
<action dev="JB" type="fix" due-to="Joe Contributor"
|
|
due-to-email="joec@apache.org">
|
|
Fixed a bug in the Foo class.
|
|
</action>
|
|
-->
|
|
<action type="add" context="docs" dev="crossley">
|
|
Added placeholder docs and tabs for components.
|
|
</action>
|
|
</release>
|
|
|
|
<release version="0.1" date="2002-11-14">
|
|
<action type="add" context="docs" dev="crossley">
|
|
Built demo website using Forrest. Gleaned content from
|
|
<code>xml-commons/README.html</code>
|
|
</action>
|
|
</release>
|
|
</changes>
|
|
</status>
|