remm 01/04/19 21:27:43 Modified: httpclient PROPOSAL.html STATUS.html Log: - Add a first round of action items. Revision Changes Path 1.2 +1 -1 jakarta-commons-sandbox/httpclient/PROPOSAL.html Index: PROPOSAL.html =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/httpclient/PROPOSAL.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- PROPOSAL.html 2001/04/20 00:01:24 1.1 +++ PROPOSAL.html 2001/04/20 04:27:42 1.2 @@ -73,7 +73,7 @@ <li>Bugzilla - New component "HTTP Client" under the "Commons" product category, with appropriate version identifiers as needed.</li> -<li>Jyve FAQ - New category "commons-http" (when available).</li> +<li>Jyve FAQ - New category "commons-httpclient" (when available).</li> </ul> 1.2 +40 -1 jakarta-commons-sandbox/httpclient/STATUS.html Index: STATUS.html =================================================================== RCS file: /home/cvs/jakarta-commons-sandbox/httpclient/STATUS.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- STATUS.html 2001/04/20 00:01:24 1.1 +++ STATUS.html 2001/04/20 04:27:42 1.2 @@ -7,11 +7,12 @@ <div align="center"> <h1>The Jakarta Commons <em>HTTP Client</em> Component</h1> -$Id: STATUS.html,v 1.1 2001/04/20 00:01:24 remm Exp $<br> +$Id: STATUS.html,v 1.2 2001/04/20 04:27:42 remm Exp $<br> <a href="#Introduction">[Introduction]</a> <a href="#Dependencies">[Dependencies]</a> <a href="#Release Info">[Release Info]</a> <a href="#Committers">[Committers]</a> +<a href="#Action Items">[Action Items]</a> <br><br> </div> @@ -61,6 +62,44 @@ <li>Juergen Pill</li> <li>Costin Manolache</li> </ul> + +<a name="Action Items"></a> +<h3>5. ACTION ITEMS</h3> + +<p>The following action items need to be completed prior to a Version 1.0 +release of this component:</p> + +<table border="1"> + + <tr> + <th width="80%">Action Item</th> + <th width="20%">Volunteer</th> + </tr> + + <tr> + <td><strong>Unit Tests</strong>. Create unit tests for some of the + included classes, whenever possible.</td> + <td align="center"> </td> + </tr> + + <tr> + <td><strong>Developer Documentation</strong>. Create simple Developer's + Guide documentation for this component.</td> + <td align="center"> </td> + </tr> + + <tr> + <td><strong>DIGEST Authentication Support</strong>.</td> + <td align="center"> </td> + </tr> + + <tr> + <td><strong>Developer Documentation</strong>. Create simple Developer's + Guide documentation for this component.</td> + <td align="center"> </td> + </tr> + +</table> </body> </html>
