Author: fielding
Date: Fri Jul 22 09:40:21 2005
New Revision: 224362
URL: http://svn.apache.org/viewcvs?rev=224362&view=rev
Log:
clean up the nasty HTML and put the disclaimer where it belongs
Modified:
incubator/stdcxx/site/index.html
Modified: incubator/stdcxx/site/index.html
URL:
http://svn.apache.org/viewcvs/incubator/stdcxx/site/index.html?rev=224362&r1=224361&r2=224362&view=diff
==============================================================================
--- incubator/stdcxx/site/index.html (original)
+++ incubator/stdcxx/site/index.html Fri Jul 22 09:40:21 2005
@@ -1,11 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
-Copyright 1999-2004 The Apache Software Foundation
+Copyright 2005 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
-http://www.apache.org/licenses/LICENSE-2.0
+ http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
@@ -13,98 +14,111 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-
-<HTML><HEAD><TITLE>Apache stdcxx - Apache stdcxx</TITLE></HEAD>
-<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
-<META name=author value="stdcxx Documentation Team">
-<META name=email value="[email protected]">
-<BODY text=#000000 link=#525d76 bgColor=#ffffff>
-<TABLE cellSpacing=0 width="100%" border=0><!-- TOP IMAGE -->
- <TBODY>
- <TR>
- <TD align=left>
- <TABLE>
- <TBODY>
- <TR>
- <TD>
- <TD align=left
- border=0></A> </TD></TD></TD></TR></TBODY></TABLE></TD>
- <TD align=right><A href="http://incubator.apache.org/stdcxx/"><IMG
- alt="Apache stdcxx"
- src="http://incubator.apache.org/images/apache-incubator-logo.png"
- border=0></A> </TD></TR></TBODY></TABLE>
-<TABLE cellSpacing=4 width="100%" border=0>
- <TBODY>
- <TR>
- <TD colSpan=2>
- <HR noShade SIZE=1>
- </TD></TR>
- <TR><!-- LEFT SIDE NAVIGATION -->
- <TD vAlign=top noWrap width="20%"><!-- special ACon Logo - leave here for
next time -->
- <!-- regular menu --><!--
============================================================ -->
- <P><STRONG>General</STRONG></P>
- <UL>
- <LI><A href="http://incubator.apache.org/stdcxx/index.html">Home</A>
- <LI><A href="http://www.apache.org/">ASF</A>
-</UL>
-</TD>
- <TD vAlign=top align=left width="80%">
- <TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
- <TBODY>
- <TR>
- <TD bgColor=#525d76><FONT face=arial,helvetica,sanserif
- color=#ffffff><A name="Welcome to Apache stdcxx"><STRONG>Welcome
to
- Apache stdcxx</STRONG></A> </FONT></TD></TR>
- <TR>
- <TD>
- <BLOCKQUOTE>
- <P>Welcome to Apache stdcxx, the C++ Standard Library project of
the <A
- href="http://www.apache.org/">Apache Software Foundation</A>.
-</P>
- <P>The aim of the project is to produce a large and healthy
- community of those interested in STL and
- </P>
- <UL>
- <LI>Create an independent implementation of C++ Standard
Library under the Apache License v2
- <LI>Create a community-developed C++ Standard Library to allow
independent implementations to
- share components</LI></UL>
- <P></P>
-The following factors are what set Apache stdcxx apart from other standard
library implementations:
-</P>
- <UL>
- <LI>Standards Compliance: The stdcxx project strives to be
standards compliant with consistent behavior across platforms. This is not to
say that the stdcxx project will be more standard than others, it is merely
listed here to clarify that standards compliance is a major project
consideration.</LI>
-</P>
- <LI>Portability: The most unique attribute of the Apache
stdcxx project is its commitment to portability. The code that makes up the
stdcxx project was built from the ground up and has been managed over the last
decade to ensure platform and compiler portability. In the last commercial
iteration of this code, it was certified on 48 combinations of hardware,
operating systems and compilers.</LI></UL>
-
- <P></P>Notice: Apache stdcxx is an effort undergoing incubation at
the Apache Software Foundation. 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.
-</BLOCKQUOTE>
- <P></P>
-
-</TD></TR>
- <TR>
- <TD><BR></TD></TR></TBODY></TABLE>
- <TABLE cellSpacing=0 cellPadding=2 width="100%" border=0>
- <TBODY>
- <TR>
- <TD bgColor=#525d76><FONT face=arial,helvetica,sanserif
- color=#ffffff><A name="stdcxx News"><STRONG>stdcxx
- News</STRONG></A> </FONT></TD></TR>
- <TR>
- <TD>
- <BLOCKQUOTE>
- <P><STRONG>Project accepted by Apache Incubator</STRONG>
- <BLOCKQUOTE>The Apache stdcxx project was accepted formally
- accepted for inubation by the Apache Incubator PMC.
- (<I>2005-05-19</I>) </BLOCKQUOTE>
- <P></P>
- <P></P></TD></TR>
- <TR>
- <TD><BR></TD></TR></TBODY></TABLE></TD></TR><!-- FOOTER -->
- <TR>
- <TD colSpan=2>
- <HR noShade SIZE=1>
- </TD></TR>
- <TR>
- <TD colSpan=2>
- <DIV align=center><FONT color=#525d76 size=-1><EM>Copyright © 2003-2005,
- The Apache Software Foundation
</EM></FONT></DIV></TD></TR></TBODY></TABLE><!-- end the processing
--></BODY></HTML>
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<title>Apache stdcxx - Apache stdcxx</title>
+<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
+<meta name="author" value="stdcxx Documentation Team" />
+<meta name="email" value="[email protected]" />
+</head>
+<body text="#000000" link="#525D76" bgcolor="#ffffff">
+<table cellspacing="0" width="100%" border="0">
+<tbody>
+<tr>
+<td align="left">
+<table>
+<tbody>
+<tr>
+<td></td>
+<td align="left" border="0"></td></tr></tbody></table></td>
+<td align="right">
+<a href="http://incubator.apache.org/stdcxx/"><img alt="Apache stdcxx"
+ src="http://incubator.apache.org/images/apache-incubator-logo.png"
+ border="0" /></a></td></tr></tbody></table>
+<table cellspacing="4" width="100%" border="0">
+<tbody>
+<tr>
+<td colspan="2">
+<hr noshade="noshade" size="1" /></td></tr>
+<tr>
+<td valign="top" nowrap="nowrap" width="20%">
+<!-- ============================================================ -->
+<p><strong>General</strong></p>
+<ul>
+<li>
+<a href="http://incubator.apache.org/stdcxx/index.html">Home</a></li>
+<li><a href="http://www.apache.org/">ASF</a></li></ul></td>
+<td valign="top" align="left" width="80%">
+<table cellspacing="0" cellpadding="2" width="100%" border="0">
+<tbody>
+<tr>
+<td bgcolor="#525D76"><a name="Welcome to Apache stdcxx"
+id="Welcome to Apache stdcxx"><font face="arial,helvetica,sanserif"
+color="#ffffff"><strong>Welcome to Apache stdcxx</strong></font></a></td></tr>
+<tr>
+<td>
+<blockquote>
+<p>Welcome to Apache stdcxx, the C++ Standard Library project.
+Apache stdcxx is an effort undergoing incubation at the Apache
+Software Foundation. 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.</p>
+<p>The aim of the project is to produce a large and healthy
+community of those interested in STL and</p>
+<ul>
+<li>Create an independent implementation of C++ Standard Library
+under the Apache License v2</li>
+<li>Create a community-developed C++ Standard Library to allow
+independent implementations to share components</li>
+</ul>
+<p>The following factors are what set Apache stdcxx apart from other
+standard library implementations:</p>
+<ul>
+<li>Standards Compliance: The stdcxx project strives to be
+standards compliant with consistent behavior across platforms. This
+is not to say that the stdcxx project will be ìmore
+standardî than others, it is merely listed here to clarify
+that standards compliance is a major project consideration.</li>
+<li>Portability: The most unique attribute of the Apache stdcxx
+project is its commitment to portability. The code that makes up
+the stdcxx project was built from the ground up and has been
+managed over the last decade to ensure platform and compiler
+portability. In the last commercial iteration of this code, it was
+certified on 48 combinations of hardware, operating systems and
+compilers.</li>
+</ul>
+</blockquote>
+</td></tr>
+</tbody></table>
+<table cellspacing="0" cellpadding="2" width="100%" border="0">
+<tbody>
+<tr>
+<td bgcolor="#525D76"><a name="stdcxx News"
+id="stdcxx News"><font face="arial,helvetica,sanserif"
+color="#ffffff"><strong>stdcxx News</strong></font></a></td></tr>
+<tr>
+<td>
+<blockquote>
+<p><strong>Project accepted by Apache Incubator</strong></p>
+<blockquote>The Apache stdcxx project was accepted formally
+accepted for incubation by the Apache Incubator PMC.
+(<i>2005-05-19</i>)
+</blockquote>
+</blockquote>
+</td></tr>
+</tbody></table>
+</td></tr>
+<!-- FOOTER -->
+<tr>
+<td colspan="2">
+<hr noshade="noshade" size="1" /></td></tr>
+<tr>
+<td colspan="2">
+<div align="center"><font color="#525D76" size="-1"><em>Copyright
+© 2003-2005, The Apache Software
Foundation</em></font></div></td></tr></tbody></table>
+</body>
+</html>