mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
New home page design with help from several Boosters; special thanks to Ed Brey and Doug Gregor
[SVN r11567]
This commit is contained in:
parent
fee427c403
commit
4cdc095518
1 changed files with 69 additions and 96 deletions
165
index.htm
165
index.htm
|
@ -8,74 +8,78 @@
|
|||
</head>
|
||||
|
||||
<body bgcolor="#FFFFFF" text="#000000">
|
||||
<h1>
|
||||
<img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86" align="center">
|
||||
Welcome to Boost.org!</h1>
|
||||
|
||||
<table border="1" bgcolor="#007F7F" cellpadding="2">
|
||||
<table>
|
||||
<tr>
|
||||
<table border="3" cellpadding="5" bordercolor="#007F7F" align="left">
|
||||
<tr>
|
||||
<td bgcolor="#FFFFFF"><img src="c++boost.gif" alt="c++boost.gif (8819 bytes)" width="277" height="86"></td>
|
||||
<td><a href="index.htm"><font face="Arial" color="#FFFFFF"><big>Home</big></font></a></td>
|
||||
<td><a href="libs/libraries.htm"><font face="Arial" color="#FFFFFF"><big>Libraries</big></font></a></td>
|
||||
<td><a href="people/people.htm"><font face="Arial" color="#FFFFFF"><big>People</big></font></a></td>
|
||||
<td><a href="more/faq.htm"><font face="Arial" color="#FFFFFF"><big>FAQ</big></font></a></td>
|
||||
<td><a href="more/index.htm"><font face="Arial" color="#FFFFFF"><big>More</big></font></a></td>
|
||||
<td>
|
||||
<p><b>Libraries<br>
|
||||
</b>• <a href="libs/libraries.htm">Documentation</a><br>
|
||||
• <a href="more/download.html">Download</a> <br>
|
||||
• <a href="more/download.html#Installation">Install</a> & <a href="tools/build/index.html">Build<br>
|
||||
</a>• <a href="status/compiler_status.html">Compiler Status</a></p>
|
||||
<p>
|
||||
<b>Mailing Lists</b><br>
|
||||
• <a href="more/mailing_lists.htm#main">Boost (Developers)</a><br>
|
||||
• <a href="more/mailing_lists.htm#users">Boost Users</a><br>
|
||||
• <a href="more/mailing_lists.htm#announce">Announcements</a><br>
|
||||
• <a href="more/discussion_policy.htm">Discussion Policy</a></p>
|
||||
<p>
|
||||
<b>Support<br>
|
||||
</b>
|
||||
• <a href="more/faq.htm">FAQ</a><br>
|
||||
• <a href="http://sourceforge.net/tracker/?group_id=7586">Request
|
||||
Support</a><br>
|
||||
• <a href="http://sourceforge.net/tracker/?group_id=7586">Report Bugs</a><br>
|
||||
• <a href="http://sourceforge.net/tracker/?group_id=7586">Suggest Features</a><br>
|
||||
• Also: <a href="more/mailing_lists.htm"> Mailing Lists</a></p>
|
||||
<p><b>About<br>
|
||||
</b>• <a href="more/formal_review_process.htm">Formal Reviews</a><b><br>
|
||||
</b>• <a href="more/formal_review_schedule.html">Review Schedule<br>
|
||||
</a>• <a href="more/lib_guide.htm#Requirements">Requirements</a><br>
|
||||
• <a href="more/lib_guide.htm#Guidelines">Guidelines</a><br>
|
||||
• <a href="more/submission_process.htm">Submissions</a></p>
|
||||
<p><b>Other Resources<br>
|
||||
</b>• <a href="http://www.yahoogroups.com/files/boost/">Files</a>
|
||||
(members only)<br>
|
||||
• <a href="http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/boost/boost/">CVS
|
||||
Repository<br>
|
||||
</a>• <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">Wiki</a>
|
||||
(unofficial)<br>
|
||||
• <a href="people/people.htm">People</a><br>
|
||||
• <a href="more/moderators.html">Moderators<br>
|
||||
</a>• <a href="more/index.htm">More...</a></p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<h1>Welcome to Boost.org!</h1>
|
||||
<table>
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td>
|
||||
<p>The Boost web site provides free peer-reviewed portable C++ source libraries.
|
||||
The emphasis is on libraries which work well with the C++ Standard
|
||||
Library.</p>
|
||||
<p> <a href="libs/libraries.htm">Libraries</a> gives a one line overview of
|
||||
each library.
|
||||
<br><a href="#Latest News">Latest News</a> gives a capsule history of recent
|
||||
releases.
|
||||
<br><a href="more/download.html">
|
||||
Download</a> gives download and installation information.
|
||||
<br><a href="status/compiler_status.html">
|
||||
Compiler Status</a> tells what
|
||||
library works with which compiler.
|
||||
<br><a href="people/people.htm">
|
||||
People</a> identifies some of the
|
||||
developers who write the libraries and maintain the web site.
|
||||
<br><a href="more/faq.htm">
|
||||
FAQ</a> answers questions we hope someone will
|
||||
bother to ask.
|
||||
<br><a href="http://sourceforge.net/tracker/?group_id=7586">
|
||||
Tracker</a> lets
|
||||
you view and submit bug, support, and feature requests.
|
||||
<br><a href="more/formal_review_schedule.html">
|
||||
Formal Review Schedule</a> shows current, future, and recent past review dates.
|
||||
<br><a href="more/lib_guide.htm">
|
||||
Library Requirements and Guidelines</a> and <a href="more/submission_process.htm">Library
|
||||
Submission Process</a> pages provide basic information for library authors.<br>
|
||||
<a href="more/discussion_policy.htm">Mailing List Discussion Policy</a> explains
|
||||
what's permissible and what isn't in mailing list postings.
|
||||
Library. One goal is to
|
||||
establish "existing practice" and provide reference implementations so
|
||||
that the Boost libraries are suitable for eventual standardization. Some of the
|
||||
libraries have already been proposed for inclusion in the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">C++
|
||||
Standards Committee</a>'s upcoming C++
|
||||
Standard Library Technical Report.</p>
|
||||
<p> Although Boost was begun by members of the C++
|
||||
Standards Committee Library Working Group, membership has expanded to include
|
||||
nearly two thousand members of the C++ community at large.
|
||||
</p>
|
||||
<h2><a name="Membership">Membership</a></h2>
|
||||
<p>If you are interested in Boost, please join our mailing list for
|
||||
discussions of both technical and site-related issues, and to participate in
|
||||
formal reviews of proposed libraries. Discussions can be received via email in summary or in full, or
|
||||
viewed online via a web browser. We use the <a href="http://www.yahoogroups.com">YahooGroups</a>
|
||||
list hosting service. Subscribe or unsubscribe by sending email to <a href="mailto:boost-subscribe@yahoogroups.com">boost-subscribe@yahoogroups.com</a>
|
||||
or <a href="mailto:boost-unsubscribe@yahoogroups.com">boost-unsubscribe@yahoogroups.com</a>
|
||||
respectively, or go to the <a href="http://www.yahoogroups.com/list/boost">mailing list home page</a>. Dave Abrahams,
|
||||
Darin Adler, Beman Dawes, John Maddock, and Jens Maurer are the list
|
||||
moderators.</p>
|
||||
<p>Boost also has a low-volume <a href="http://www.yahoogroups.com/list/boost-announce">announce-only
|
||||
mailing list</a> which announces upcoming formal reviews and software releases.</p>
|
||||
<p>For mailing list members only, preliminary libraries under discussion are
|
||||
available from the YahooGroups <a href="http://www.yahoogroups.com/files/boost/">Files
|
||||
section</a> (formerly called the "vault").</p>
|
||||
<p>Beman Dawes is the Boost <a name="webmaster">webmaster</a>; email him at <a href="mailto:beman@boost.org">beman@boost.org</a>
|
||||
with any concerns you don't want to just post to the mailing list.</p>
|
||||
<h2><a name="Rationale">Rationale</a></h2>
|
||||
<p>Boost was begun by members of the <a href="http://anubis.dkuug.dk/jtc1/sc22/wg21/">C++
|
||||
Standards Committee</a> Library Working Group to provide free peer-reviewed
|
||||
portable libraries to the C++ community. An additional objective is to
|
||||
establish "existing practice" and provide reference implementations so
|
||||
that the Boost libraries are suitable for eventual standardization. The intent is to propose many of these libraries for inclusion in the
|
||||
upcoming C++
|
||||
Standard Library Technical Report.</p>
|
||||
<p>If you are interested in becoming a member of Boost, please do so by joining our main
|
||||
developers mailing list. Discussions include both technical and site-related issues, and
|
||||
members are encouraged to participate in
|
||||
formal reviews of proposed libraries.</p>
|
||||
|
||||
<h2><a name="Latest News">Latest News</a></h2>
|
||||
<p>??? - Version 1.25.1</p>
|
||||
<p>November 3, 2001 - Version 1.25.1</p>
|
||||
<ul>
|
||||
<li><a href="tools/build/index.html">Boost Build System</a>: Continued
|
||||
improvements.</li>
|
||||
|
@ -141,44 +145,13 @@ Formal Review Schedule</a> added. Shows current, future, and recent past review
|
|||
by Toon Knapen</li>
|
||||
<li>Minor fixes to a number of other libraries.</li>
|
||||
</ul>
|
||||
<p>May 25, 2001 - Version 1.22.0
|
||||
<ul>
|
||||
<li><a href="libs/crc/index.html">CRC Library</a> added. Compute cyclic
|
||||
redundancy codes from Daryle Walker.</li>
|
||||
<li><a href="libs/graph/doc/index.html">Graph Library</a>: Minor fixes.</li>
|
||||
<li><a href="libs/integer/integer_traits.html">Integer Traits</a>: added wchar_t specialization, minor portability fixes.
|
||||
<li><a href="libs/regex/index.htm">Regex Library</a>: Minor portability fixes.</li>
|
||||
<li><a href="libs/smart_ptr/smart_ptr.htm">Smart Pointer Library</a>: fixed
|
||||
bugs, tightened requirements, added examples.
|
||||
<li><a href="libs/utility/utility.htm">Utility Library</a>: added
|
||||
checked_delete() and checked_array_delete() functions.
|
||||
</ul>
|
||||
<p>April 24, 2001 - Version 1.21.2
|
||||
<ul>
|
||||
<li><a href="libs/compatibility/index.html">Compatibility Library</a>
|
||||
added: Help for non-conforming standard libraries missing CXX headers from Ralf
|
||||
Grosse-Kunstleve, and help for missing standard library <limits>
|
||||
header from Jens Maurer. (These are unreviewed implementation
|
||||
libraries, treated as maintenance steps only.)</li>
|
||||
<li><a href="libs/random/index.html">Random Number Library</a>: Split into separate headers, updated documentation, added lagged_fibonacci generator.</li>
|
||||
<li><a href="libs/integer/index.htm">Integer Library</a>: Minor portability update.</li>
|
||||
<li><a href="libs/graph/doc/table_of_contents.html">Graph Library</a>: Changed algorithm interfaces to use named parameters technique. Added graph isomorphism algorithm.</li>
|
||||
<li><a href="more/download.html">Download</a> refinements - files now
|
||||
available from either FTP or web server.</li>
|
||||
<li><a href="http://sourceforge.net/tracker/?group_id=7586">Tracker</a> Added:
|
||||
View and submit bug, support, and feature requests.</li>
|
||||
<li> Minor portability fixes in several other libraries.</li>
|
||||
</ul>
|
||||
<p>March 14, 2001 - Version 1.21.1</p>
|
||||
<ul>
|
||||
<li>New <a href="more/download.html">download page</a>. The .zip and .tar.gz
|
||||
files now live on the SourceForge ftp site.</li>
|
||||
<li><a href="libs/graph/doc/index.html">Graph Library</a>: Minor docs fixes.</li>
|
||||
<li><a href="libs/python/doc/index.html">Python Library</a>: Minor docs fixes.</li>
|
||||
<li><a href="libs/regex/index.htm">Regex Library</a>: Minor portability fixes.</li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</table>
|
||||
|
||||
<hr>
|
||||
<p>Revised <!--webbot bot="Timestamp" s-type="EDITED" s-format="%d %B %Y" startspan -->30 October 2001<!--webbot bot="Timestamp" endspan i-checksum="32148" --></p>
|
||||
<p>Revised <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->04 November, 2001<!--webbot bot="Timestamp" endspan i-checksum="39357" --></p>
|
||||
|
||||
</body>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue