$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-11-29 17:51:54
Author: danieljames
Date: 2007-11-29 17:51:54 EST (Thu, 29 Nov 2007)
New Revision: 41481
URL: http://svn.boost.org/trac/boost/changeset/41481
Log:
We're missing a page for the root of the 'C++' section, so I just moved the
links for the sub-pages from the old 'more' page into one. Obviously needs more
work but it fills the hole for now.
Added:
   website/public_html/beta/community/cpp.html   (contents, props changed)
Added: website/public_html/beta/community/cpp.html
==============================================================================
--- (empty file)
+++ website/public_html/beta/community/cpp.html	2007-11-29 17:51:54 EST (Thu, 29 Nov 2007)
@@ -0,0 +1,96 @@
+<!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>C++</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>C++</h1>
+            </div>
+
+            <div class="section-body">
+              <p><strong><a href="/community/committee.html">C++ Committee
+              Meetings</a></strong> FAQ for Boost Members wishing to attend a
+              standards committee meeting.</p>
+
+              <p><a href="generic_programming.html"><strong>Generic
+              Programming Techniques</strong></a> by <a href=
+              "/users/people/dave_abrahams.html">David Abrahams</a> and
+              Jeremy Siek
+              describe some of the techniques used in Boost libraries.</p>
+
+              <p><a href="error_handling.html"><strong>Error and Exception
+              Handling</strong></a> describes approaches to errors and
+              exceptions by <a href="/users/people/dave_abrahams.html">David
+              Abrahams</a>.</p>
+
+              <p><a href="exception_safety.html"><strong>Exception-Safety in
+              Generic Components</strong></a> Lessons Learned from Specifying
+              Exception-Safety for the C++ Standard Library by <a href=
+              "/users/people/dave_abrahams.html">David Abrahams</a>.</p>
+
+              <p><a href="/community/counted_body.html"><strong>Counted Body
+              Techniques</strong></a> by <a href=
+              "/users/people/kevlin_henney.html">Kevlin Henney</a> is must
+              reading for those interested in reference counting, a widely
+              used object management idiom. Originally published in <a href=
+              "http://www.accu.org/c++sig/public/Overload.html">Overload</a>
+              magazine.</p>
+
+              <p><a href=
+              "/development/implementation_variations.html"><strong>Implementation
+              Variations</strong></a>. Sometimes one size fits all, sometimes
+              it doesn't. This page deals with the trade-offs.</p>
+
+              <p><a href="feature_model_diagrams.htm"><strong>Feature Model
+              Diagrams in text and HTML</strong></a> describes how to
+              represent feature model diagrams in text form.</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: 2007-10-22 22:55:52 +0100 (Mon, 22 Oct 2007) $</p>
+      </div>
+
+      <div id="copyright">
+      </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>