$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: grafikrobot_at_[hidden]
Date: 2007-11-30 11:21:13
Author: grafik
Date: 2007-11-30 11:21:13 EST (Fri, 30 Nov 2007)
New Revision: 41496
URL: http://svn.boost.org/trac/boost/changeset/41496
Log:
Move the content of old more/links.html doc to new web site. (fixes #1360).
Text files modified: 
   website/public_html/beta/community/cpp.html |   143 +++++++++++++++++++++++++++++---------- 
   website/public_html/beta/support/index.html |    14 +++                                     
   2 files changed, 118 insertions(+), 39 deletions(-)
Modified: website/public_html/beta/community/cpp.html
==============================================================================
--- website/public_html/beta/community/cpp.html	(original)
+++ website/public_html/beta/community/cpp.html	2007-11-30 11:21:13 EST (Fri, 30 Nov 2007)
@@ -26,42 +26,108 @@
             </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>
+              <h2><a name="cpp" id="cpp">C++</a> Organizations</h2>
+
+              <dl>
+                <dt><a href="http://www.open-std.org/jtc1/sc22/wg21/">C++
+                Standards Committee</a></dt>
+
+                <dd>Issues lists and papers give insight into current status
+                and future directions.</dd>
+
+                <dt><a href="http://www.accu.org">Association of C & C++
+                Users</a></dt>
+
+                <dd>Over 2400 book reviews, and lots more.</dd>
+              </dl>
+
+              <h2>Online Publications</h2>
+
+              <dl>
+                <dt><a href="http://www.artima.com/cppsource/index.jsp">The
+                C++ Source</a></dt>
+
+                <dd><i>"The Premier Online Journal for the C++
+                Community"</i>.</dd>
+              </dl>
+
+              <h2>Copies of the C++ Standard</h2>
+
+              <dl>
+                <dt><a href=
+                "http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
+                ANSI Store</a></dt>
+
+                <dd>The full C++ Standard including TC1 corrections
+                (INCITS/ISO/IEC 14882) is available as a PDF document for $18
+                US. The document is certainly not a tutorial, but is
+                interesting to those who care about the precise specification
+                of both the language and the standard library.</dd>
+
+                <dt><a href=
+                "http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470846747.html">
+                Book</a></dt>
+
+                <dd>The full C++ Standard including TC1 corrections is also
+                available in book form, list price $65 US. Since the content
+                of the book is the same as the much cheaper ANSI PDF, the
+                book form is only of interest to those who prefer a physical
+                book, say for a school or company library.</dd>
+              </dl>
+
+              <h2>Contributed Articles</h2>
+
+              <dl>
+                <dt><a href="/community/committee.html">C++ Committee
+                Meetings</a></dt>
+
+                <dd>FAQ for Boost Members wishing to attend a standards
+                committee meeting.</dd>
+
+                <dt><a href="generic_programming.html">Generic Programming
+                Techniques</a></dt>
+
+                <dd>By <a href="/users/people/dave_abrahams.html">David
+                Abrahams</a> and <a href=
+                "/users/people/jeremy_siek.html">Jeremy Siek</a> describes
+                some of the techniques used in Boost libraries.</dd>
+
+                <dt><a href="error_handling.html">Error and Exception
+                Handling</a></dt>
+
+                <dd>Describes approaches to errors and exceptions by <a href=
+                "/users/people/dave_abrahams.html">David Abrahams</a>.</dd>
+
+                <dt><a href="exception_safety.html">Exception-Safety in
+                Generic Components</a></dt>
+
+                <dd>Lessons Learned from Specifying Exception-Safety for the
+                C++ Standard Library by <a href=
+                "/users/people/dave_abrahams.html">David Abrahams</a>.</dd>
+
+                <dt><a href="/community/counted_body.html">Counted Body
+                Techniques</a></dt>
+
+                <dd>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.</dd>
+
+                <dt><a href=
+                "/development/implementation_variations.html">Implementation
+                Variations</a></dt>
+
+                <dd>Sometimes one size fits all, sometimes it doesn't. This
+                page deals with the trade-offs.</dd>
+
+                <dt><a href="feature_model_diagrams.htm">Feature Model
+                Diagrams in text and HTML</a></dt>
+
+                <dd>Describes how to represent feature model diagrams in text
+                form.</dd>
+              </dl>
             </div>
           </div>
         </div>
@@ -83,6 +149,11 @@
       </div>
 
       <div id="copyright">
+        <p>Copyright Beman Dawes 2002.</p>
+
+        <p>Copyright Daniel James 2007.</p>
+
+        <p>Copyright Rene Rivera 2007.</p>
       </div><!--#include virtual="/common/footer-license.html" -->
     </div>
 
Modified: website/public_html/beta/support/index.html
==============================================================================
--- website/public_html/beta/support/index.html	(original)
+++ website/public_html/beta/support/index.html	2007-11-30 11:21:13 EST (Fri, 30 Nov 2007)
@@ -3,7 +3,7 @@
 
 <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
 <head>
-  <title>Boost C++ Libraries</title>
+  <title>Boost C++ Libraries Support</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-support.css" />
@@ -21,11 +21,19 @@
         <div class="section" id="intro">
           <div class="section-0">
             <div class="section-title">
-              <h1>Boost C++ Libraries</h1>
+              <h1>Boost C++ Libraries Support</h1>
             </div>
 
             <div class="section-body">
-              <p>{stuff}</p>
+              <h2>Commercial Support</h2>
+
+              <dl>
+                <dt><a href="http://www.boost-consulting.com" class=
+                "external">Boost Consulting</a></dt>
+
+                <dd>Support, training, and consulting from Boost
+                experts.</dd>
+              </dl>
             </div>
           </div>
         </div>