2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-29 08:02:20 +00:00
Files
website/development/index.html
Rene Rivera 9eb9862dba Arrgg... Try that Ohloh fix again.
[SVN r43905]
2008-03-28 05:35:47 +00:00

111 lines
3.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=us-ascii" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<link rel="stylesheet" type="text/css" href=
"../style/section-development.css" />
<!--[if IE]> <style type="text/css"> body { behavior: url(/style/csshover.htc); } </style> <![endif]-->
<style type="text/css">
/*<![CDATA[*/
#content .section .ohloh > div {
background: transparent !important;
}
#content .section .ohloh table {
background: transparent !important;
clear: none !important;
border-spacing: 0em !important;
margin-bottom: 0.25em !important;
}
#content .section .ohloh table tr td {
border: none !important;
}
#content .section #ohloh-cost table tr td {
background: transparent !important;
border-bottom: 1px #DDD solid !important;
}
#content .section .ohloh img {
border: none !important;
padding: 0em !important;
}
/*]]>*/
</style>
</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>Development</h1>
</div>
<div class="section-body">
<p>Boost developers constitute a wide array of people throught
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 voluteer <a href=
"testing.html">testing</a> resources. The wonderful people at
<a href="http://www.ohloh.net/" class="external">Ohloh</a>
provide a peek into what goes into Boost:</p>
<ul class="directory" id="ohloh-languages">
<li class="ohloh">
<script type="text/javascript" src=
"http://www.ohloh.net/projects/3/widgets/project_languages">
</script>
</li>
<li class="ohloh" id="ohloh-cost">
<script type="text/javascript" src=
"http://www.ohloh.net/projects/3/widgets/project_cocomo">
</script>
</li>
</ul>
</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>