Parent Directory
|
Revision Log
|
Patch
--- stdcxx/site/index.html 2008/01/18 16:57:03 613202
+++ stdcxx/site/index.html 2008/01/18 22:59:26 613305
@@ -14,30 +14,19 @@
<!-- breadcrumbs -->
<div class="breadtrail">
<a href="http://apache.org/">Apache</a> >
- <a href="http://incubator.apache.org/">Incubator</a> >
- <a href="http://incubator.apache.org/stdcxx/">stdcxx</a>
+ <a href="http://stdcxx.apache.org/">stdcxx</a>
</div>
<div class="header">
<div class="grouplogo">
- <a href="http://incubator.apache.org/">
+ <a href="http://stdcxx.apache.org/">
<img class="logoImage"
alt="Apache Incubator"
- title="Apache Incubator"
- src="images/incubator_logo.gif"
+ title="The Apache C++ Standard Library"
+ src="images/stdcxx.png"
border="0" >
</a>
</div>
- <div class="projectlogo">
- <a href="http://incubator.apache.org/stdcxx/">
- <img class="logoImage"
- alt="STDCXX - Apache C++ Standard Library"
- title="STDCXX - Apache C++ Standard Library"
- src="images/stdcxx.gif"
- border="0">
-
- </a>
- </div>
<div class="searchbox">
<form action="http://www.google.com/search"
method="get"
@@ -147,11 +136,11 @@
<!--start main content-->
<div id="content">
- <h1>STDCXX - Apache C++ Standard Library</h1>
+ <h1>Apache C++ Standard Library (STDCXX)</h1>
<div id="minitoc-area">
<ul class="minitoc">
- <li><a href="#what_is">What is stdcxx?</a></li>
+ <li><a href="#what_is">What is The Apache C++ Standard Library?</a></li>
<li><a href="#objectives">Objectives</a></li>
<li><a href="#news">Project News</a></li>
<li><a href="#platforms">Platforms</a></li>
@@ -169,22 +158,22 @@
<!-- section ================================================= -->
<a name="what_is"></a>
- <h2 class="boxed">What is stdcxx?</h2>
+ <h2 class="boxed">What is the Apache C++ Standard Library?</h2>
<div class="section">
<p>
-The stdcxx project (pronounced "standard C++ library", not
-S-T-D-C-X-X) is a collection of algorithms, containers, iterators, and
-other fundamental components of every piece of software, implemented
-as C++ classes, templates, and functions essential for writing C++
-programs.
+The Apache C++ Standard Library project (code name stdcxx, pronounced
+"standard C++ library", <u>not</u> S-T-D-C-X-X) is a collection of
+algorithms, containers, iterators, and other fundamental components
+of every piece of software, implemented as C++ classes, templates,
+and functions essential for writing C++ programs.
</p>
<p>
-The goal of the Apache C++ Standard Library project is to provide a
-free implementation of the ISO/IEC 14882 international standard for
-C++ that enables source code portability and consistent behavior of
+The goal of the Apache C++ Standard Library is to provide a free
+implementation of the ISO/IEC 14882 international standard for C++
+that enables source code portability and consistent behavior of
programs across all major hardware implementations, operating systems,
and compilers, open source and commercial alike. An additional goal is
to achieve maximum implementation efficiency on each platform by
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |