2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/community/acknowledgements.html
Daniel James 40688e1552 Update links for https
Mostly in comments. Might be better to use relative links from html.
2018-04-13 09:14:48 +01:00

166 lines
5.5 KiB
HTML

<!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:
https://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>
<dt>Rendering for producing Boost documentation in PDF
format</dt>
<dd>
<p>Thanks to <a href="http://www.renderx.com" class=
"external">RenderX.inc</a> for free use of their XEP
rendering program, vital for the production of the very
popular PDF versions of many Boost manuals written in
Quickbook, BoostBook, etc.</p>
</dd>
<dt>Development Documentation Hosting</dt>
<dd>
<p>Thanks to sourceforge for hosting the development
documentation for several libraries.</p>
</dd>
</dl>
<h2 id="testing">Testing</h2>
<p>The compiler status tables have been prepared with resources
donated by a number of individuals, educational institutions,
and companies. Boost would like to thank them for their
support. Some of the organizations helping include:</p>
<ul class="directory">
<li>
<p><img src="../gfx/borland_logo.gif" alt="Borland" width=
"70" height="33" /><br />
<a href="http://www.borland.com/">Borland</a></p>
</li>
<li>
<p><img src="../gfx/intel_logo.gif" alt="intel" width="72"
height="36" /><br />
<a href="http://www.intel.com/software/products">Intel
Corporation</a></p>
</li>
<li>
<p><img src="../gfx/ms_logo.gif" alt="Microsoft" width=
"113" height="35" /><br />
<a href=
"http://msdn.microsoft.com/visualc/">Microsoft</a></p>
</li>
<li>
<p><a href="http://www.hp.com/">Hewlett-Packard
Company</a></p>
</li>
<li>
<p><a href="http://www.lbl.gov">Lawrence Berkeley National
Laboratory</a></p>
</li>
<li>
<p><a href="http://www.osl.iu.edu/">Open Systems
Laboratory, Indiana University</a></p>
</li>
</ul>
<div class="clear"></div>
<p>Note, however, that Boost does not endorse any product or
service, nor does Boost guarantee that some or all of its
libraries work with any of the products or services mentioned
above.</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: 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>