Boost logo

Boost-Commit :

From: grafikrobot_at_[hidden]
Date: 2008-03-27 18:31:51


Author: grafik
Date: 2008-03-27 18:31:51 EDT (Thu, 27 Mar 2008)
New Revision: 43889
URL: http://svn.boost.org/trac/boost/changeset/43889

Log:
Add brief intro into boost development, with the ohlo stats.
Text files modified:
   website/public_html/beta/development/index.html | 51 ++++++++++++++++++++++++++++++++++++++-
   1 files changed, 49 insertions(+), 2 deletions(-)

Modified: website/public_html/beta/development/index.html
==============================================================================
--- website/public_html/beta/development/index.html (original)
+++ website/public_html/beta/development/index.html 2008-03-27 18:31:51 EDT (Thu, 27 Mar 2008)
@@ -7,8 +7,32 @@
   <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" />
+ "../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 .ohlo > div {
+ background: transparent !important;
+}
+#content .section .ohlo table {
+ background: transparent !important;
+ clear: none !important;
+ border-spacing: 0em !important;
+ margin-bottom: 0.25em !important;
+}
+#content .section .ohlo table tr td {
+ border: none !important;
+}
+#content .section #ohlo-cost table tr td {
+ background: transparent !important;
+ border-bottom: 1px #DDD solid !important;
+}
+#content .section .ohlo img {
+ border: none !important;
+ padding: 0em !important;
+}
+ /*]]>*/
+ </style>
 </head>
 
 <body>
@@ -26,7 +50,30 @@
             </div>
 
             <div class="section-body">
- <p>{stuff}</p>
+ <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
+ Ohlo
+ provide a peek into what goes into Boost:</p>
+
+ <ul class="directory" id="ohlo-languages">
+ <li class="ohlo">
+ <script type="text/javascript" src=
+ "http://www.ohloh.net/projects/3/widgets/project_languages">
+</script>
+ </li>
+
+ <li class="ohlo" id="ohlo-cost">
+ <script type="text/javascript" src=
+ "http://www.ohloh.net/projects/3/widgets/project_cocomo">
+</script>
+ </li>
+ </ul>
             </div>
           </div>
         </div>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk