|
Boost-Commit : |
From: grafikrobot_at_[hidden]
Date: 2007-12-03 14:06:09
Author: grafik
Date: 2007-12-03 14:06:08 EST (Mon, 03 Dec 2007)
New Revision: 41652
URL: http://svn.boost.org/trac/boost/changeset/41652
Log:
Add intro text for the community section of the web site.
Text files modified:
website/public_html/beta/community/index.html | 29 ++++++++++++++++++++++-------
1 files changed, 22 insertions(+), 7 deletions(-)
Modified: website/public_html/beta/community/index.html
==============================================================================
--- website/public_html/beta/community/index.html (original)
+++ website/public_html/beta/community/index.html 2007-12-03 14:06:08 EST (Mon, 03 Dec 2007)
@@ -3,10 +3,11 @@
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
- <title>Boost C++ Libraries</title>
+ <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" />
+ <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>
@@ -21,11 +22,27 @@
<div class="section" id="intro">
<div class="section-0">
<div class="section-title">
- <h1>Boost C++ Libraries</h1>
+ <h1>Community</h1>
</div>
<div class="section-body">
- <p>{stuff}</p>
+ <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>
@@ -47,9 +64,7 @@
</div>
<div id="copyright">
- <p>Copyright Beman Dawes, David Abrahams, 1998-2005.</p>
-
- <p>Copyright Rene Rivera 2004-2005.</p>
+ <p>Copyright Rene Rivera 2007.</p>
</div><!--#include virtual="/common/footer-license.html" -->
</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