You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@jakarta.apache.org by ba...@apache.org on 2005/02/24 02:58:21 UTC

svn commit: r155129 [9/30] - in jakarta/site/docs: ./ site/ site/downloads/ site/news/ site/pmc/

Modified: jakarta/site/docs/site/jakarta-site2.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/jakarta-site2.html?view=diff&r1=155128&r2=155129
==============================================================================
--- jakarta/site/docs/site/jakarta-site2.html (original)
+++ jakarta/site/docs/site/jakarta-site2.html Wed Feb 23 17:57:52 2005
@@ -1,29 +1,32 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The Jakarta Site - About the Jakarta Web Site</title>
-<link type="text/css" href="/style/style.css" rel="stylesheet">
-<meta value="Apache Jakarta Project" name="author">
-<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email">
+<link rel="stylesheet" href="/style/style.css" type="text/css"/>
+<meta name="author" value="Apache Jakarta Project"/>
+<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/>
 </head>
 <body>
-<table cellspacing="0" width="100%" border="0" class="page-header">
+<table class="page-header" border="0" width="100%" cellspacing="0">
 <!--PAGE HEADER-->
 <tr>
 <td colspan="2">
-<!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif"></a></td>
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/>
+</a>
+</td>
 </tr>
 </table>
-<table cellspacing="4" width="100%" border="0">
+<table border="0" width="100%" cellspacing="4">
 <tr>
 <!--LEFT SIDE NAVIGATION-->
-<td nowrap="true" valign="top" class="left-navbar">
+<td class="left-navbar" valign="top" nowrap="true">
 <navbar name="lhs">
 
     
-    
-<p>
+    <p>
 <strong>Support</strong>
 </p>
 <ul>
@@ -46,8 +49,7 @@
 <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Subprojects</strong>
 </p>
 <ul>
@@ -109,8 +111,7 @@
 <a href="../watchdog/index.html">Watchdog</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Incubating</strong>
 </p>
 <ul>
@@ -118,8 +119,7 @@
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Ex-Jakarta</strong>
 </p>
 <ul>
@@ -151,79 +151,70 @@
 <a href="http://struts.apache.org/">Struts</a>
 </li>
 </ul>
-    
-</navbar>
+    </navbar>
 </td>
-<!--MAIN BODY--><td align="left" valign="top" class="main-body">
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
 <div class="section">
 <div class="section-header">
-<a name="The Jakarta Website Instructions"><strong>The Jakarta Website Instructions</strong></a>
+<a name="The Jakarta Website Instructions">
+<strong>The Jakarta Website Instructions</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-  
-<div class="subsection">
+  <div class="subsection">
 <div class="subsection-header">
-<a name="NOTE"><strong>NOTE</strong></a>
+<a name="NOTE">
+<strong>NOTE</strong>
+</a>
 </div>
 <div class="subsection-body">
-    
-<p>DO NOT EDIT THE .html files in /www/jakarta.apache.org.  Please follow the directions below for updating the website. </p>
-  
+    <p>DO NOT EDIT THE .html files in /www/jakarta.apache.org.  Please follow the directions below for updating the website. </p>
+  </div>
 </div>
-</div>
-
-  
-<p>The Jakarta website is based on .xml files which are transformed into .html files using XSLT via an Ant task. </p>
 
-  
-<p>In order to make modifications to the Jakarta website, you need to first check out the jakarta-site2 module from SVN: </p>
+  <p>The Jakarta website is based on .xml files which are transformed into .html files using XSLT via an Ant task. </p>
 
+  <p>In order to make modifications to the Jakarta website, you need to first check out the jakarta-site2 module from SVN: </p>
 
 <div class="source">
 svn co https://svn.apache.org/repos/asf/jakarta/site/
 </div>
 
-   
-<p>Once you have the site checked out locally, cd into your jakarta-site2 directory and execute: </p>
-
+   <p>Once you have the site checked out locally, cd into your jakarta-site2 directory and execute: </p>
 
 <div class="source">
 ant
 </div>
 
-
 <p>This will build the documentation into the docs/ directory. The output will show you which files got re-generated. If you would like to make modifications to the website documents, you simply need to edit the files in the xdocs/ directory. </p>
 
-
 <p>The files in xdocs/stylesheets are the global files for the site. If you make a modification to site.xml, it will affect the navigation for the website, style.xsl is the template that controls the look and feel for the overall website.  Once you have built your documentation and confirmed that your changes are ok, you can check your .xml and your .html files back into SVN.  </p>
 
-
 <p>Then in the /www/jakarta.apache.org/ directory you should: </p>
 
-
 <div class="source">
 svn update index.html site
 </div>
 
-
 </div>
 </p>
 </div>
 <div class="section">
 <div class="section-header">
-<a name="The jakarta-site tags"><strong>The jakarta-site tags</strong></a>
+<a name="The jakarta-site tags">
+<strong>The jakarta-site tags</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
-
 <p>
 The Jakarta-Site module supports a set of XML/XHTML tags which it will
 render specially.  Here is an example XML document:
 </p>
 
-
 <div class="source">
 &lt;?xml version="1.0"?&gt;
 &lt;document&gt;
@@ -286,55 +277,44 @@
 &lt;/document&gt;
 </div>
 
-
 <p>
 Explaining things:
 </p>
 
-
 <ol>
-    
-<li>
+    <li>
     It is possible to have one or more &lt;author&gt; tags.
     </li>
-    
-<li>
+    <li>
     It is possible to have one or more &lt;section&gt; tags.
     </li>
-    
-<li>
+    <li>
     Within the &lt;section&gt; tag, it is possible to have
     one or more &lt;p&gt; tags. Any free form text should go between
     the &lt;p&gt; tags and can contain more XHTML markup.
     </li>
-    
-<li>
+    <li>
     Other markup within a &lt;section&gt; does not need to be enclosed
     within &lt;p&gt; tags, although, it doesn't hurt anything to do so.
     </li>
-    
-<li>
+    <li>
     &lt;subsection&gt; tags are only embedded within &lt;section&gt;
     tags and provide extra indentation for a subsection. They follow
     the same rules that a &lt;section&gt; tag follows.
     </li>
-    
-<li>
+    <li>
     &lt;table&gt; tags do not need to have any sort of style information
     because they are rendered specially according to the site.vsl file.
     </li>
-    
-<li>
+    <li>
     &lt;ol&gt; and &lt;ul&gt; tags can be embedded as is.
     </li>
-    
-<li>
+    <li>
     &lt;meta&gt; tags are placed as children of the &lt;document&gt; and are
     passed through unchanged to the html document.
     </li>
     
-    
-<li>
+    <li>
     &lt;source&gt; tags are special. &lt;source&gt; tags are only embedded
     within &lt;section&gt; and &lt;subsection&gt; tags. If you are embedding other
     XML/XHTML markup within the source tags, then you need to place a
@@ -346,25 +326,22 @@
     within a CDATA within the XML source file, but is not in the example
     above because one cannot embed a CDATA within a CDATA.
     </li>
-
 </ol>
 
-
 <p>
 The output of the example XML file above is shown <a href="./jakarta-site-tags-example.html">here</a>. View source in your
 browser to see the generated HTML markup.
 </p>
 
-
 </div>
 </p>
 </div>
 </td>
-<!--RIGHT SIDE NAVIGATION--><td nowrap="true" valign="top" class="right-navbar">
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="true">
 <navbar name="rhs">
 
