2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-19 04:42:17 +00:00
Files
website/users/uses.html
2024-09-01 08:56:16 -07:00

125 lines
4.6 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>Who's Using Boost?</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-boost.css" />
<!--[if IE 7]> <style type="text/css"> body { behavior: url(/style-v2/csshover3.htc); } </style> <![endif]-->
<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>Who's Using Boost?</h1>
</div>
<div class="section-body">
<ul class="toc">
<li><a href="#Introduction">Introduction</a></li>
<li><a href="uses_open.html">Open Source Boost</a></li>
<li><a href="uses_inhouse.html">In House Boost</a></li>
<li><a href="uses_shrink.html">Shrink Wrapped Boost</a></li>
<li><a href="#Submissions">Submissions</a></li>
</ul>
<h2><a name="Introduction" id=
"Introduction"></a>Introduction</h2>
<p>Open source isn't just for nerds and researchers. Real world
programming challenges, irrespective of whether they are open
or closed source, can benefit enormously from the thought and
experience that has gone into the Boost software libraries. Put
simply, for any given problem for which Boost provides a
solution, Boost will strive to provide the best solution
possible. It's up to you to decide whether we've achieved that,
but as these pages will testify, many other developers have
found our solutions to be the best for them.</p>
<p><em>Disclaimer:</em> Boost's developers try to ensure that
the information on these pages is correct, but from time to
time inadvertent mistakes are bound to occur: if you would like
an entry in these pages to be removed or corrected please
contact the <a href="../community/moderators.html">Boost
Moderators</a>.</p>
<h2><a name="Submissions" id="Submissions"></a>Submissions</h2>
<p>If you have an application or library that's using Boost and
would like to be listed here, please post the following
information to the <a href="../community/groups.html#main">main
Boost developer mailing list</a>:</p>
<ul>
<li>The name of the Application/Product/Service.</li>
<li>The name of the company (where appropriate).</li>
<li>A paragraph describing the
Application/Product/Service.</li>
<li>Any information you can provide about which parts of
Boost you used, along with any comments you may have on how
Boost helped your product development.</li>
<li>URLs to your companies home page, and the home page of
the Application/Product/Service if there is one.</li>
</ul>
<p>Finally, if the subheadings used in the structure of these
pages don't fit your Product/Application/Service please say so:
we're always interested to hear how these pages can be improved
or better structured.</p>
</div>
</div>
</div>
</div>
<div id="sidebar">
<!--#include virtual="/common/sidebar-common.html" -->
<!--#include virtual="/common/sidebar-boost.html" -->
</div>
<div class="clear"></div>
</div>
</div>
<div id="footer">
<div id="footer-left">
<div id="revised">
<p>Revised $Date$</p>
</div>
<div id="copyright">
<p>Copyright Various Authors 2005.</p>
<p>Copyright Rene Rivera 2007.</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>