2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-27 19:32:16 +00:00
Files
website/community/index.html
2007-12-03 19:06:08 +00:00

79 lines
2.6 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>Community</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-community.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>Community</h1>
</div>
<div class="section-body">
<p>Although Boost was begun by members of the C++ Standards
Committee Library Working Group, participation has expanded to
include thousands of programmers from the C++ community at
large.</p>
<p>If you are interested in participating in Boost, please join
our main <a href="groups.html#main">developers mailing
list</a>. Discussions are highly technical, and list members
are encouraged to participate in formal reviews of proposed
libraries. There is also a <a href="groups.html#users">users
mailing list</a>, and several <a href=
"groups.html#projects">project specific lists</a>.</p>
<p>If you are looking for more lievely interaction with the
Boost community there are also some <a href="irc.html">internet
relay chat</a> channels that users and developers like to hang
out in.</p>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-community.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 Rene Rivera 2007.</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>