-    
-<p>
+    <p>
 <strong>About Jakarta</strong>
 </p>
 <ul>
@@ -387,8 +364,7 @@
 <a href="http://jakarta.apache.org/site/java_at_apache.html">Java@Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Reference</strong>
 </p>
 <ul>
@@ -420,23 +396,17 @@
 <a href="http://www.apache.org/foundation/thanks.html">Acknowledgements</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Search Jakarta</strong>
 </p>
 <div class="searchbox">
-        
-<form action="http://www.google.com/search" method="get">
-          
-<input value="jakarta.apache.org" name="sitesearch" type="hidden">
-          <input size="10" name="q" id="query" type="text">
-          <input name="Search" value="Search" type="submit">
-        
-</form>
-      
-</div>
-    
-<p>
+        <form action="http://www.google.com/search" method="get">
+          <input value="jakarta.apache.org" name="sitesearch" type="hidden"/>
+          <input size="10" name="q" id="query" type="text"/>
+          <input name="Search" value="Search" type="submit"/>
+        </form>
+      </div>
+    <p>
 <strong>Unaffiliated Links</strong>
 </p>
 <ul>
@@ -453,8 +423,7 @@
 <a href="http://www.planetapache.org/">Planet Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Unaffiliated Translations</strong>
 </p>
 <ul>
@@ -468,21 +437,20 @@
 <a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a>
 </li>
 </ul>
-
 </navbar>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->
 <tr>
 <td colspan="3">
-<hr size="1" noshade="">
+<hr noshade="" size="1"/>
 </td>
 </tr>
 <tr>
 <td colspan="3">
 <div class="page-footer">
 <em>
-        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        Copyright © 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
         </em>
 </div>
 </td>

Modified: jakarta/site/docs/site/jars.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/jars.html?view=diff&r1=155128&r2=155129
==============================================================================
--- jakarta/site/docs/site/jars.html (original)
+++ jakarta/site/docs/site/jars.html Wed Feb 23 17:57:52 2005
@@ -1,29 +1,32 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The Jakarta Site - JARs under CVS</title>
-<link type="text/css" href="/style/style.css" rel="stylesheet">
-<meta value="Apache Jakarta Project" name="author">
-<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email">
+<link rel="stylesheet" href="/style/style.css" type="text/css"/>
+<meta name="author" value="Apache Jakarta Project"/>
+<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/>
 </head>
 <body>
-<table cellspacing="0" width="100%" border="0" class="page-header">
+<table class="page-header" border="0" width="100%" cellspacing="0">
 <!--PAGE HEADER-->
 <tr>
 <td colspan="2">
-<!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif"></a></td>
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/>
+</a>
+</td>
 </tr>
 </table>
-<table cellspacing="4" width="100%" border="0">
+<table border="0" width="100%" cellspacing="4">
 <tr>
 <!--LEFT SIDE NAVIGATION-->
-<td nowrap="true" valign="top" class="left-navbar">
+<td class="left-navbar" valign="top" nowrap="true">
 <navbar name="lhs">
 
     
-    
-<p>
+    <p>
 <strong>Support</strong>
 </p>
 <ul>
@@ -46,8 +49,7 @@
 <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Subprojects</strong>
 </p>
 <ul>
@@ -109,8 +111,7 @@
 <a href="../watchdog/index.html">Watchdog</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Incubating</strong>
 </p>
 <ul>
@@ -118,8 +119,7 @@
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Ex-Jakarta</strong>
 </p>
 <ul>
@@ -151,66 +151,58 @@
 <a href="http://struts.apache.org/">Struts</a>
 </li>
 </ul>
-    
-</navbar>
+    </navbar>
 </td>
-<!--MAIN BODY--><td align="left" valign="top" class="main-body">
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
 <div class="section">
 <div class="section-header">
-<a name="JARs under CVS"><strong>JARs under CVS</strong></a>
+<a name="JARs under CVS">
+<strong>JARs under CVS</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-
 <ul>
-
 <li>There is no Jakarta-wide policy against putting JARs in CVS.</li>
-
 <li>When JARs are distributed, the license for the JAR must allow for redistribution.</li>
-
 <li>Many subprojects depend JARs created by Sun. Not all Sun JARs have the same 
 license. Some may permit unrestricted redistribution; most do not.</li>
-
 <li>It is the policy of the Apache Software Foundation to scrupulously observe all 
 licensing conditions. This is a zero-tolerance policy.</li>
-
 </ul>
 
- 
-</div>
+ </div>
 </p>
 </div>
 <div class="section">
 <div class="section-header">
-<a name="JARs with Licensing Issues"><strong>JARs with Licensing Issues</strong></a>
+<a name="JARs with Licensing Issues">
+<strong>JARs with Licensing Issues</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-
 <p>These JARs have been determined to have licenses which prevent them from being 
 distributed from an Apache code repository.</p>
 
-
 <ul>
-
 <li>
 <a href="http://java.sun.com/products/javabeans/glasgow/jaf.html">JAF activation-1.0.1.jar</a>
 </li>
-
 </ul>
  
-  
-</div>
+  </div>
 </p>
 </div>
 </td>
-<!--RIGHT SIDE NAVIGATION--><td nowrap="true" valign="top" class="right-navbar">
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="true">
 <navbar name="rhs">
 
-    
-<p>
+    <p>
 <strong>About Jakarta</strong>
 </p>
 <ul>
@@ -233,8 +225,7 @@
 <a href="http://jakarta.apache.org/site/java_at_apache.html">Java@Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Reference</strong>
 </p>
 <ul>
@@ -266,23 +257,17 @@
 <a href="http://www.apache.org/foundation/thanks.html">Acknowledgements</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Search Jakarta</strong>
 </p>
 <div class="searchbox">
-        
-<form action="http://www.google.com/search" method="get">
-          
-<input value="jakarta.apache.org" name="sitesearch" type="hidden">
-          <input size="10" name="q" id="query" type="text">
-          <input name="Search" value="Search" type="submit">
-        
-</form>
-      
-</div>
-    
-<p>
+        <form action="http://www.google.com/search" method="get">
+          <input value="jakarta.apache.org" name="sitesearch" type="hidden"/>
+          <input size="10" name="q" id="query" type="text"/>
+          <input name="Search" value="Search" type="submit"/>
+        </form>
+      </div>
+    <p>
 <strong>Unaffiliated Links</strong>
 </p>
 <ul>
@@ -299,8 +284,7 @@
 <a href="http://www.planetapache.org/">Planet Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Unaffiliated Translations</strong>
 </p>
 <ul>
@@ -314,21 +298,20 @@
 <a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a>
 </li>
 </ul>
-
 </navbar>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->
 <tr>
 <td colspan="3">
-<hr size="1" noshade="">
+<hr noshade="" size="1"/>
 </td>
 </tr>
 <tr>
 <td colspan="3">
 <div class="page-footer">
 <em>
-        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        Copyright © 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
         </em>
 </div>
 </td>

Modified: jakarta/site/docs/site/java_at_apache.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/java_at_apache.html?view=diff&r1=155128&r2=155129
==============================================================================
--- jakarta/site/docs/site/java_at_apache.html (original)
+++ jakarta/site/docs/site/java_at_apache.html Wed Feb 23 17:57:52 2005
@@ -1,29 +1,32 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The Jakarta Site - Java at Apache</title>
-<link type="text/css" href="/style/style.css" rel="stylesheet">
-<meta value="Apache Jakarta Project" name="author">
-<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email">
+<link rel="stylesheet" href="/style/style.css" type="text/css"/>
+<meta name="author" value="Apache Jakarta Project"/>
+<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/>
 </head>
 <body>
