Skip to content

Commit dde98de

Browse files
committed
Initial Content Conversion
This is based off of revision 56094d2c9f510f5ee4f1ffd4eb6b73788aaa62d7 of https://github.com/boostorg/website/. URL of exact commit is: boostorg/website@56094d2
1 parent a47f119 commit dde98de

File tree

557 files changed

+69189
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

557 files changed

+69189
-0
lines changed

boost-card.jpg

6.72 KB
Loading

boost-logo.png

37.5 KB
Loading

boost.png

6.16 KB
Loading

common/footer-banners.html

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
[XHTML 1.0](https://validator.w3.org/check?uri=referer)
7+
8+
9+
[CSS](https://jigsaw.w3.org/css-validator/check/referer)
10+
11+
12+
[OSI
13+
Certified](https://opensource.org/docs/definition.php)

common/footer-license.html

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
Distributed under the [Boost Software License, Version 1.0](/LICENSE_1_0.txt).

common/heading-doc.html

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---

common/heading.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
7+
8+
[Boost C++ Libraries
9+
Boost
10+
C++ Libraries](/)
11+
=============================================
12+
...one of the most highly
13+
regarded and expertly designed C++ library projects in the
14+
world. — [Herb Sutter](http://www.gotw.ca/) and [Andrei
15+
Alexandrescu](http://en.wikipedia.org/wiki/Andrei_Alexandrescu), [C++
16+
Coding Standards](http://safari.awprofessional.com/?XmlId=0321113586)

common/menu-boost.html

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
--- #### [Introduction >](/users/index.html)
6+
7+
8+
* [Download >](/users/download/)
9+
* [News >](/users/news/)
10+
* [Version History
11+
>](/users/history/)
12+
* [License >](/users/license.html)
13+
* [People >](/users/people.html)
14+
* [Memoriam >](/users/memoriam.html)
15+
* [Bibliography
16+
>](/users/bibliography.html)
17+
* [Who's Using Boost
18+
>](/users/uses.html)
19+
* [FAQ >](/users/faq.html)
20+
* [How Boost Started >](/users/proposal.pdf)
21+
* [Index >](/map.html)
22+
23+

common/menu-community.html

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
--- #### [Community >](/community/index.html)
6+
7+
8+
* [Discussion Groups >](/community/groups.html)
9+
* [Discussion Policy >](/community/policy.html)
10+
* [C++ >](/community/cpp.html)
11+
+ [Committee Meetings
12+
>](/community/committee.html)
13+
+ [Official Library Maintainer Program>](/community/official_library_maintainer_program.html)
14+
+ [Generic Progamming
15+
Techniques >](/community/generic_programming.html)
16+
+ [Error and Exception
17+
Handling >](/community/error_handling.html)
18+
+ [Exception-Safety in
19+
Generic Components >](/community/exception_safety.html)
20+
+ [Counted Body Techniques
21+
>](/community/counted_body.html)
22+
+ [Implementation Variations
23+
>](/community/implementation_variations.html)
24+
+ [Feature Model
25+
Diagrams >](/community/feature_model_diagrams.html)
26+
* [Acknowledgements >](/community/acknowledgements.html)
27+
* [Mailing Lists >](/community/groups.html)
28+
* [Moderators >](/community/moderators.html)
29+
* [Steering
30+
Committee >](https://sites.google.com/a/boost.org/steering/)
31+
* [Requesting a New Feature
32+
>](/community/requests.html)
33+
* [Reviews >](/community/reviews.html)
34+
+ [Schedule >](/community/review_schedule.html)
35+
* [Sandbox >](/community/sandbox.html)
36+
* [IRC >](/community/irc.html)
37+
* [Google Summer of Code >](/community/gsoc.html)
38+
+ [2006 Overview
39+
>](/community/gsoc_2006_boost_overview.html)
40+
* [C++Now >](http://cppnow.org)
41+
42+

common/menu-development.html

+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
--- #### [Development >](/development/index.html)
6+
7+
8+
* [GitHub >](https://github.com/boostorg)
9+
* [Submissions >](/development/submissions.html)
10+
* [Reporting and Fixing
11+
Bugs>](/development/bugs.html)
12+
* [Open Pull
13+
Requests Report>](/development/pull_requests.php)
14+
* [Testing >](/development/testing.html)
15+
+ [Master Summary
16+
>](/development/tests/master/developer/summary.html)
17+
+ [Master Issues
18+
>](/development/tests/master/developer/issues.html)
19+
+ [Develop
20+
Summary >](/development/tests/develop/developer/summary.html)
21+
+ [Develop
22+
Issues >](/development/tests/develop/developer/issues.html)
23+
+ [Running
24+
Regression Tests >](/development/running_regression_tests.html)
25+
* [Requirements and Guidelines
26+
>](/development/requirements.html)
27+
+ [Test policy >](/development/test.html)
28+
+ [Header policy >](/development/header.html)
29+
+ [Separate Source
30+
>](/development/separate_compilation.html)
31+
+ [Library Reuse >](/development/reuse.html)
32+
+ [Coding
33+
Guidelines for Integral Constant Expressions >](/development/int_const_guidelines.html)
34+
+ [Library
35+
Metadata >](/development/library_metadata.html)
36+
* ### Website
37+
38+
39+
+ [Updating
40+
>](/development/website_updating.html)
41+
+ [Exemplar >](/development/exemplar.html)
42+
+ [Design FAQ >](/development/design_faq.html)
43+
+ [Self Check >](/development/webcheck/index.html)
44+
45+

common/menu-welcome.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
--- #### [Welcome >](/)
6+
7+
8+
* [Getting Started >](/doc/libs/release/more/getting_started/index.html)
9+
* [Download >](/users/download/)
10+
* [Libraries >](/doc/libs/)
11+
* [Mailing Lists >](/community/groups.html)
12+
* [Reporting and
13+
Fixing Bugs>](/development/bugs.html)
14+
* [Wiki>](https://github.com/boostorg/wiki/wiki/)
15+
16+

common/sidebar-boost.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

common/sidebar-common.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
7+

common/sidebar-community.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

common/sidebar-development.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

common/sidebar-doc.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

common/sidebar-donate.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
[![Donate to Boost](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](/donate)
7+

common/sidebar-get-boost.html

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
[Get Boost](/users/download/)
7+
-----------------------------

common/sidebar-search.html

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
7+
8+
(function() {
9+
var cx = '011577717147771266991:jigzgqluebe';
10+
var gcse = document.createElement('script');
11+
gcse.type = 'text/javascript';
12+
gcse.async = true;
13+
gcse.src = 'https://cse.google.com/cse.js?cx=' + cx;
14+
var s = document.getElementsByTagName('script')[0];
15+
s.parentNode.insertBefore(gcse, s);
16+
})();

common/sidebar-support.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

common/sidebar-welcome.html

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title:
3+
copyright:
4+
revised:
5+
---
6+
*
7+
*
8+
*
9+
*
10+
*
11+

community/_template_.html

+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: Boost C++ Libraries
3+
copyright: Rene Rivera 2007.
4+
revised:
5+
---
6+
7+
8+
Boost C++ Libraries
9+
10+
11+
12+
Boost C++ Libraries
13+
===================
14+
15+
{stuff}
16+
17+
18+
19+
20+
21+
22+
23+
24+

community/acknowledgements.html

+84
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
---
2+
title: Acknowledgements
3+
copyright: David Abrahams 2011.
4+
revised: 2010-05-06 07:05:24 -0400
5+
---
6+
Acknowledgements
7+
8+
9+
/\*<![CDATA[\*/
10+
a.c2 {font-style: italic}
11+
strong.c1 {font-style: italic}
12+
/\*]]>\*/
13+
14+
15+
16+
Acknowledgements
17+
================
18+
19+
A list of some people and organizations who contribute to
20+
keeping Boost running.
21+
22+
23+
Technical Resources
24+
-------------------
25+
Web Hosting, Mailing Lists, and Trac Administration
26+
27+
Hosting resources for the Boost mailing lists, our web
28+
server, our [wiki
29+
and old bug tracker](http://svn.boost.org/trac/boost), are donated by [Rackspace](https://rackspace.com/).
30+
31+
32+
Maintenance, IT support, and general care-and-feeding of
33+
the resources is donated by [Ciere Consulting](https://ciere.com/)
34+
SSL Certificate
35+
36+
Our wildcard SSL Certificate was generously donated by
37+
the good folks at [Ciere Consulting](https://ciere.com/).
38+
Rendering for producing Boost documentation in PDF
39+
format
40+
41+
Thanks to [RenderX.inc](http://www.renderx.com) for free use of their XEP
42+
rendering program, vital for the production of the very
43+
popular PDF versions of many Boost manuals written in
44+
Quickbook, BoostBook, etc.
45+
46+
Testing
47+
-------
48+
49+
50+
The compiler status tables have been prepared with resources
51+
donated by a number of individuals, educational institutions,
52+
and companies. Boost would like to thank them for their
53+
support. Some of the organizations helping include:
54+
55+
56+
* ![Borland](../gfx/borland_logo.gif)
57+
58+
[Borland](http://www.borland.com/)
59+
* ![intel](../gfx/intel_logo.gif)
60+
61+
[Intel
62+
Corporation](http://www.intel.com/software/products)
63+
* ![Microsoft](../gfx/ms_logo.gif)
64+
65+
[Microsoft](http://msdn.microsoft.com/visualc/)
66+
* [Hewlett-Packard
67+
Company](http://www.hp.com/)
68+
* [Lawrence Berkeley National
69+
Laboratory](http://www.lbl.gov)
70+
* [Open Systems
71+
Laboratory, Indiana University](http://www.osl.iu.edu/)
72+
Note, however, that Boost does not endorse any product or
73+
service, nor does Boost guarantee that some or all of its
74+
libraries work with any of the products or services mentioned
75+
above.
76+
77+
78+
79+
80+
81+
82+
83+
84+

0 commit comments

Comments
 (0)