mirror of
https://github.com/boostorg/website.git
synced 2026-01-19 04:42:17 +00:00
129 lines
4.4 KiB
HTML
129 lines
4.4 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 Development</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<link rel="icon" href="/favicon.ico" type="image/ico" />
|
|
<link rel="stylesheet" type="text/css" href=
|
|
"../style-v2/section-development.css" />
|
|
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
|
|
|
|
<style type="text/css">
|
|
/*<![CDATA[*/
|
|
#content .section .openhub > div {
|
|
background: transparent !important;
|
|
}
|
|
#content .section .openhub table {
|
|
background: transparent !important;
|
|
clear: none !important;
|
|
border-spacing: 0em !important;
|
|
margin-bottom: 0.25em !important;
|
|
}
|
|
#content .section .openhub table tr td {
|
|
border: none !important;
|
|
}
|
|
#content .section #openhub-cost table tr td {
|
|
background: transparent !important;
|
|
border-bottom: 1px #DDD solid !important;
|
|
}
|
|
#content .section .openhub img {
|
|
border: none !important;
|
|
padding: 0em !important;
|
|
}
|
|
/*]]>*/
|
|
</style>
|
|
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></head><!--
|
|
Note: Editing website content is documented at:
|
|
https://www.boost.org/development/website_updating.html
|
|
-->
|
|
|
|
<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>Development</h1>
|
|
</div>
|
|
|
|
<div class="section-body">
|
|
<p>Boost sources are on
|
|
<a href="https://github.com/boostorg">GitHub</a>.</p>
|
|
<p>Boost developers constitute a wide array of people
|
|
throughout much of the world. Over the years much work has gone
|
|
into the quantity and quality of the C++ libraries and tools
|
|
that make up Boost. There are many ways to become part of the
|
|
Boost developer community, all starting with getting involved
|
|
in the development discussion. But if you are looking for an
|
|
"easy" place to get your feet wet is to volunteer <a href=
|
|
"testing.html">testing</a> resources. The wonderful people at
|
|
<a href="http://www.openhub.net/" class="external">Black Duck
|
|
Open Hub</a> provide a peek into what goes into Boost:</p>
|
|
|
|
<ul class="directory" id="openhub-languages">
|
|
<li class="openhub">
|
|
<script type="text/javascript" src=
|
|
"https://www.openhub.net/p/boost/widgets/project_languages?format=js">
|
|
</script>
|
|
</li>
|
|
|
|
<li class="openhub" id="openhub-cost">
|
|
<script type="text/javascript" src=
|
|
"https://www.openhub.net/p/boost/widgets/project_cocomo?format=js">
|
|
</script>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="section-title">
|
|
<h1>Release Schedule</h1>
|
|
</div>
|
|
|
|
<div class="section-body">
|
|
<p>Below is a community maintained calendar of Boost related
|
|
events. The release managers try to keep the release related
|
|
portion of the calendar up to date.</p><iframe src=
|
|
"https://www.google.com/calendar/embed?src=5rorfm42nvmpt77ac0vult9iig%40group.calendar.google.com&ctz=America/Chicago"
|
|
class="c1" width="100%" height="600" frameborder="0" scrolling=
|
|
"no"></iframe>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="sidebar">
|
|
<!--#include virtual="/common/sidebar-common.html" -->
|
|
<!--#include virtual="/common/sidebar-development.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>
|