-<table cellspacing="0" width="100%" border="0" class="page-header">
+<table class="page-header" border="0" width="100%" cellspacing="0">
 <!--PAGE HEADER-->
 <tr>
 <td colspan="2">
-<!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif"></a></td>
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/>
+</a>
+</td>
 </tr>
 </table>
-<table cellspacing="4" width="100%" border="0">
+<table border="0" width="100%" cellspacing="4">
 <tr>
 <!--LEFT SIDE NAVIGATION-->
-<td nowrap="true" valign="top" class="left-navbar">
+<td class="left-navbar" valign="top" nowrap="true">
 <navbar name="lhs">
 
     
-    
-<p>
+    <p>
 <strong>Support</strong>
 </p>
 <ul>
@@ -46,8 +49,7 @@
 <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Subprojects</strong>
 </p>
 <ul>
@@ -109,8 +111,7 @@
 <a href="../watchdog/index.html">Watchdog</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Incubating</strong>
 </p>
 <ul>
@@ -118,8 +119,7 @@
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Ex-Jakarta</strong>
 </p>
 <ul>
@@ -151,718 +151,608 @@
 <a href="http://struts.apache.org/">Struts</a>
 </li>
 </ul>
-    
-</navbar>
+    </navbar>
 </td>
-<!--MAIN BODY--><td align="left" valign="top" class="main-body">
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
 <div class="section">
 <div class="section-header">
-<a name="Java at Apache"><strong>Java at Apache</strong></a>
+<a name="Java at Apache">
+<strong>Java at Apache</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-
 <p>
 Jakarta is not the only project at Apache using the Java programming language. Here's an index to them all.
 </p>
 
