rdonkin 2003/06/12 15:00:47
Modified: docs components.html
xdocs components.xml
Log:
Updated components to reflect current release status. Submitted by Tetsuya Kitahata.
Revision Changes Path
1.109 +36 -26 jakarta-commons/docs/components.html
Index: components.html
===================================================================
RCS file: /home/cvs/jakarta-commons/docs/components.html,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- components.html 4 Jun 2003 12:45:27 -0000 1.108
+++ components.html 12 Jun 2003 22:00:47 -0000 1.109
@@ -345,8 +345,9 @@
<dd>
Jelly is an XML based scripting and processing engine. Jelly borrows many
good ideas from both JSP custom tags, Velocity, Cocoon and the
- scripting engine inside XDoclet. Jelly can be used from the command line,
inside
- Ant or inside a Servlet.
+ scripting engine inside XDoclet. Jelly can be used from the command line,
+ inside Ant or inside a Servlet.
+ <br />
</dd>
<!-- /Jelly -->
@@ -356,6 +357,10 @@
Jexl is an expression language which entends the Expression Language of the
JSTL
by bringing in some of the lessons leaned by the
<a href="http://jakarta.apache.org/velocity/">Velocity</a> community.
+ <br />
+ <ul>
+ <li><a
href="http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl/">Nightly
Builds</a></li>
+ </ul>
</dd>
<!-- /Jexl -->
@@ -419,6 +424,20 @@
</dd>
<!-- /Modeler -->
+ <!-- Net -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/net/">Net</a></big></b></dt>
+ <dd>
+ Net is a a collection of network utilities, based on the NetComponents
codebase, including FTP clients etc.
+ <br />
+ Releases:
+ <ul>
+ <li>Release 1.0.0 (from mirror)
+ <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
+ <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> - 21 Feb
2003</li>
+ </ul>
+ </dd>
+ <!-- /Net -->
+
<!-- Pool -->
<dt><b><big><a href="./pool/index.html">Pool</a></big></b></dt>
<dd>
@@ -475,6 +494,21 @@
</dd>
<!-- /Betwixt -->
+ <!-- FileUpload -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/fileupload/">FileUpload</a></big></b></dt>
+ <dd>
+ FileUpload makes it easy to add robust, high-performance, file upload
+ capability to your servlets and web applications.
+ <br />
+ Releases:
+ <ul>
+ <li>Release 1.0 R.C.1 (from mirror)
+ <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
+ <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> - 4 Jun
2003</li>
+ </ul>
+ </dd>
+ <!-- /FileUpload -->
+
<!-- HttpClient -->
<dt><b><big><a
href="http://jakarta.apache.org/commons/httpclient/">HttpClient</a></big></b></dt>
<dd>
@@ -523,30 +557,6 @@
EL is a JSP 2.0 Expression Language Interpreter.
</dd>
<!-- /EL -->
-
- <!-- FileUpload -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/fileupload/">FileUpload</a></big></b></dt>
- <dd>
- FileUpload makes it easy to add robust, high-performance, file upload
- capability to your servlets and web applications.
- </dd>
- <!-- /FileUpload -->
-
- <!-- Jexl -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jexl.html">Jexl</a></big></b></dt>
- <dd>
- Jexl is an expression language engine designed for easy embedding in
applications and frameworks.
- It implements an extended version of the JSTL Expression Language.
- </dd>
- <!-- /EL -->
-
- <!-- Net -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/net/">Net</a></big></b></dt>
- <dd>
- Net is a a collection of network utilities, based on the NetComponents
codebase, including FTP clients etc.
- </dd>
- <!-- /Net -->
-
</dl>
</blockquote>
</p>
1.89 +36 -26 jakarta-commons/xdocs/components.xml
Index: components.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/xdocs/components.xml,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- components.xml 4 Jun 2003 12:45:27 -0000 1.88
+++ components.xml 12 Jun 2003 22:00:47 -0000 1.89
@@ -141,8 +141,9 @@
<dd>
Jelly is an XML based scripting and processing engine. Jelly borrows many
good ideas from both JSP custom tags, Velocity, Cocoon and the
- scripting engine inside XDoclet. Jelly can be used from the command line,
inside
- Ant or inside a Servlet.
+ scripting engine inside XDoclet. Jelly can be used from the command line,
+ inside Ant or inside a Servlet.
+ <br/>
</dd>
<!-- /Jelly -->
@@ -152,6 +153,10 @@
Jexl is an expression language which entends the Expression Language of the
JSTL
by bringing in some of the lessons leaned by the
<a href='http://jakarta.apache.org/velocity/'>Velocity</a> community.
+ <br/>
+ <ul>
+ <li><a
href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-jexl/'>Nightly
Builds</a></li>
+ </ul>
</dd>
<!-- /Jexl -->
@@ -215,6 +220,20 @@
</dd>
<!-- /Modeler -->
+ <!-- Net -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/net/">Net</a></big></b></dt>
+ <dd>
+ Net is a a collection of network utilities, based on the NetComponents
codebase, including FTP clients etc.
+ <br/>
+ Releases:
+ <ul>
+ <li>Release 1.0.0 (from mirror)
+ <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
+ <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> - 21 Feb
2003</li>
+ </ul>
+ </dd>
+ <!-- /Net -->
+
<!-- Pool -->
<dt><b><big><a href="./pool/index.html">Pool</a></big></b></dt>
<dd>
@@ -262,6 +281,21 @@
</dd>
<!-- /Betwixt -->
+ <!-- FileUpload -->
+ <dt><b><big><a
href="http://jakarta.apache.org/commons/fileupload/">FileUpload</a></big></b></dt>
+ <dd>
+ FileUpload makes it easy to add robust, high-performance, file upload
+ capability to your servlets and web applications.
+ <br/>
+ Releases:
+ <ul>
+ <li>Release 1.0 R.C.1 (from mirror)
+ <a href="http://jakarta.apache.org/site/binindex.cgi">binary</a>
+ <a href="http://jakarta.apache.org/site/sourceindex.cgi">source</a> - 4 Jun
2003</li>
+ </ul>
+ </dd>
+ <!-- /FileUpload -->
+
<!-- HttpClient -->
<dt><b><big><a
href="http://jakarta.apache.org/commons/httpclient/">HttpClient</a></big></b></dt>
<dd>
@@ -301,30 +335,6 @@
EL is a JSP 2.0 Expression Language Interpreter.
</dd>
<!-- /EL -->
-
- <!-- FileUpload -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/fileupload/">FileUpload</a></big></b></dt>
- <dd>
- FileUpload makes it easy to add robust, high-performance, file upload
- capability to your servlets and web applications.
- </dd>
- <!-- /FileUpload -->
-
- <!-- Jexl -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/jexl.html">Jexl</a></big></b></dt>
- <dd>
- Jexl is an expression language engine designed for easy embedding in
applications and frameworks.
- It implements an extended version of the JSTL Expression Language.
- </dd>
- <!-- /EL -->
-
- <!-- Net -->
- <dt><b><big><a
href="http://jakarta.apache.org/commons/net/">Net</a></big></b></dt>
- <dd>
- Net is a a collection of network utilities, based on the NetComponents
codebase, including FTP clients etc.
- </dd>
- <!-- /Net -->
-
</dl>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]