2
0
mirror of https://github.com/boostorg/website.git synced 2026-02-26 05:02:18 +00:00
Files
website/index.html
2005-08-15 03:20:13 +00:00

106 lines
4.5 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>
<title>Boost C++ Libraries</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link rel="stylesheet" type="text/css" href="style/basic.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">
<table class="nothing" summary="Welcome to Boost.org!">
<tr>
<td 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="more/license_info.html" class=
"internal"><span class="link">Boost license</span></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"><span class="link">C++ Standards
Committee's</span></a> Library Technical Report (<a href=
"http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf"
class="external"><span class="link">TR1</span></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"><span class="link">TR2</span></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="more/getting_started.html"
class="internal"><span class="link">Getting Started
Guide</span></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"><span class="link">Debian</span></a>, and
<a href="http://www.netbsd.org/" class=
"external"><span class="link">NetBSD</span></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">The <a href="more/background.html"
class="internal"><span class="link">Background Information
page</span></a> has introductory material to help those
educating their organization about Boost.</span></p>
</div>
</div>
</div>
</td>
<td id="sidebar">
<!--#include virtual="/common/sidebar-search.html" -->
<!--#include virtual="/common/sidebar-boost.html" -->
<!--#include virtual="/common/sidebar-news.html" --></td>
</tr>
</table>
</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>