-
 <table class="detail-table">
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="ant" href="http://ant.apache.org/">Apache Ant Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="ant" href="http://ant.apache.org/">Apache Ant Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ant.apache.org/">Ant</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Ant is a Java-based build tool.</td>
-
+<td class="detail-table-content" valign="top" align="left">Ant is a Java-based build tool.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="cocoon" href="http://cocoon.apache.org/">Apache Cocoon Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="cocoon" href="http://cocoon.apache.org/">Apache Cocoon Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://cocoon.apache.org/">Cocoon</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">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>
-
+<td class="detail-table-content" valign="top" align="left">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>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://cocoon.apache.org/lenya/">Lenya</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Apache Lenya is an Open-Source Content Management System written in Java, built on top of Apache Cocoon. </td>
-
+<td class="detail-table-content" valign="top" align="left">Apache Lenya is an Open-Source Content Management System written in Java, built on top of Apache Cocoon. </td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="db" href="http://db.apache.org/">Apache DB Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="db" href="http://db.apache.org/">Apache DB Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://db.apache.org/torque/">Torque</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Torque is a persistence layer. Torque includes a generator to generate all the database resources required by your application and includes a runtime environment to run the generated classes.</td>
-
+<td class="detail-table-content" valign="top" align="left">Torque is a persistence layer. Torque includes a generator to generate all the database resources required by your application and includes a runtime environment to run the generated classes.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://db.apache.org/ojb/">OJB</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases.</td>
-
+<td class="detail-table-content" valign="top" align="left">ObJectRelationalBridge (OJB) is an Object/Relational mapping tool that allows transparent persistence for Java Objects against relational databases.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="excalibur" href="http://excalibur.apache.org/">Apache Excalibur Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="excalibur" href="http://excalibur.apache.org/">Apache Excalibur Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://excalibur.apache.org/">Excalibur</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Excalibur's primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in Java.</td>
-
+<td class="detail-table-content" valign="top" align="left">Excalibur's primary product is a lightweight, embeddable Inversion of Control container named Fortress that is written in Java.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="forrest" href="http://forrest.apache.org/">Apache Forrest Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="forrest" href="http://forrest.apache.org/">Apache Forrest Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://forrest.apache.org/">Forrest</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">XML standards-oriented documentation framework. </td>
-
+<td class="detail-table-content" valign="top" align="left">XML standards-oriented documentation framework. </td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="geronimo" href="http://geronimo.apache.org/">Apache Geronimo Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="geronimo" href="http://geronimo.apache.org/">Apache Geronimo Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://geronimo.apache.org/">Geronimo</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 Apache Geronimo is a new effort coordinated by the Apache Software Foundation to make a J2EE compatible container.</td>
-
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="gump" href="http://gump.apache.org/">Apache Gump Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="gump" href="http://gump.apache.org/">Apache Gump Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://gump.apache.org/">Gump</a></td>
-<td align="left" valign="top" class="detail-table-content">Gump is a tool for <a href="http://www.martinfowler.com/articles/continuousIntegration.html">Continuous Integration</a>.  It builds all of Apache's java-based projects against the HEAD in CVS, <a href="http://lsd.student.utwente.nl/gump/">nightly</a>.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://gump.apache.org/">Gump</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Gump is a tool for <a href="http://www.martinfowler.com/articles/continuousIntegration.html">Continuous Integration</a>.  It builds all of Apache's java-based projects against the HEAD in CVS, <a href="http://lsd.student.utwente.nl/gump/">nightly</a>.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="incubator" href="http://incubator.apache.org/">Apache Incubator Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="incubator" href="http://incubator.apache.org/">Apache Incubator Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A lightweight BPM engine and auxiliary services. </td>
-
+<td class="detail-table-content" valign="top" align="left">A lightweight BPM engine and auxiliary services. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/altrmi.html">AltRMI</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A from-scratch replacement for RMI. </td>
-
+<td class="detail-table-content" valign="top" align="left">A from-scratch replacement for RMI. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/axion.html">Axion</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A Java-based relational database engine. </td>
-
+<td class="detail-table-content" valign="top" align="left">A Java-based relational database engine. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/beehive.html">Beehive</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">An extensible Java application framework with an integrated metadata-driven programming model for web services, web applications, and resource access. </td>
-
+<td class="detail-table-content" valign="top" align="left">An extensible Java application framework with an integrated metadata-driven programming model for web services, web applications, and resource access. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/derby.html">Derby</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A snapshot of the IBM's Cloudscape Java relational database. </td>
-
+<td class="detail-table-content" valign="top" align="left">A snapshot of the IBM's Cloudscape Java relational database. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/directory.html">Directory</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Centralization of all naming and directory needs, including an LDAP server and an in-memory JNDI component. </td>
-
+<td class="detail-table-content" valign="top" align="left">Centralization of all naming and directory needs, including an LDAP server and an in-memory JNDI component. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/ftpserver.html">FTPServer</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">FTP server based on Apache Avalon. </td>
-
+<td class="detail-table-content" valign="top" align="left">FTP server based on Apache Avalon. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/graffito.html">Graffito</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Graffito (formerly JCMS) is dedicated to build a complete CMS solution on top of existing content management frameworks (like Slide or Jackrabbit). </td>
-
+<td class="detail-table-content" valign="top" align="left">Graffito (formerly JCMS) is dedicated to build a complete CMS solution on top of existing content management frameworks (like Slide or Jackrabbit). </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/ibatis.html">iBatis</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A Data Mapper framework. </td>
-
+<td class="detail-table-content" valign="top" align="left">A Data Mapper framework. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/jackrabbit.html">Jackrabbit</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">An open source implementation of the Content Repository for Java Technology API (JCR), JSR-170. </td>
-
+<td class="detail-table-content" valign="top" align="left">An open source implementation of the Content Repository for Java Technology API (JCR), JSR-170. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/juice.html">JuiCE</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">An implementation of a JCE provider based on OpenSSL. </td>
-
+<td class="detail-table-content" valign="top" align="left">An implementation of a JCE provider based on OpenSSL. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/myfaces.html">MyFaces</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Framework for building Java Server application GUIs based on JavaServer Faces (JSR-127). </td>
-
+<td class="detail-table-content" valign="top" align="left">Framework for building Java Server application GUIs based on JavaServer Faces (JSR-127). </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/apollo.html">Apollo</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Java implementation of the Web Services Resource Framework (WSRF) family of specifications. </td>
-
+<td class="detail-table-content" valign="top" align="left">Java implementation of the Web Services Resource Framework (WSRF) family of specifications. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/hermes.html">Hermes</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">An implementation of OASIS  WS-Notification (WSN) 1.2. </td>
-
+<td class="detail-table-content" valign="top" align="left">An implementation of OASIS  WS-Notification (WSN) 1.2. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/muse.html">Muse</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">An implementation of the OASIS Web Services Distributed Management (WSDM) Management using Web Services (MuWS) specification. </td>
-
+<td class="detail-table-content" valign="top" align="left">An implementation of the OASIS Web Services Distributed Management (WSDM) Management using Web Services (MuWS) specification. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://incubator.apache.org/projects/wsrp4j.html">WSRP4J</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">The WSRP4J Project is an implementation of WSRP 1.0 Producer. </td>
-
+<td class="detail-table-content" valign="top" align="left">The WSRP4J Project is an implementation of WSRP 1.0 Producer. </td>
 </tr>
 
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="james" href="http://james.apache.org/">Apache James Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="james" href="http://james.apache.org/">Apache James Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://james.apache.org/">James</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">James is an email/news/messaging server written in Java. It uses the Avalon component framework. It currently supports SMTP, POP3 and NNTP with IMAP coming shortly.</td>
-
+<td class="detail-table-content" valign="top" align="left">James is an email/news/messaging server written in Java. It uses the Avalon component framework. It currently supports SMTP, POP3 and NNTP with IMAP coming shortly.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="jakarta" href="http://jakarta.apache.org/">Apache Jakarta Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="jakarta" href="http://jakarta.apache.org/">Apache Jakarta Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://jakarta.apache.org/bcel/index.html">BCEL</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). </td>
-
+<td class="detail-table-content" valign="top" align="left">The Byte Code Engineering Library (formerly known as JavaClass) is intended to give users a convenient possibility to analyze, create, and manipulate (binary) Java class files (those ending with .class). </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://jakarta.apache.org/bsf/index.html">BSF</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages.</td>
-
+<td class="detail-table-content" valign="top" align="left">Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/commons/index.html">Commons</a></td>
-<td align="left" valign="top" class="detail-table-content">Repository for small scale, reusable, code components that are useful in multiple Jakarta subprojects. -- <a href="http://jakarta.apache.org/commons/components.html">ComponentsList</a></td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/commons/index.html">Commons</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Repository for small scale, reusable, code components that are useful in multiple Jakarta subprojects. -- <a href="http://jakarta.apache.org/commons/components.html">ComponentsList</a>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/ecs/index.html">ECS</a></td>
-<td align="left" valign="top" class="detail-table-content">The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/ecs/index.html">ECS</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">The Element Construction Set is a Java API for generating elements for various markup languages it directly supports HTML 4.0 and XML</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/jmeter/index.html">JMeter</a></td>
-<td align="left" valign="top" class="detail-table-content">Pure Java desktop application designed to load test functional behavior and measure performance</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/jmeter/index.html">JMeter</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Pure Java desktop application designed to load test functional behavior and measure performance</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/oro/index.html">ORO</a></td>
-<td align="left" valign="top" class="detail-table-content">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/oro/index.html">ORO</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Set of text-processing Java classes that provide Perl5 compatible regular expressions, AWK-like regular expressions, glob expressions, and utility classes for performing substitutions, splits, filtering filenames, etc.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/poi/index.html">POI</a></td>
-<td align="left" valign="top" class="detail-table-content">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document Format using only Java (no native stuff).  Currently, OLE 2 Compound Document Format itself and Microsoft Excel (XLS) file formats are provided.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/poi/index.html">POI</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Set of APIs for creating, reading, and writing files based upon the OLE 2 Compound Document Format using only Java (no native stuff).  Currently, OLE 2 Compound Document Format itself and Microsoft Excel (XLS) file formats are provided.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/regexp/index.html">Regexp</a></td>
-<td align="left" valign="top" class="detail-table-content">100% Pure Java Regular Expression package.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/regexp/index.html">Regexp</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">100% Pure Java Regular Expression package.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/taglibs/index.html">Taglibs</a></td>
-<td align="left" valign="top" class="detail-table-content">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/taglibs/index.html">Taglibs</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">A collection of JavaServer Pages (JSP) custom tag libraries useful in building web applications</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/watchdog/index.html">Watchdog</a></td>
-<td align="left" valign="top" class="detail-table-content">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/watchdog/index.html">Watchdog</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Compatibility tests that check a servlet/JSP container implementation of the corresponding specifications</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/cactus/index.html">Cactus</a></td>
-<td align="left" valign="top" class="detail-table-content">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/cactus/index.html">Cactus</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Cactus is a simple test framework for unit testing server-side Java code (servlets, EJBs, tag libraries, filters, ...).</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/hivemind/index.html">HiveMind</a></td>
-<td align="left" valign="top" class="detail-table-content">HiveMind is a services and configuration microkernel; a framework for creating complex applications from simple Java objects
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/hivemind/index.html">HiveMind</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">HiveMind is a services and configuration microkernel; a framework for creating complex applications from simple Java objects
     and interfaces</td>
-
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/lucene/index.html">Lucene</a></td>
-<td align="left" valign="top" class="detail-table-content">Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/lucene/index.html">Lucene</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Jakarta Lucene is a high-performance, full-featured text search engine written entirely in Java.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/tapestry/index.html">Tapestry</a></td>
-<td align="left" valign="top" class="detail-table-content">Tapestry is a web application framework based on highly reusable components within a very pure Model-View-Controller pattern.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/tapestry/index.html">Tapestry</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Tapestry is a web application framework based on highly reusable components within a very pure Model-View-Controller pattern.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/turbine/index.html">Turbine</a></td>
-<td align="left" valign="top" class="detail-table-content">A model-view-controller framework for constructing web applications with either Velocity or JavaServer Pages.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/turbine/index.html">Turbine</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">A model-view-controller framework for constructing web applications with either Velocity or JavaServer Pages.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/velocity/index.html">Velocity</a></td>
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/velocity/index.html">Velocity</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">
 Velocity is a general purpose Java-based template engine.</td>
