2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 19:32:16 +00:00
Files
website/index.html
Rene Rivera aa53c736e8 Fix jumping footer on IE6.
[SVN r73]
2006-02-15 00:22:57 +00:00

162 lines
6.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta name="generator" content=
"HTML Tidy for Windows (vers 1st November 2003), see www.w3.org" />
<title>Boost C++ Libraries</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href="/style/section-welcome.css" />
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
</head>
<body>
<div id="heading">
<!--#include virtual="/common/heading.html" -->
</div>
<div id="body">
<div id="body-inner">
<div id="content">
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
<h1>Welcome to Boost.org!</h1>
</div>
<div class="section-body">
<p>Boost provides free peer-reviewed portable C++ source
libraries.</p>
<p>We emphasize libraries that work well with the C++ Standard
Library. Boost libraries are intended to be widely useful, and
usable across a broad spectrum of applications. The <a href=
"/users/license.html">Boost license</a> encourages both
commercial and non-commercial use.</p>
<p>We aim to establish "existing practice" and provide
reference implementations so that Boost libraries are suitable
for eventual standardization. Ten Boost libraries are already
included in the <a href=
"http://www.open-std.org/jtc1/sc22/wg21" class="external">C++
Standards Committee's</a> Library Technical Report (<a href=
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf"
class="external">TR1</a>) as a step toward becoming part of
a future C++ Standard. More Boost libraries are proposed for
the upcoming <a href=
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html"
class="external">TR2</a>.</p>
<p class="note"><span class="note-label">Getting
started:</span> <span class="note-body">Boost works on almost
any modern operating system, including UNIX and Windows
variants. Follow the <a href=
"/users/getting_started.html">Getting Started Guide</a> to
download and install Boost. Popular Linux and Unix
distributions such as <a href="http://fedora.redhat.com/"
class="external"><span class="link">Fedora</span></a>, <a href=
"http://www.debian.org/" class="external">Debian</a>, and
<a href="http://www.netbsd.org/" class="external">NetBSD</a>
include pre-built Boost packages. Boost may also already be
available on your organization's internal web
server.</span></p>
<p class="note"><span class="note-label">Background:</span>
<span class="note-body">Read on with the <a href=
"/users/">introductory material</a> to help you understand what
Boost is about and to help in educating your organization about
Boost.</span></p>
<p class="note"><span class="note-label">Community:</span>
<span class="note-body">Boost welcomes and thrives on
participation from a variety of individuals and organizations.
Many avenues for participation are available in the <a href=
"/community/">Boost Community</a>.</span></p>
<div class="directory">
<div class="directory-item">
<h2>News</h2>
<ul>
<li><em><a href=".">December 10, 2005 - asio Formal
Review Begins</a></em><br />
The review will run until Friday December 23rd. The
<a href="http://asio.sourceforge.net/">Boost.Asio</a>
library is intended for programmers using C++ for systems
programming, where access to operating system
functionality such as networking is often required.</li>
<li><em><a href=".">December 5, 2005 - Version
1.33.1</a></em><br />
Updated Libraries: Any, Config, Python, Smart Pointer,
Regex, Iostreams, Functional/Hash, Multi-index
Containers, Graph, Signals, Thread, and Wave.</li>
</ul>
<p><a href="/users/news.html">More News...</a></p>
</div>
<div class="directory-item">
<h2>Downloads</h2>
<ul>
<li><a href=
"http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041&amp;release_id=376197"
class="external">Boost 1.33.1</a></li>
<li><a href=
"http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=159715&amp;release_id=376194"
class="external">Boost 1.33.1 Documentation</a></li>
<li><a href=
"http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=72941&amp;release_id=344791"
class="external">Boost.Jam 3.1.11</a></li>
<li><a href=
"http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=80982&amp;release_id=278763"
class="external">Boost.Build 2.0-m10</a></li>
</ul>
<p><a href="/users/download.html">More Downloads...</a></p>
</div>
<div class="clear"></div>
</div>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date$</p>
</div>
<div id="copyright">
<p>Copyright Beman Dawes, David Abrahams, 1998-2005.</p>
<p>Copyright Rene Rivera 2004-2005.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</div>
<div id="footer-right">
<!--#include virtual="/common/footer-banners.html" -->
</div>
<div class="clear"></div>
</div>
</body>
</html>