Skip to content

Commit cce0d58

Browse files
committed
Second docs committed.
1 parent 1b2f940 commit cce0d58

27 files changed

+701
-88
lines changed

boostbook.css

+588
Large diffs are not rendered by default.
File renamed without changes.
File renamed without changes.

html/index.html

+92
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,92 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4+
<title>C++ Network Library 0.5</title>
5+
<link rel="stylesheet" href="../boostbook.css" type="text/css">
6+
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7+
<link rel="home" href="index.html" title="C++ Network Library 0.5">
8+
<link rel="next" href="c___network_library/quick_start.html" title="Quick Start">
9+
</head>
10+
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11+
<table cellpadding="2" width="100%"><tr>
12+
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="http://www.boost.org/boost.png"></td>
13+
<td align="center"><a href="http://www.boost.org/index.html">Home</a></td>
14+
<td align="center"><a href="http://www.boost.org/libs/libraries.htm">Libraries</a></td>
15+
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16+
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17+
<td align="center"><a href="http://www.boost.org/more/index.htm">More</a></td>
18+
</tr></table>
19+
<hr>
20+
<div class="spirit-nav"><a accesskey="n" href="c___network_library/quick_start.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a></div>
21+
<div class="article" title="C++ Network Library 0.5">
22+
<div class="titlepage">
23+
<div>
24+
<div><h2 class="title">
25+
<a name="c___network_library"></a>C++ Network Library 0.5</h2></div>
26+
<div><div class="authorgroup">
27+
<div class="author"><h3 class="author">
28+
<span class="firstname">Glyn</span> <span class="surname">Matthews</span>
29+
</h3></div>
30+
<div class="author"><h3 class="author">
31+
<span class="firstname">Dean Michael</span> <span class="surname">Berris</span>
32+
</h3></div>
33+
</div></div>
34+
<div><p class="copyright">Copyright &#169; 2008 , 2009, 2010 Glyn Matthews, Dean Michael Berris</p></div>
35+
<div><div class="legalnotice" title="Legal Notice">
36+
<a name="id2857146"></a><p>
37+
Distributed under the Boost Software License, Version 1.0. (See accompanying
38+
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
39+
</p>
40+
</div></div>
41+
</div>
42+
<hr>
43+
</div>
44+
<div class="toc">
45+
<p><b>Table of Contents</b></p>
46+
<dl>
47+
<dt><span class="section"><a href="c___network_library/quick_start.html"> Quick Start</a></span></dt>
48+
<dt><span class="section"><a href="c___network_library/intro.html"> Introduction</a></span></dt>
49+
<dd><dl>
50+
<dt><span class="section"><a href="c___network_library/intro/motivation.html"> Motivation</a></span></dt>
51+
<dt><span class="section"><a href="c___network_library/intro/objectives.html"> Objectives</a></span></dt>
52+
<dt><span class="section"><a href="c___network_library/intro/history.html"> History</a></span></dt>
53+
</dl></dd>
54+
<dt><span class="section"><a href="c___network_library/using.html"> Using The C++ Network Library</a></span></dt>
55+
<dt><span class="section"><a href="c___network_library/architecture.html"> Architecture</a></span></dt>
56+
<dd><dl>
57+
<dt><span class="section"><a href="c___network_library/architecture/message.html"> The Message</a></span></dt>
58+
<dd><dl>
59+
<dt><span class="section"><a href="c___network_library/architecture/message/tag_dispatching.html">
60+
Tag Dispatching</a></span></dt>
61+
<dt><span class="section"><a href="c___network_library/architecture/message/message_concepts.html">
62+
Concepts</a></span></dt>
63+
<dt><span class="section"><a href="c___network_library/architecture/message/transformation_layer.html">
64+
Transformation layer</a></span></dt>
65+
<dt><span class="section"><a href="c___network_library/architecture/message/rendering_layer.html">
66+
Rendering layer</a></span></dt>
67+
</dl></dd>
68+
<dt><span class="section"><a href="c___network_library/architecture/uri.html"> The URI</a></span></dt>
69+
<dd><dl><dt><span class="section"><a href="c___network_library/architecture/uri/uri_concepts.html">
70+
URI Concepts</a></span></dt></dl></dd>
71+
</dl></dd>
72+
<dt><span class="section"><a href="c___network_library/protocol.html"> Application Layer Protocols</a></span></dt>
73+
<dd><dl><dt><span class="section"><a href="c___network_library/protocol/http.html"> HTTP</a></span></dt></dl></dd>
74+
<dt><span class="section"><a href="c___network_library/examples.html"> Examples</a></span></dt>
75+
<dd><dl>
76+
<dt><span class="section"><a href="c___network_library/examples/http_client.html"> HTTP Client</a></span></dt>
77+
<dt><span class="section"><a href="c___network_library/examples/simple_wget.html"> Simple 'wget'
78+
Clone</a></span></dt>
79+
</dl></dd>
80+
<dt><span class="section"><a href="c___network_library/reference.html"> Reference</a></span></dt>
81+
<dt><span class="section"><a href="c___network_library/acknowledgements.html"> Acknowledgements</a></span></dt>
82+
</dl>
83+
</div>
84+
</div>
85+
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
86+
<td align="left"><p><small>Last revised: January 13, 2010 at 21:26:50 GMT</small></p></td>
87+
<td align="right"><div class="copyright-footer"></div></td>
88+
</tr></table>
89+
<hr>
90+
<div class="spirit-nav"><a accesskey="n" href="c___network_library/quick_start.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a></div>
91+
</body>
92+
</html>
File renamed without changes.

index.html

+21-88
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,25 @@
1-
<html>
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml">
25
<head>
3-
<meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
4-
<title>C++ Network Library 0.5</title>
5-
<link rel="stylesheet" href="../boostbook.css" type="text/css">
6-
<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
7-
<link rel="home" href="index.html" title="C++ Network Library 0.5">
8-
<link rel="next" href="c___network_library/quick_start.html" title="Quick Start">
6+
<meta http-equiv="refresh" content="0; URL=html/index.html" />
7+
8+
<title></title>
9+
<link rel="stylesheet" href="boostbook.css" type="text/css" />
910
</head>
10-
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
11-
<table cellpadding="2" width="100%"><tr>
12-
<td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="http://www.boost.org/boost.png"></td>
13-
<td align="center"><a href="http://www.boost.org/index.html">Home</a></td>
14-
<td align="center"><a href="http://www.boost.org/libs/libraries.htm">Libraries</a></td>
15-
<td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
16-
<td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
17-
<td align="center"><a href="http://www.boost.org/more/index.htm">More</a></td>
18-
</tr></table>
19-
<hr>
20-
<div class="spirit-nav"><a accesskey="n" href="c___network_library/quick_start.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a></div>
21-
<div class="article" title="C++ Network Library 0.5">
22-
<div class="titlepage">
23-
<div>
24-
<div><h2 class="title">
25-
<a name="c___network_library"></a>C++ Network Library 0.5</h2></div>
26-
<div><div class="authorgroup">
27-
<div class="author"><h3 class="author">
28-
<span class="firstname">Glyn</span> <span class="surname">Matthews</span>
29-
</h3></div>
30-
<div class="author"><h3 class="author">
31-
<span class="firstname">Dean Michael</span> <span class="surname">Berris</span>
32-
</h3></div>
33-
</div></div>
34-
<div><p class="copyright">Copyright &#169; 2008 , 2009, 2010 Glyn Matthews, Dean Michael Berris</p></div>
35-
<div><div class="legalnotice" title="Legal Notice">
36-
<a name="id2857146"></a><p>
37-
Distributed under the Boost Software License, Version 1.0. (See accompanying
38-
file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
39-
</p>
40-
</div></div>
41-
</div>
42-
<hr>
43-
</div>
44-
<div class="toc">
45-
<p><b>Table of Contents</b></p>
46-
<dl>
47-
<dt><span class="section"><a href="c___network_library/quick_start.html"> Quick Start</a></span></dt>
48-
<dt><span class="section"><a href="c___network_library/intro.html"> Introduction</a></span></dt>
49-
<dd><dl>
50-
<dt><span class="section"><a href="c___network_library/intro/motivation.html"> Motivation</a></span></dt>
51-
<dt><span class="section"><a href="c___network_library/intro/objectives.html"> Objectives</a></span></dt>
52-
<dt><span class="section"><a href="c___network_library/intro/history.html"> History</a></span></dt>
53-
</dl></dd>
54-
<dt><span class="section"><a href="c___network_library/using.html"> Using The C++ Network Library</a></span></dt>
55-
<dt><span class="section"><a href="c___network_library/architecture.html"> Architecture</a></span></dt>
56-
<dd><dl>
57-
<dt><span class="section"><a href="c___network_library/architecture/message.html"> The Message</a></span></dt>
58-
<dd><dl>
59-
<dt><span class="section"><a href="c___network_library/architecture/message/tag_dispatching.html">
60-
Tag Dispatching</a></span></dt>
61-
<dt><span class="section"><a href="c___network_library/architecture/message/message_concepts.html">
62-
Concepts</a></span></dt>
63-
<dt><span class="section"><a href="c___network_library/architecture/message/transformation_layer.html">
64-
Transformation layer</a></span></dt>
65-
<dt><span class="section"><a href="c___network_library/architecture/message/rendering_layer.html">
66-
Rendering layer</a></span></dt>
67-
</dl></dd>
68-
<dt><span class="section"><a href="c___network_library/architecture/uri.html"> The URI</a></span></dt>
69-
<dd><dl><dt><span class="section"><a href="c___network_library/architecture/uri/uri_concepts.html">
70-
URI Concepts</a></span></dt></dl></dd>
71-
</dl></dd>
72-
<dt><span class="section"><a href="c___network_library/protocol.html"> Application Layer Protocols</a></span></dt>
73-
<dd><dl><dt><span class="section"><a href="c___network_library/protocol/http.html"> HTTP</a></span></dt></dl></dd>
74-
<dt><span class="section"><a href="c___network_library/examples.html"> Examples</a></span></dt>
75-
<dd><dl>
76-
<dt><span class="section"><a href="c___network_library/examples/http_client.html"> HTTP Client</a></span></dt>
77-
<dt><span class="section"><a href="c___network_library/examples/simple_wget.html"> Simple 'wget'
78-
Clone</a></span></dt>
79-
</dl></dd>
80-
<dt><span class="section"><a href="c___network_library/reference.html"> Reference</a></span></dt>
81-
<dt><span class="section"><a href="c___network_library/acknowledgements.html"> Acknowledgements</a></span></dt>
82-
</dl>
83-
</div>
84-
</div>
85-
<table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
86-
<td align="left"><p><small>Last revised: January 13, 2010 at 21:26:50 GMT</small></p></td>
87-
<td align="right"><div class="copyright-footer"></div></td>
88-
</tr></table>
89-
<hr>
90-
<div class="spirit-nav"><a accesskey="n" href="c___network_library/quick_start.html"><img src="http://www.boost.org/doc/html/images/next.png" alt="Next"></a></div>
11+
12+
<body>
13+
Automatic redirection failed, please go to <a href=
14+
"html/index.html">index.html</a>.
15+
16+
<div class="copyright-footer">
17+
<p>Copyright 2010 Glyn Matthews</p>
18+
19+
<p>Distributed under the Boost Software License, Version 1.0. (See
20+
accompanying file <a href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy
21+
at <a href=
22+
"http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p>
23+
</div>
9124
</body>
9225
</html>

0 commit comments

Comments
 (0)