$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r74189 - website/public_html/live/community
From: dave_at_[hidden]
Date: 2011-09-01 21:15:49
Author: dave
Date: 2011-09-01 21:15:48 EDT (Thu, 01 Sep 2011)
New Revision: 74189
URL: http://svn.boost.org/trac/boost/changeset/74189
Log:
Added acknowledgements page
Added:
   website/public_html/live/community/acknowledgements.html   (contents, props changed)
Added: website/public_html/live/community/acknowledgements.html
==============================================================================
--- (empty file)
+++ website/public_html/live/community/acknowledgements.html	2011-09-01 21:15:48 EDT (Thu, 01 Sep 2011)
@@ -0,0 +1,95 @@
+<!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>Acknowledgements</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-v2/section-community.css" />
+  <!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
+
+  <style type="text/css">
+/*<![CDATA[*/
+  a.c2 {font-style: italic}
+  strong.c1 {font-style: italic}
+  /*]]>*/
+  </style>
+</head><!--
+Note: Editing website content is documented at:
+http://www.boost.org/development/website_updating.html
+-->
+
+<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>Acknowledgements</h1>
+            </div>
+
+            <div class="section-body">
+              <p>A list of some people and organizations who
+              contribute to keeping Boost running</p>
+
+              <h2>Technical Resources</h2>
+
+              <dl>
+                 <dt>Web Hosting, Mailing Lists, and Trac Administration</dt>
+                 <dd>
+              <p>Hosting of the Boost mailing lists, our web server,
+              our <a href="http://svn.boost.org/trac/boost">bug
+              tracker</a>, is donated by the <a href=
+              "http://www.osl.iu.edu/" class="external">Open Systems
+              Lab at Indiana University</a>.  Thanks to Andrew
+              Lumsdaine and DongInn Kim for their years of
+              support.</p>
+                 </dd>
+                 <dt>SSL Certificate</dt>
+                 <dd>
+              <p>Our wildcard SSL Certificate was generously donated
+              by the good folks at <a href= "http://www.certs4less.com"
+              class="external">Certs 4 Less</a>.</p>
+                 </dd>
+              </dl>
+              <ul>
+            </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: 2010-05-06 07:05:24 -0400 (Thu, 06 May 2010) $</p>
+      </div>
+
+      <div id="copyright">
+        <p>Copyright David Abrahams 2011.</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>