-
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/alexandria/index.html">Alexandria</a></td>
-<td align="left" valign="top" class="detail-table-content">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/alexandria/index.html">Alexandria</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Alexandria is a CVS/Javadoc/Source code/Documentation management system meant for use within Open Source projects.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/slide/index.html">Slide</a></td>
-<td align="left" valign="top" class="detail-table-content">WebDAV aware content management system</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/slide/index.html">Slide</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">WebDAV aware content management system</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/tomcat/index.html">Tomcat</a></td>
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/tomcat/tomcat-3.3-doc/">Tomcat 3</a> is the official Reference Implementation of the Servlet 2.2 and JavaServer Pages 1.1 technologies.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/tomcat/index.html">Tomcat</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/tomcat/tomcat-3.3-doc/">Tomcat 3</a> is the official Reference Implementation of the Servlet 2.2 and JavaServer Pages 1.1 technologies.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"> </td>
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/">Tomcat 4</a> is the official Reference Implementation of the Servlet 2.3 and JavaServer Pages 1.2 technologies.</td>
-
+<td class="detail-table-content" valign="top" align="left"> </td>
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/tomcat/tomcat-4.1-doc/">Tomcat 4</a> is the official Reference Implementation of the Servlet 2.3 and JavaServer Pages 1.2 technologies.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"> </td>
-<td align="left" valign="top" class="detail-table-content"><a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/">Tomcat 5.0</a> and <a href="./tomcat/tomcat-5.5-doc/">Tomcat 5.5</a> are the official Reference Implementations of the Servlet 2.4 and JavaServer Pages 2.0 technologies.</td>
-
+<td class="detail-table-content" valign="top" align="left"> </td>
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://jakarta.apache.org/tomcat/tomcat-5.0-doc/">Tomcat 5.0</a> and <a href="./tomcat/tomcat-5.5-doc/">Tomcat 5.5</a> are the official Reference Implementations of the Servlet 2.4 and JavaServer Pages 2.0 technologies.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="logging" href="http://logging.apache.org/">Apache Logging Services Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="logging" href="http://logging.apache.org/">Apache Logging Services Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://logging.apache.org/log4j/docs/">Log4J</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Log4J - Apache Logging Services Project - is a reliable, fast and extensible logging library project for Java.</td>
-
+<td class="detail-table-content" valign="top" align="left">Log4J - Apache Logging Services Project - is a reliable, fast and extensible logging library project for Java.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="maven" href="http://maven.apache.org/">Apache Maven Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="maven" href="http://maven.apache.org/">Apache Maven Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://maven.apache.org/">Maven</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Maven is a Java project management and project comprehension tool, based on the concept of a project object model (POM)</td>
-
+<td class="detail-table-content" valign="top" align="left">Maven is a Java project management and project comprehension tool, based on the concept of a project object model (POM)</td>
 </tr>
 
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="portals" href="http://portals.apache.org/">Apache Portals Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="portals" href="http://portals.apache.org/">Apache Portals Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://portals.apache.org/jetspeed-1/">Jetspeed-1</a></td>
-<td align="left" valign="top" class="detail-table-content">A Java user customizable portal system based on Turbine framework</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://portals.apache.org/jetspeed-1/">Jetspeed-1</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">A Java user customizable portal system based on Turbine framework</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://portals.apache.org/jetspeed-2/">Jetspeed-2</a></td>
-<td align="left" valign="top" class="detail-table-content">Jetspeed-2 is the next-generation enterprise portal at Apache.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://portals.apache.org/jetspeed-2/">Jetspeed-2</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Jetspeed-2 is the next-generation enterprise portal at Apache.</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://portals.apache.org/pluto/">Pluto</a></td>
-<td align="left" valign="top" class="detail-table-content">Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168.</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://portals.apache.org/pluto/">Pluto</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">Pluto is the Reference Implementation of the Java Portlet Specfication. The current version of this specification is JSR 168.</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="struts" href="http://struts.apache.org/">Apache Struts Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="struts" href="http://struts.apache.org/">Apache Struts Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content"><a href="http://struts.apache.org/">Struts</a></td>
-<td align="left" valign="top" class="detail-table-content">A model-view-controller framework for constructing web applications with servlets and JavaServer Pages</td>
-
+<td class="detail-table-content" valign="top" align="left">
+<a href="http://struts.apache.org/">Struts</a>
+</td>
+<td class="detail-table-content" valign="top" align="left">A model-view-controller framework for constructing web applications with servlets and JavaServer Pages</td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="ws" href="http://ws.apache.org/">Apache WebServices Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="ws" href="http://ws.apache.org/">Apache WebServices Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/axis/">Axis</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Implementation of the SOAP. </td>
-
+<td class="detail-table-content" valign="top" align="left">Implementation of the SOAP. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/ws-fx/">WSFX</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Toolkits to provide additional functionality to Web Services. </td>
-
+<td class="detail-table-content" valign="top" align="left">Toolkits to provide additional functionality to Web Services. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/jaxme/">JaxME</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Open source implementation of JAXB. </td>
-
+<td class="detail-table-content" valign="top" align="left">Open source implementation of JAXB. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/juddi/">jUDDI</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Open source Java implementation of Universal Description, Discovery, and Integration (UDDI). </td>
-
+<td class="detail-table-content" valign="top" align="left">Open source Java implementation of Universal Description, Discovery, and Integration (UDDI). </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/wsif/">WSIF</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Simple Java API for invoking Web services. </td>
-
+<td class="detail-table-content" valign="top" align="left">Simple Java API for invoking Web services. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://cvs.apache.org/viewcvs/*checkout*/ws-wsil/java/README.htm">WSIL4J</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">A distributed Web service discovery method. </td>
-
+<td class="detail-table-content" valign="top" align="left">A distributed Web service discovery method. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/xmlrpc/">XML-RPC</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Implementation of XML-RPC. </td>
-
+<td class="detail-table-content" valign="top" align="left">Implementation of XML-RPC. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://ws.apache.org/ews/">Enterprise Web Services</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Effort to merge J2EE and WS. </td>
-
+<td class="detail-table-content" valign="top" align="left">Effort to merge J2EE and WS. </td>
 </tr>
 
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="xml" href="http://xml.apache.org/">Apache XML Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="xml" href="http://xml.apache.org/">Apache XML Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/xerces2-j/">Xerces 2</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Java XML parser. </td>
-
+<td class="detail-table-content" valign="top" align="left">Java XML parser. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/xalan-j/">Xalan</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">XSLT preprocessor. </td>
-
+<td class="detail-table-content" valign="top" align="left">XSLT preprocessor. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/fop/">FOP</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">XSL-FO implementation. </td>
-
+<td class="detail-table-content" valign="top" align="left">XSL-FO implementation. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/batik/">Batik</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">SVG toolkit. </td>
-
+<td class="detail-table-content" valign="top" align="left">SVG toolkit. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/commons/">XML Commons</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Common code and guidelines for xml projects. </td>
-
+<td class="detail-table-content" valign="top" align="left">Common code and guidelines for xml projects. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/security/">XML Security</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Implementation of security standards for XML. </td>
-
+<td class="detail-table-content" valign="top" align="left">Implementation of security standards for XML. </td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xml.apache.org/xindice/">Xindice</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">Native XML database. </td>
-
+<td class="detail-table-content" valign="top" align="left">Native XML database. </td>
 </tr>
-
 <tr>
