tetsuya 2003/07/31 19:17:01
Modified: docs index.html
docs/site elsewhere.html
xdocs index.xml
xdocs/site elsewhere.xml
Log:
Added Cocoon, WebService and HTTP Webserver project as related project, etc.
Revision Changes Path
1.282 +82 -4 jakarta-site2/docs/index.html
Index: index.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/index.html,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- index.html 1 Aug 2003 00:37:29 -0000 1.281
+++ index.html 1 Aug 2003 02:17:01 -0000 1.282
@@ -232,11 +232,9 @@
<li><a href="site/news.html#20030716.1">16 July 2003 - <b> Velocity
Tools 1.0 Released</b></a></li>
<li><a href="site/news.html#20030715.2">15 July 2003 - <b>
Tapestry 3.0-beta-2 Released</b></a></li>
<li><a href="site/news.html#20030714.1">14 July 2003 - <b> Cactus
1.5-beta1 Released</b></a></li>
- <li><a href="site/news.html#20030711.2">11 July 2003 - <b> POI
2.0-pre2 Released</b></a></li>
<li><a href="site/news.html#20030711.1">11 July 2003 - <b> ECS
(Element Construction Set) 1.4.2 Released</b></a></li>
<li><a href="site/news.html#20030702.1">02 July 2003 - <b> Commons
HttpClient 2.0 Beta 2 Released</b></a></li>
- <li><a href="site/news.html#20030629.1">29 June 2003 - <b> Struts
1.1 Released</b></a></li>
</ul>
<h4>Other news from <a
href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
@@ -639,10 +637,13 @@
<ul>
<li><a href="#ant">Apache Ant Project</a></li>
<li><a href="#avalon">Apache Avalon Project</a></li>
+<li><a href="#cocoon">Apache Cocoon Project</a></li>
<li><a href="#db">Apache DB Project</a></li>
+<li><a href="#httpd">Apache HTTP WebServer Project</a></li>
<li><a href="#incubator">Apache Incubator Project</a></li>
<li><a href="#james">Apache James Project</a></li>
<li><a href="#maven">Apache Maven Project</a></li>
+<li><a href="#ws">Apache WebService Project</a></li>
<li><a href="#xml">Apache XML Project</a></li>
</ul>
<table>
@@ -706,6 +707,32 @@
</th>
<th bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <font color="#ffffff"><strong><a name="cocoon"
href="http://cocoon.apache.org/">Apache Cocoon Project</a></strong></font>
+ </font>
+</th>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+<a href="http://cocoon.apache.org/2.1/">Cocoon 2.1</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Apache Cocoon is an XML framework that raises the usage of XML and
XSLT technologies for server applications to a new level. Designed for performance and
scalability around pipelined SAX processing.
+ </font>
+</td>
+ </tr>
+ <tr>
+ <th bgcolor="#039acc" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ </font>
+</th>
+ <th bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
<font color="#ffffff"><strong><a name="db"
href="http://db.apache.org/">Apache DB Project</a></strong></font>
</font>
</th>
@@ -746,6 +773,32 @@
</th>
<th bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <font color="#ffffff"><strong><a name="httpd"
href="http://httpd.apache.org/">Apache HTTP WebServer Project</a></strong></font>
+ </font>
+</th>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+<a href="http://httpd.apache.org/">HTTP WebServer</a>
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Highly acknowledged Open-source HTTP server for modern operating
systems including UNIX and Windows NT. This server is a secure, efficient and
extensible server that provides HTTP services in sync with the current HTTP standards.
+ </font>
+</td>
+ </tr>
+ <tr>
+ <th bgcolor="#039acc" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ </font>
+</th>
+ <th bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
<font color="#ffffff"><strong><a name="incubator"
href="http://incubator.apache.org/">Apache Incubator Project</a></strong></font>
</font>
</th>
@@ -789,7 +842,7 @@
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
-XMLBeans is an XML-Java binding tool that uses XML Schema as a basis for generating
Java classes to be used to easily access XML instance data. It was designed to provide
both easy access to XML information via convenient Java classes as well as complete
access to the underlying XML, combining the best of low-level, full access APIs like
SAX and DOM with the convenience of Java binding.
+XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes,
combining the best of low-level, full access APIs like SAX and DOM with the
convenience of Java binding.
</font>
</td>
</tr>
@@ -841,7 +894,32 @@
</td>
<td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
<font color="#000000" size="-1" face="arial,helvetica,sanserif">
- Maven is a Java project management and project comprehension tool.
Maven is based on the concept of a project object model (POM) in that all the
artifacts produced by Maven are a result of consulting a well defined model for your
project.
+ Maven is a Java project management and project comprehension tool,
based on the concept of a project object model (POM)
+ </font>
+</td>
+ </tr>
+ <tr>
+ <th bgcolor="#039acc" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+ </font>
+</th>
+ <th bgcolor="#039acc" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ <font color="#ffffff"><strong><a name="ws"
href="http://ws.apache.org/">Apache WebService Project</a></strong></font>
+ </font>
+</th>
+ </tr>
+ <tr>
+ <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top"
align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+
+
+ </font>
+</td>
+ <td bgcolor="#a0ddf0" colspan="" rowspan=""
valign="top" align="left">
+ <font color="#000000" size="-1" face="arial,helvetica,sanserif">
+ Apache WebService (WS) Project is a collaborative software
development project dedicated to providing robust, full-featured, commercial-quality,
and freely available Web Services support on a wide variety of platforms.
</font>
</td>
</tr>
1.61 +3 -4 jakarta-site2/docs/site/elsewhere.html
Index: elsewhere.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/elsewhere.html,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- elsewhere.html 1 Aug 2003 00:37:29 -0000 1.60
+++ elsewhere.html 1 Aug 2003 02:17:01 -0000 1.61
@@ -183,10 +183,9 @@
<tr><td>
<blockquote>
<a name="20030731.1">
-<h3>31 Jul 2003 - Apache Xerces-J 2.5.0 released</h3></a>
+<h3>31 Jul 2003 - Apache Xerces2 Java Parser 2.5.0 released</h3></a>
<p>
-The Apache Xerces-J team is very happy to announce that version 2.5.0 of
-Xerces-J is now available.
+The Apache Xerces2 Java Parser team is very happy to announce that version 2.5.0 of
Xerces2 Java Parser is now available.
</p>
<p>
This release provides a partial partial implementation of the XML
@@ -215,7 +214,7 @@
<a
href="http://xml.apache.org/dist/xerces-j/">http://xml.apache.org/dist/xerces-j/</a>
</p>
<p>
-For more information, visit the <a href="http://xml.apache.org/xerces-j/">Apache
Xerces-J Java Parser Project WebSite</a>
+For more information, visit the <a href="http://xml.apache.org/xerces2-j/">Apache
Xerces2 Java Parser Project WebSite</a>
</p>
<hr size="1" noshade="noshade" />
<a name="20030730.1">
1.228 +34 -4 jakarta-site2/xdocs/index.xml
Index: index.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/index.xml,v
retrieving revision 1.227
retrieving revision 1.228
diff -u -r1.227 -r1.228
--- index.xml 1 Aug 2003 00:37:29 -0000 1.227
+++ index.xml 1 Aug 2003 02:17:01 -0000 1.228
@@ -53,11 +53,9 @@
<li><a href="site/news.html#20030716.1">16 July 2003 - <b> Velocity
Tools 1.0 Released</b></a></li>
<li><a href="site/news.html#20030715.2">15 July 2003 - <b>
Tapestry 3.0-beta-2 Released</b></a></li>
<li><a href="site/news.html#20030714.1">14 July 2003 - <b> Cactus
1.5-beta1 Released</b></a></li>
- <li><a href="site/news.html#20030711.2">11 July 2003 - <b> POI
2.0-pre2 Released</b></a></li>
<li><a href="site/news.html#20030711.1">11 July 2003 - <b> ECS
(Element Construction Set) 1.4.2 Released</b></a></li>
<li><a href="site/news.html#20030702.1">02 July 2003 - <b> Commons
HttpClient 2.0 Beta 2 Released</b></a></li>
- <li><a href="site/news.html#20030629.1">29 June 2003 - <b> Struts
1.1 Released</b></a></li>
</ul>
<h4>Other news from <a href="site/news.html">Jakarta</a>
and <a href="site/elsewhere.html">Elsewhere</a></h4>
@@ -220,10 +218,13 @@
<ul>
<li><a href="#ant">Apache Ant Project</a></li>
<li><a href="#avalon">Apache Avalon Project</a></li>
+<li><a href="#cocoon">Apache Cocoon Project</a></li>
<li><a href="#db">Apache DB Project</a></li>
+<li><a href="#httpd">Apache HTTP WebServer Project</a></li>
<li><a href="#incubator">Apache Incubator Project</a></li>
<li><a href="#james">Apache James Project</a></li>
<li><a href="#maven">Apache Maven Project</a></li>
+<li><a href="#ws">Apache WebService Project</a></li>
<li><a href="#xml">Apache XML Project</a></li>
</ul>
<table>
@@ -249,6 +250,16 @@
</tr>
<tr>
<th></th>
+<th align="center"><font color="#ffffff"><strong><a name="cocoon"
href="http://cocoon.apache.org/">Apache Cocoon Project</a></strong></font></th>
+</tr>
+<tr>
+<td align="right" valign="top">
+<a href="http://cocoon.apache.org/2.1/">Cocoon 2.1</a>
+</td>
+<td valign="top">Apache Cocoon is an XML framework that raises the usage of XML and
XSLT technologies for server applications to a new level. Designed for performance and
scalability around pipelined SAX processing.</td>
+</tr>
+<tr>
+<th></th>
<th align="center"><font color="#ffffff"><strong><a name="db"
href="http://db.apache.org/">Apache DB Project</a></strong></font></th>
</tr>
<tr>
@@ -265,6 +276,16 @@
</tr>
<tr>
<th></th>
+<th align="center"><font color="#ffffff"><strong><a name="httpd"
href="http://httpd.apache.org/">Apache HTTP WebServer Project</a></strong></font></th>
+</tr>
+<tr>
+<td align="right" valign="top">
+<a href="http://httpd.apache.org/">HTTP WebServer</a>
+</td>
+<td valign="top">Highly acknowledged Open-source HTTP server for modern operating
systems including UNIX and Windows NT. This server is a secure, efficient and
extensible server that provides HTTP services in sync with the current HTTP
standards.</td>
+</tr>
+<tr>
+<th></th>
<th align="center"><font color="#ffffff"><strong><a name="incubator"
href="http://incubator.apache.org/">Apache Incubator Project</a></strong></font></th>
</tr>
<tr>
@@ -284,7 +305,7 @@
<a href="http://xml.apache.org/xmlbeans/">XMLBeans</a>
</td>
<td valign="top">
-XMLBeans is an XML-Java binding tool that uses XML Schema as a basis for generating
Java classes to be used to easily access XML instance data. It was designed to provide
both easy access to XML information via convenient Java classes as well as complete
access to the underlying XML, combining the best of low-level, full access APIs like
SAX and DOM with the convenience of Java binding.</td>
+XMLBeans is an XML Schema-based, XML-Java binding tool with cursor-based access to
the full XML Infoset integrated with convenient, strongly typed Java classes,
combining the best of low-level, full access APIs like SAX and DOM with the
convenience of Java binding.</td>
</tr>
<tr>
<th></th>
@@ -304,7 +325,16 @@
<td align="right" valign="top">
<a href="http://maven.apache.org/">Maven</a>
</td>
-<td valign="top">Maven is a Java project management and project comprehension tool.
Maven is based on the concept of a project object model (POM) in that all the
artifacts produced by Maven are a result of consulting a well defined model for your
project.</td>
+<td valign="top">Maven is a Java project management and project comprehension tool,
based on the concept of a project object model (POM)</td>
+</tr>
+<tr>
+<th></th>
+<th align="center"><font color="#ffffff"><strong><a name="ws"
href="http://ws.apache.org/">Apache WebService Project</a></strong></font></th>
+</tr>
+<tr>
+<td align="right" valign="top">
+</td>
+<td valign="top">Apache WebService (WS) Project is a collaborative software
development project dedicated to providing robust, full-featured, commercial-quality,
and freely available Web Services support on a wide variety of platforms.</td>
</tr>
<tr>
<th></th>
1.35 +3 -4 jakarta-site2/xdocs/site/elsewhere.xml
Index: elsewhere.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/elsewhere.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- elsewhere.xml 1 Aug 2003 00:37:29 -0000 1.34
+++ elsewhere.xml 1 Aug 2003 02:17:01 -0000 1.35
@@ -12,10 +12,9 @@
<section name="Elsewhere ...">
<a name="20030731.1">
-<h3>31 Jul 2003 - Apache Xerces-J 2.5.0 released</h3></a>
+<h3>31 Jul 2003 - Apache Xerces2 Java Parser 2.5.0 released</h3></a>
<p>
-The Apache Xerces-J team is very happy to announce that version 2.5.0 of
-Xerces-J is now available.
+The Apache Xerces2 Java Parser team is very happy to announce that version 2.5.0 of
Xerces2 Java Parser is now available.
</p>
<p>
This release provides a partial partial implementation of the XML
@@ -44,7 +43,7 @@
<a
href="http://xml.apache.org/dist/xerces-j/">http://xml.apache.org/dist/xerces-j/</a>
</p>
<p>
-For more information, visit the <a href="http://xml.apache.org/xerces-j/">Apache
Xerces-J Java Parser Project WebSite</a>
+For more information, visit the <a href="http://xml.apache.org/xerces2-j/">Apache
Xerces2 Java Parser Project WebSite</a>
</p>
<hr size="1" noshade="noshade" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]