dion 02/04/23 00:59:03
Modified: latka/src/docbook status.xml
Log:
Removed todo entries
Revision Changes Path
1.2 +2 -33 jakarta-commons/latka/src/docbook/status.xml
Index: status.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/latka/src/docbook/status.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- status.xml 22 Apr 2002 15:48:32 -0000 1.1
+++ status.xml 23 Apr 2002 07:59:03 -0000 1.2
@@ -8,7 +8,7 @@
Author: Doug Sale
Author: Rodney Waldhoff
Author: dIon Gillard
- Version: $Id: status.xml,v 1.1 2002/04/22 15:48:32 dion Exp $
+ Version: $Id: status.xml,v 1.2 2002/04/23 07:59:03 dion Exp $
-->
<chapter id="status">
@@ -101,39 +101,8 @@
forthcoming.</para></listitem>
<listitem><para>Latka tag library (in Jakarta Taglibs):</para>
<para> Experimental, unstable.</para></listitem>
- <listitem><para>Latka web application (in Commons Sandbox):</para>
+ <listitem><para>Latka web application:</para>
<para> Experimental, promising but unstable.</para></listitem>
</itemizedlist>
-
- <section>
- <title>Todo items:</title>
-
- <itemizedlist>
- <listitem><para>Add a universal mechanism for negating
-validators. Currently regexp and xpath validators implement negation internally
-as a special <literal>cond</literal> attribute. This adds somewhat to the
-internal complexity. It would be better to have the framework handle negation by
-being able to wrap tests in a <not/> element.</para></listitem>
- <listitem><para>Make the inclusion of individual validators
-optional at build time.</para></listitem>
- <listitem><para>Set up Latka to use the proxy support of later
-<ulink url="http://jakarta.apache.org/commons/httpclient/">HttpClient</ulink>
-builds</para></listitem>
- <listitem><para>Write unit tests for each validator, with a mock
-object implementing the Response interface</para></listitem>
- <listitem><para>Fix the webpages build so that it builds into
-the build/docs directory and then copies to commons</para></listitem>
- <listitem><para>Create better documentation, especially the
-<ulink url="users-guide.html">User's Guide</ulink> and
-<ulink url="developers-guide.html">Developer's Guide</ulink></para></listitem>
- <listitem><para>Ensure coding standards are consistent across
-the project's codebase, preferably using a tool such as
-<ulink url="http://checkstyle.sourceforge.net/">CheckStyle</ulink></para>
- </listitem>
- <listitem><para>Add XMLValidate tasks to the build file so that
-any XML doc with a DTD is checked before used</para></listitem>
- </itemizedlist>
- </section>
</section>
-
</chapter>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>