-
-<td valign="top" class="detail-table-header" colspan="2"><font color="#ffffff"><strong><a name="xmlbeans" href="http://xmlbeans.apache.org/">Apache XMLBeans Project</a></strong></font></td>
-
+<td class="detail-table-header" valign="top" colspan="2">
+<font color="#ffffff">
+<strong>
+<a name="xmlbeans" href="http://xmlbeans.apache.org/">Apache XMLBeans Project</a>
+</strong>
+</font>
+</td>
 </tr>
-
 <tr>
-
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 <a href="http://xmlbeans.apache.org/">XMLBeans</a>
 </td>
-<td align="left" valign="top" class="detail-table-content">
+<td class="detail-table-content" valign="top" align="left">
 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.</td>
-
 </tr>
-
 </table>
-
 </div>
 </p>
 </div>
 </td>
-<!--RIGHT SIDE NAVIGATION--><td nowrap="true" valign="top" class="right-navbar">
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="true">
 <navbar name="rhs">
 
-    
-<p>
+    <p>
 <strong>About Jakarta</strong>
 </p>
 <ul>
@@ -885,8 +775,7 @@
 <a href="http://jakarta.apache.org/site/java_at_apache.html">Java@Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Reference</strong>
 </p>
 <ul>
@@ -918,23 +807,17 @@
 <a href="http://www.apache.org/foundation/thanks.html">Acknowledgements</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Search Jakarta</strong>
 </p>
 <div class="searchbox">
-        
-<form action="http://www.google.com/search" method="get">
-          
-<input value="jakarta.apache.org" name="sitesearch" type="hidden">
-          <input size="10" name="q" id="query" type="text">
-          <input name="Search" value="Search" type="submit">
-        
-</form>
-      
-</div>
-    
-<p>
+        <form action="http://www.google.com/search" method="get">
+          <input value="jakarta.apache.org" name="sitesearch" type="hidden"/>
+          <input size="10" name="q" id="query" type="text"/>
+          <input name="Search" value="Search" type="submit"/>
+        </form>
+      </div>
+    <p>
 <strong>Unaffiliated Links</strong>
 </p>
 <ul>
@@ -951,8 +834,7 @@
 <a href="http://www.planetapache.org/">Planet Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Unaffiliated Translations</strong>
 </p>
 <ul>
@@ -966,21 +848,20 @@
 <a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a>
 </li>
 </ul>
-
 </navbar>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->
 <tr>
 <td colspan="3">
-<hr size="1" noshade="">
+<hr noshade="" size="1"/>
 </td>
 </tr>
 <tr>
 <td colspan="3">
 <div class="page-footer">
 <em>
-        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        Copyright © 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
         </em>
 </div>
 </td>

Modified: jakarta/site/docs/site/jspa-agreement.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/jspa-agreement.html?view=diff&r1=155128&r2=155129
==============================================================================
--- jakarta/site/docs/site/jspa-agreement.html (original)
+++ jakarta/site/docs/site/jspa-agreement.html Wed Feb 23 17:57:52 2005
@@ -1,29 +1,32 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The Jakarta Site - JSPA Agreement</title>
-<link type="text/css" href="/style/style.css" rel="stylesheet">
-<meta value="Apache Jakarta Project" name="author">
-<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email">
+<link rel="stylesheet" href="/style/style.css" type="text/css"/>
+<meta name="author" value="Apache Jakarta Project"/>
+<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/>
 </head>
 <body>
-<table cellspacing="0" width="100%" border="0" class="page-header">
+<table class="page-header" border="0" width="100%" cellspacing="0">
 <!--PAGE HEADER-->
 <tr>
 <td colspan="2">
-<!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif"></a></td>
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/>
+</a>
+</td>
 </tr>
 </table>
-<table cellspacing="4" width="100%" border="0">
+<table border="0" width="100%" cellspacing="4">
 <tr>
 <!--LEFT SIDE NAVIGATION-->
-<td nowrap="true" valign="top" class="left-navbar">
+<td class="left-navbar" valign="top" nowrap="true">
 <navbar name="lhs">
 
     
-    
-<p>
+    <p>
 <strong>Support</strong>
 </p>
 <ul>
@@ -46,8 +49,7 @@
 <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Subprojects</strong>
 </p>
 <ul>
@@ -109,8 +111,7 @@
 <a href="../watchdog/index.html">Watchdog</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Incubating</strong>
 </p>
 <ul>
@@ -118,8 +119,7 @@
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Ex-Jakarta</strong>
 </p>
 <ul>
@@ -151,17 +151,18 @@
 <a href="http://struts.apache.org/">Struts</a>
 </li>
 </ul>
-    
-</navbar>
+    </navbar>
 </td>
-<!--MAIN BODY--><td align="left" valign="top" class="main-body">
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
 <div class="section">
 <div class="section-header">
-<a name="Apache Software Foundation Reaches Agreement with Sun Microsystems to Allow Open Source Java Implementations"><strong>Apache Software Foundation Reaches Agreement with Sun Microsystems to Allow Open Source Java Implementations</strong></a>
+<a name="Apache Software Foundation Reaches Agreement with Sun Microsystems to Allow Open Source Java Implementations">
+<strong>Apache Software Foundation Reaches Agreement with Sun Microsystems to Allow Open Source Java Implementations</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
-
 <p>
 http://www.apache.org/ -- 25 March 2002 -- The Apache Software
 Foundation (ASF) today announced that it has reached an agreement with
@@ -174,7 +175,6 @@
 as well as key specifications already released.
 </p>
 
-
 <p>
 "It gives us great pleasure to have served the interests of the wider
 open source community, largely made up of individuals and small groups
@@ -184,7 +184,6 @@
 the implementation details of the contents of this agreement to ensure
 the gains represented by this agreement are not lost."
 </p>
-
 <p>
 "We believe, properly implemented, these changes will fertilize the
 growing open source Java community, resulting in wider adoption of
@@ -194,12 +193,10 @@
 compatibility," explained Hunter.
 </p>
 
-
 <p>
 THE AGREEMENT
 </p>
 
-
 <p>
 The agreement responds to four concerns Apache raised in January and
 posted publicly on its Website at
@@ -208,22 +205,15 @@
 participation in the Java Community Process:
 </p>
 
-
 <ol>
-
 <li>The right to freely implement specifications in open source</li>
-
 <li>The right for specification leads to release reference
   implementations and test kits in open source</li>
-
 <li>The right for specifications to be created more publicly</li>
-
 <li>The right to free access to test kits by open source, non-profit,
   and academic groups</li>
-
 </ol>
 
-
 <p>
 These issues are being addressed via two mechanisms.  First, through a
 series of proposed revisions to the legal agreement signed when
@@ -235,7 +225,6 @@
 concerns.  This will help guide the JSPA revision process to
 conclusion.
 </p>
-
 <p>
 Second, and for more immediate effect, Sun has agreed to proactively
 address Apache's issues for Sun-led JSRs in the following manner, as
@@ -243,39 +232,30 @@
 <a href="http://jcp.org/aboutJava/communityprocess/announce/LetterofIntent.html">http://jcp.org/aboutJava/communityprocess/announce/LetterofIntent.html</a>:
 </p>
 
-
 <ul>
