Author: jboynes
Date: Tue Jul 25 08:43:55 2006
New Revision: 425427
URL: http://svn.apache.org/viewvc?rev=425427&view=rev
Log:
add stylesheet and use to format disclaimer
Added:
incubator/tuscany/sandbox/site/site-author/css/
incubator/tuscany/sandbox/site/site-author/css/base.css
incubator/tuscany/sandbox/site/site-publish/css/
incubator/tuscany/sandbox/site/site-publish/css/base.css
Modified:
incubator/tuscany/sandbox/site/site-author/stylesheets/site.vsl
incubator/tuscany/sandbox/site/site-publish/codeguidelines.html
incubator/tuscany/sandbox/site/site-publish/cpp-projects.html
incubator/tuscany/sandbox/site/site-publish/das_index.html
incubator/tuscany/sandbox/site/site-publish/documentation.html
incubator/tuscany/sandbox/site/site-publish/downloads.html
incubator/tuscany/sandbox/site/site-publish/faq.html
incubator/tuscany/sandbox/site/site-publish/get-involved.html
incubator/tuscany/sandbox/site/site-publish/index-cpp.html
incubator/tuscany/sandbox/site/site-publish/index-java.html
incubator/tuscany/sandbox/site/site-publish/index.html
incubator/tuscany/sandbox/site/site-publish/issue-tracking.html
incubator/tuscany/sandbox/site/site-publish/java-projects.html
incubator/tuscany/sandbox/site/site-publish/license.html
incubator/tuscany/sandbox/site/site-publish/mail-lists.html
incubator/tuscany/sandbox/site/site-publish/patches.html
incubator/tuscany/sandbox/site/site-publish/sca-binding.html
incubator/tuscany/sandbox/site/site-publish/sca-component.html
incubator/tuscany/sandbox/site/site-publish/sca-composite.html
incubator/tuscany/sandbox/site/site-publish/sca-implementation.html
incubator/tuscany/sandbox/site/site-publish/sca-interface.html
incubator/tuscany/sandbox/site/site-publish/sca-property.html
incubator/tuscany/sandbox/site/site-publish/sca-reference.html
incubator/tuscany/sandbox/site/site-publish/sca-service.html
incubator/tuscany/sandbox/site/site-publish/sca-wire.html
incubator/tuscany/sandbox/site/site-publish/sca_index.html
incubator/tuscany/sandbox/site/site-publish/sdo_index.html
incubator/tuscany/sandbox/site/site-publish/source-code.html
Added: incubator/tuscany/sandbox/site/site-author/css/base.css
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-author/css/base.css?rev=425427&view=auto
==============================================================================
--- incubator/tuscany/sandbox/site/site-author/css/base.css (added)
+++ incubator/tuscany/sandbox/site/site-author/css/base.css Tue Jul 25 08:43:55
2006
@@ -0,0 +1 @@
+.disclaimer { font-size: 10pt; color: #525D76; text-align: center; }
\ No newline at end of file
Modified: incubator/tuscany/sandbox/site/site-author/stylesheets/site.vsl
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-author/stylesheets/site.vsl?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-author/stylesheets/site.vsl (original)
+++ incubator/tuscany/sandbox/site/site-author/stylesheets/site.vsl Tue Jul 25
08:43:55 2006
@@ -249,6 +249,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="$relativePath/css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
#set ($authors = $root.getChild("properties").getChildren("author"))
@@ -305,15 +306,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="$bodylink" size="-1">
+ <td><img src="$relativePath/images/apache-incubator-logo.png"
alt="Apache Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/codeguidelines.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/codeguidelines.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/codeguidelines.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/codeguidelines.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -323,15 +324,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/cpp-projects.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/cpp-projects.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/cpp-projects.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/cpp-projects.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -160,15 +161,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Added: incubator/tuscany/sandbox/site/site-publish/css/base.css
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/css/base.css?rev=425427&view=auto
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/css/base.css (added)
+++ incubator/tuscany/sandbox/site/site-publish/css/base.css Tue Jul 25
08:43:55 2006
@@ -0,0 +1 @@
+.disclaimer { font-size: 10pt; color: #525D76; text-align: center; }
\ No newline at end of file
Modified: incubator/tuscany/sandbox/site/site-publish/das_index.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/das_index.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/das_index.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/das_index.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -145,15 +146,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/documentation.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/documentation.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/documentation.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/documentation.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -391,15 +392,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/downloads.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/downloads.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/downloads.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/downloads.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -267,15 +268,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/faq.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/faq.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/faq.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/faq.html Tue Jul 25 08:43:55
2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -150,15 +151,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/get-involved.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/get-involved.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/get-involved.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/get-involved.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -224,15 +225,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/index-cpp.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/index-cpp.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/index-cpp.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/index-cpp.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -149,15 +150,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/index-java.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/index-java.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/index-java.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/index-java.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -149,15 +150,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/index.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/index.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/index.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/index.html Tue Jul 25 08:43:55
2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -149,15 +150,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/issue-tracking.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/issue-tracking.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/issue-tracking.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/issue-tracking.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -141,15 +142,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/java-projects.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/java-projects.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/java-projects.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/java-projects.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -602,15 +603,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/license.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/license.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/license.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/license.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -1537,15 +1538,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/mail-lists.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/mail-lists.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/mail-lists.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/mail-lists.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -240,15 +241,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/patches.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/patches.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/patches.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/patches.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -192,15 +193,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-binding.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-binding.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-binding.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-binding.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -141,15 +142,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-component.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-component.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-component.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-component.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -132,15 +133,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-composite.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-composite.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-composite.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-composite.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -141,15 +142,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-implementation.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-implementation.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-implementation.html
(original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-implementation.html Tue Jul
25 08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -135,15 +136,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-interface.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-interface.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-interface.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-interface.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -137,15 +138,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-property.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-property.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-property.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-property.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -132,15 +133,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-reference.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-reference.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-reference.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-reference.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -135,15 +136,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-service.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-service.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-service.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-service.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -138,15 +139,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca-wire.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca-wire.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca-wire.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca-wire.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -135,15 +136,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sca_index.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sca_index.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sca_index.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sca_index.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -172,15 +173,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/sdo_index.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/sdo_index.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/sdo_index.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/sdo_index.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
<meta name="author" value="Kelvin Goodson">
@@ -149,15 +150,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
Modified: incubator/tuscany/sandbox/site/site-publish/source-code.html
URL:
http://svn.apache.org/viewvc/incubator/tuscany/sandbox/site/site-publish/source-code.html?rev=425427&r1=425426&r2=425427&view=diff
==============================================================================
--- incubator/tuscany/sandbox/site/site-publish/source-code.html (original)
+++ incubator/tuscany/sandbox/site/site-publish/source-code.html Tue Jul 25
08:43:55 2006
@@ -26,6 +26,7 @@
<!-- ====================================================================== -->
<html>
<head>
+ <link rel="stylesheet" href="./css/base.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
@@ -139,15 +140,15 @@
<hr noshade="" size="1"/>
<table border="0" width="100%" cellspacing="0">
<tr>
- <td><img src="images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
- <td align="center"><font color="#525D76" size="-1">
+ <td><img src="./images/apache-incubator-logo.png" alt="Apache
Incubator Logo"/></td>
+ <td class="disclaimer">
<em>Copyright © 2006, The Apache Software
Foundation</em><br/>
Apache Tuscany is an effort undergoing incubation at The
Apache Software Foundation (ASF), sponsored by the Web Services PMC.
Incubation is required of all newly accepted projects until a
further review indicates that the infrastructure,
communications, and decision making process have stabilized in
a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the
completeness or stability of the code,
it does indicate that the project has yet to be fully endorsed
by the ASF.
- </font></td>
+ </td>
</tr>
</table>
</body>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]