-
Notifications
You must be signed in to change notification settings - Fork 125
Expand file tree
/
Copy pathacknowledgements.html
More file actions
164 lines (134 loc) · 5.56 KB
/
acknowledgements.html
File metadata and controls
164 lines (134 loc) · 5.56 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
<!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>
<meta name="generator" content=
"HTML Tidy for Mac OS X (vers 31 October 2006 - Apple Inc. build 16.4), see www.w3.org" />
<title>Acknowledgements</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<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>
<script defer data-domain="original.boost.org" src="https://plausible.io/js/script.js"></script></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 resources for the Boost mailing lists, our web
server, our <a href="http://svn.boost.org/trac/boost">wiki
and old bug tracker</a>, are donated by <a href=
"https://rackspace.com/" class=
"external">Rackspace</a>.</p>
<p>Maintenance, IT support, and general care-and-feeding of
the resources is donated by <a href="https://ciere.com/"
class="external">Ciere Consulting</a></p>
</dd>
<dt>SSL Certificate</dt>
<dd>
<p>Our wildcard SSL Certificate was generously donated by
the good folks at <a href="https://ciere.com/" class=
"external">Ciere Consulting</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>
</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>