-    
-<li>For Sun-led specifications finalized from here forward (including
+    <li>For Sun-led specifications finalized from here forward (including
         revisions to existing specifications) the license terms will allow
         independent implemenations under open source licenses.</li>
-    
-<li>The Test Compatibility Kit (TCK) binaries for these specifications
+    <li>The Test Compatibility Kit (TCK) binaries for these specifications
          will be made available at no cost to qualified open source,
          non-profit, and academic groups.</li>
-    
-<li>A three-member board, including a representative from the Apache
+    <li>A three-member board, including a representative from the Apache
          Software Foundation, will assure an impartial qualification
          process.</li>
-    
-<li>Sun will provide substantial support to aid these qualified groups
+    <li>Sun will provide substantial support to aid these qualified groups
         in the use and execution of the TCKs.</li>
-
 </ul>
 
-
 <p>
 Apache welcomes other companies leading Java specifications -- many of
 whom have also desired more openness in the JCP -- in making similar
 pledges.
 </p>
 
-
 <p>
 ABOUT THE APACHE SOFTWARE FOUNDATION
 </p>
 
-
 <p>
 The Apache Software Foundation provides organizational, legal, and
 financial support for the Apache open-source software projects.
@@ -289,45 +269,38 @@
 <a href="http://www.apache.org/">http://www.apache.org/</a>.
 </p>
 
-
 <p>
 # # #
 </p>
 
-
 <p>
 CONTACT
 </p>
 
-
 <p>
-Jason Hunter<br>
-Vice-President, Java Community Process<br>
-The Apache Software Foundation<br>
-jhunter<b>AT</b>apache.org<br>
-
+Jason Hunter<br/>
+Vice-President, Java Community Process<br/>
+The Apache Software Foundation<br/>
+jhunter<b>AT</b>apache.org<br/>
 </p>
 
-
 <p>
-Sally Khudairi<br>
-Press Relations<br>
-The Apache Software Foundation<br>
-press<b>AT</b>apache.org<br>
-+1.415.672.9045<br>
-
+Sally Khudairi<br/>
+Press Relations<br/>
+The Apache Software Foundation<br/>
+press<b>AT</b>apache.org<br/>
++1.415.672.9045<br/>
 </p>
 
-
 </div>
 </p>
 </div>
 </td>
-<!--RIGHT SIDE NAVIGATION--><td nowrap="true" valign="top" class="right-navbar">
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="true">
 <navbar name="rhs">
 
-    
-<p>
+    <p>
 <strong>About Jakarta</strong>
 </p>
 <ul>
@@ -350,8 +323,7 @@
 <a href="http://jakarta.apache.org/site/java_at_apache.html">Java@Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Reference</strong>
 </p>
 <ul>
@@ -383,23 +355,17 @@
 <a href="http://www.apache.org/foundation/thanks.html">Acknowledgements</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Search Jakarta</strong>
 </p>
 <div class="searchbox">
-        
-<form action="http://www.google.com/search" method="get">
-          
-<input value="jakarta.apache.org" name="sitesearch" type="hidden">
-          <input size="10" name="q" id="query" type="text">
-          <input name="Search" value="Search" type="submit">
-        
-</form>
-      
-</div>
-    
-<p>
+        <form action="http://www.google.com/search" method="get">
+          <input value="jakarta.apache.org" name="sitesearch" type="hidden"/>
+          <input size="10" name="q" id="query" type="text"/>
+          <input name="Search" value="Search" type="submit"/>
+        </form>
+      </div>
+    <p>
 <strong>Unaffiliated Links</strong>
 </p>
 <ul>
@@ -416,8 +382,7 @@
 <a href="http://www.planetapache.org/">Planet Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Unaffiliated Translations</strong>
 </p>
 <ul>
@@ -431,21 +396,20 @@
 <a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a>
 </li>
 </ul>
-
 </navbar>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->
 <tr>
 <td colspan="3">
-<hr size="1" noshade="">
+<hr noshade="" size="1"/>
 </td>
 </tr>
 <tr>
 <td colspan="3">
 <div class="page-footer">
 <em>
-        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        Copyright © 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
         </em>
 </div>
 </td>

Modified: jakarta/site/docs/site/jspa-position.html
URL: http://svn.apache.org/viewcvs/jakarta/site/docs/site/jspa-position.html?view=diff&r1=155128&r2=155129
==============================================================================
--- jakarta/site/docs/site/jspa-position.html (original)
+++ jakarta/site/docs/site/jspa-position.html Wed Feb 23 17:57:52 2005
@@ -1,29 +1,32 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
 <head>
-<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <title>The Jakarta Site - Apache's JSPA Position</title>
-<link type="text/css" href="/style/style.css" rel="stylesheet">
-<meta value="Apache Jakarta Project" name="author">
-<meta value="general.AT.jakarta.DOT.apache.DOT.org" name="email">
+<link rel="stylesheet" href="/style/style.css" type="text/css"/>
+<meta name="author" value="Apache Jakarta Project"/>
+<meta name="email" value="general.AT.jakarta.DOT.apache.DOT.org"/>
 </head>
 <body>
-<table cellspacing="0" width="100%" border="0" class="page-header">
+<table class="page-header" border="0" width="100%" cellspacing="0">
 <!--PAGE HEADER-->
 <tr>
 <td colspan="2">
-<!--JAKARTA LOGO--><a href="http://jakarta.apache.org/"><img border="0" alt="The Jakarta Project" src="http://jakarta.apache.org/images/jakarta-logo.gif"></a></td>
+<!--JAKARTA LOGO-->
+<a href="http://jakarta.apache.org/">
+<img src="http://jakarta.apache.org/images/jakarta-logo.gif" alt="The Jakarta Project" border="0"/>
+</a>
+</td>
 </tr>
 </table>
-<table cellspacing="4" width="100%" border="0">
+<table border="0" width="100%" cellspacing="4">
 <tr>
 <!--LEFT SIDE NAVIGATION-->
-<td nowrap="true" valign="top" class="left-navbar">
+<td class="left-navbar" valign="top" nowrap="true">
 <navbar name="lhs">
 
     
-    
-<p>
+    <p>
 <strong>Support</strong>
 </p>
 <ul>
@@ -46,8 +49,7 @@
 <a href="http://jakarta.apache.org/site/faqs.html">FAQs</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Subprojects</strong>
 </p>
 <ul>
@@ -109,8 +111,7 @@
 <a href="../watchdog/index.html">Watchdog</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Incubating</strong>
 </p>
 <ul>
@@ -118,8 +119,7 @@
 <a href="http://incubator.apache.org/projects/agila.html">Agila</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Ex-Jakarta</strong>
 </p>
 <ul>
@@ -151,52 +151,46 @@
 <a href="http://struts.apache.org/">Struts</a>
 </li>
 </ul>
-    
-</navbar>
+    </navbar>
 </td>
-<!--MAIN BODY--><td align="left" valign="top" class="main-body">
+<!--MAIN BODY-->
+<td class="main-body" valign="top" align="left">
 <div class="section">
 <div class="section-header">
-<a name="JSPA News & Status"><strong>JSPA News &amp; Status</strong></a>
+<a name="JSPA News &amp; Status">
+<strong>JSPA News &amp; Status</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
-
 <p>
-
 <ul>
-
 <li>
 <a href="news.html#1022.1">22 Oct 2002 - Details of ASF TCK license published</a>
 </li>
-
 <li>
 <a href="news.html#0326.1">26 March 2002 - JSPA Agreement is announced.</a>
 </li>
-
 <li>
 <a href="news.html#0313.1">13 March 2002 - JSPA passes; But Even YES Votes Want Open Source Issues Addressed.</a>
 </li>
-
 <li>
 <a href="news.html#0205.1">5 February 2002 Apache's Position on the JSPA</a>
 </li>
-
 </ul>
-
 </p>
-
 </div>
 </p>
 </div>
 <div class="section">
 <div class="section-header">
-<a name="The ASF TCK license and JSPA 2.5"><strong>The ASF TCK license and JSPA 2.5</strong></a>
+<a name="The ASF TCK license and JSPA 2.5">
+<strong>The ASF TCK license and JSPA 2.5</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-
 <p>
 This is the TCK license (and explanatory side letter from Rob Gingell at Sun)
 which Apache Software Foundation negotiated with Sun as a consequence of
@@ -205,67 +199,49 @@
 the JSPA. JCP (and JSPA) 2.5 is due to launch in late 2002.
 </p>
 
-
 <p>
-
 <ul>
-
 <li>
 <a href="tck-standalone.pdf">TCK license</a> (PDF)</li>
-
 <li>
 <a href="sideletter.pdf">side letter</a> (PDF)</li>
-
 </ul>
-
 </p>
 
-
 <p>
 In addition, Sun has provided TCK coverage for the following ASF projects:
 <ul>
-
 <li>Axis, for JAX-RPC (JSR-101), JAXM and SAAJ (JSR-67)</li>
-
 <li>Project TBD, for JAXR (JSR-93)</li>
-
 <li>Crimson, Xerces and Xalan, for JAXP (JSR-63)</li>
-
 <li>Jakarta Taglibs, for taglibs (JSR-52)</li>
-
 <li>Tomcat, for JSP and servlets (JSR-53)</li>
-
 </ul>
-
 </p>
 
-
 <p>
 Sun has also established a TCK license grant program for academic institutions
 and other qualified nonprofit entities, on which ASF is represented.
 </p>
 
-
 </div>
 </p>
 </div>
 <div class="section">
 <div class="section-header">
-<a name="Apache's JSPA Position"><strong>Apache's JSPA Position</strong></a>
+<a name="Apache's JSPA Position">
+<strong>Apache's JSPA Position</strong>
+</a>
 </div>
 <p>
 <div class="section-body">
 
-
 <p>
-
 <small>
 <a href="http://cvs.apache.org/viewcvs.cgi/jakarta-site2/xdocs/site/jspa-position.xml">jspa-position.xml 2002/03/26 08:30:58</a>
 </small>
-
 </p>
 
-
 <p>
 The following is a statement of the Apache position with regard to the
 <a href="http://java.sun.com/aboutJava/communityprocess/participant/jsr099/index.html">JSPA revision</a> 
@@ -276,7 +252,6 @@
 <a href="/site/mail.html">general@jakarta mailing list</a>.
 </p>
 
-
 <p>
 First, some background.  Over the past two years members of the JCP
 Executive Committee, including Apache, have been working on revising the
@@ -288,13 +263,11 @@
 open source implementations of JSR specification.
 </p>
 
-
 <p>
 Apache has participated in the JSPA revision process with the
 following goals:
 </p>
 
-
 <p>
 1. The JSPA must require that a JSR spec license cannot prohibit a
 compatible independent open source (Apache-style license minimum)
@@ -305,7 +278,6 @@
 unrestricted and free-from-cost license.
 </p>
 
-
 <p>
 2. The JSPA must grant an Expert Group the right, at the Expert Group's
 discretion, to release its own Reference Implementation (RI) and/or Test
@@ -315,7 +287,6 @@
 allowed to follow the same strategy.
 </p>
 
-
 <p>
 3. The JSPA must grant an Expert Group the right, at the Expert Group's
 discretion, to have their discussion and drafts made public when they
@@ -323,7 +294,6 @@
 Discussions explicitly marked confidential are of course protected.
 </p>
 
-
 <p>
 4. Because a TCK license is required (not optional) when performing an
 independent implementation and TCK licenses often cost tens of
@@ -333,7 +303,6 @@
 as "easy to obtain".
 </p>
 
-
 <p>
 This first week of February the latest version of the JSPA document is
 being released for Community Review where JCP members will be allowed to
@@ -342,7 +311,6 @@
 these goals have been satisfied.
 </p>
 
-
 <p>
 Apache in its reading of the document had believed there had been some
 progress on these issues.  However, Apache recently learned that in
@@ -350,7 +318,6 @@
 status since the currently in-force JSPA.
 </p>
 
-
 <p>
 Because Sun runs the JCP's Program Management Office (PMO), Sun's
 opinion on what's allowed is very important.  No matter what the JSPA
@@ -359,7 +326,6 @@
 document has been the ruling opinion within the JCP.
 </p>
 
-
 <p>
 Consequently, Apache would not only like to see the above issues
 resolved in the new JSPA, but furthermore <a href="/site/news.html#0130.2">will look for some assurance from Sun that
@@ -367,16 +333,15 @@
 been satisfied</a>.
 </p>
 
-
 </div>
 </p>
 </div>
 </td>
-<!--RIGHT SIDE NAVIGATION--><td nowrap="true" valign="top" class="right-navbar">
+<!--RIGHT SIDE NAVIGATION-->
+<td class="right-navbar" valign="top" nowrap="true">
 <navbar name="rhs">
 
-    
-<p>
+    <p>
 <strong>About Jakarta</strong>
 </p>
 <ul>
@@ -399,8 +364,7 @@
 <a href="http://jakarta.apache.org/site/java_at_apache.html">Java@Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Reference</strong>
 </p>
 <ul>
@@ -432,23 +396,17 @@
 <a href="http://www.apache.org/foundation/thanks.html">Acknowledgements</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Search Jakarta</strong>
 </p>
 <div class="searchbox">
-        
-<form action="http://www.google.com/search" method="get">
-          
-<input value="jakarta.apache.org" name="sitesearch" type="hidden">
-          <input size="10" name="q" id="query" type="text">
-          <input name="Search" value="Search" type="submit">
-        
-</form>
-      
-</div>
-    
-<p>
+        <form action="http://www.google.com/search" method="get">
+          <input value="jakarta.apache.org" name="sitesearch" type="hidden"/>
+          <input size="10" name="q" id="query" type="text"/>
+          <input name="Search" value="Search" type="submit"/>
+        </form>
+      </div>
+    <p>
 <strong>Unaffiliated Links</strong>
 </p>
 <ul>
@@ -465,8 +423,7 @@
 <a href="http://www.planetapache.org/">Planet Apache</a>
 </li>
 </ul>
-    
-<p>
+    <p>
 <strong>Unaffiliated Translations</strong>
 </p>
 <ul>
@@ -480,21 +437,20 @@
 <a href="http://jakarta.jp/">Jakarta.JP (Japanese)</a>
 </li>
 </ul>
-
 </navbar>
 </td>
 </tr>
 <!--FOOTER SEPARATOR-->
 <tr>
 <td colspan="3">
-<hr size="1" noshade="">
+<hr noshade="" size="1"/>
 </td>
 </tr>
 <tr>
 <td colspan="3">
 <div class="page-footer">
 <em>
-        Copyright &copy; 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
+        Copyright © 1999-2005, The Apache Software Foundation. <a href="http://jakarta.apache.org/site/legal.html">Legal information</a>.
         </em>
 </div>
 </td>



---------------------------------------------------------------------
To unsubscribe, e-mail: site-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: site-cvs-help@jakarta.apache.org