Skip to content

Commit f82253e

Browse files
committed
Updating documentation for 0.7.1
1 parent 3799d80 commit f82253e

24 files changed

+153
-167
lines changed

_sources/getting_started.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ http://svn.github.com/mikhailberis/cpp-netlib.git.
5757
.. _msysGit: http://code.google.com/p/msysgit/downloads/list
5858
.. _Subversion: http://subversion.tigris.org/
5959

60-
.. note:: The :mod:`cpp-netlib` project is hosted on GitHub_ and follows the
60+
.. note:: The :mod:`cpp-netlib` project is hosted on GitHub_ and follows the
6161
prescribed development model for GitHub_ based projects. This means in case
6262
you want to submit patches, you will have to create a fork of the project
6363
(read up on forking_) and then submit a pull request (read up on submitting
@@ -70,7 +70,7 @@ Getting Boost
7070
=============
7171

7272
:mod:`cpp-netlib` depends on Boost_. It should work for any version
73-
of Boost above 1.41.0. If Boost is not installed on your system, the
73+
of Boost above 1.43.0. If Boost is not installed on your system, the
7474
latest package can be found on the `Boost web-site`_. The environment
7575
variable ``BOOST_ROOT`` must be defined, which must be the full path
7676
name of the top directory of the Boost distribution. Although Boost
@@ -164,7 +164,7 @@ join the discussion) you have a few options to choose from.
164164

165165
For reporting bugs, feature requests, and asking questions about the
166166
implementation and/or the documentation, you can go to the GitHub issues page
167-
for the project at http://github.com/mikhailberis/cpp-netlib/issues.
167+
for the project at http://github.com/cpp-netlib/cpp-netlib/issues.
168168

169169
You can also opt to join the developers mailing list for a more personal
170170
interaction with the developers of the project. You can join the mailing list
@@ -173,4 +173,4 @@ through https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel.
173173
You may also choose to get commercial support from:
174174

175175
Dean Michael Berris - <[email protected]>
176-
176+

_sources/index.txt

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
.. :Authors: Glyn Matthews <[email protected]>
1414
.. Dean Michael Berris <[email protected]>
1515
.. :Date: Oct 9, 2010
16-
.. :Version: 0.7
16+
.. :Version: 0.7.1
1717
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
1818
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2010.
1919
.. Distributed under the Boost Software License, Version
@@ -33,11 +33,11 @@ some point in the future be submitted for review into Boost. A
3333
presentation about :mod:`cpp-netlib` was given at `BoostCon 2010`_,
3434
for which the `slides`_ and the `paper`_ can be found on-line.
3535

36-
Sneak Peak
36+
Sneak Peek
3737
----------
3838

3939
The :mod:`cpp-netlib` allows you to write semantically consistent code for
40-
making different kinds of higher level network applications.
40+
making different kinds of higher level network applications.
4141

4242
The library allows for writing simple code for simple C++ HTTP client
4343
applications like:
@@ -60,7 +60,7 @@ Download
6060

6161
You can download the latest releases of the library at:
6262

63-
http://github.com/mikhailberis/cpp-netlib/downloads
63+
http://github.com/cpp-netlib/cpp-netlib/downloads
6464

6565
You can also get the latest developments from the Git_ repository at:
6666

@@ -69,7 +69,7 @@ You can also get the latest developments from the Git_ repository at:
6969
You can find more information about the progress of the development by checking
7070
the GitHub_ project page at:
7171

72-
http://github.com/mikhailberis/cpp-netlib
72+
http://github.com/cpp-netlib/cpp-netlib
7373

7474
Support
7575
-------
@@ -81,7 +81,7 @@ mailing list by joining via:
8181

8282
You may also file issues on the Github_ issue tracker at:
8383

84-
http://github.com/mikhailberis/cpp-netlib/issues
84+
http://github.com/cpp-netlib/cpp-netlib/issues
8585

8686
Contents
8787
--------
@@ -95,7 +95,6 @@ Contents
9595
in_depth.rst
9696
techniques.rst
9797
history.rst
98-
install.rst
9998
references.rst
10099

101100
.. _Boost: http://www.boost.org/

directives.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Directives &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>Directives &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
<link rel="up" title="Techniques" href="techniques.html" />
2727
<link rel="next" title="Static and dynamic polymorphism" href="polymorphism.html" />
2828
<link rel="prev" title="Tag metafunctions" href="tag_metafunctions.html" />
@@ -32,7 +32,7 @@
3232
<div class="document">
3333
<div id="custom-doc" class="yui-t4">
3434
<div id="hd">
35-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<div class="nav">
3737
&laquo; <a href="tag_metafunctions.html" title="Tag metafunctions">previous</a>
3838
|
@@ -153,7 +153,7 @@ <h3>Browse</h3>
153153
<h3>You are here:</h3>
154154
<ul>
155155
<li>
156-
<a href="index.html">cpp-netlib v0.7 documentation</a>
156+
<a href="index.html">cpp-netlib v0.7.1 documentation</a>
157157

158158
<ul><li><a href="techniques.html">Techniques</a>
159159

examples.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Examples &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>Examples &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
<link rel="next" title="HTTP examples" href="examples_http.html" />
2727
<link rel="prev" title="Getting Started" href="getting_started.html" />
2828
</head>
@@ -31,11 +31,11 @@
3131
<div class="document">
3232
<div id="custom-doc" class="yui-t4">
3333
<div id="hd">
34-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
34+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3535
<div class="nav">
3636
&laquo; <a href="getting_started.html" title="Getting Started">previous</a>
3737
|
38-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
38+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a>
3939
|
4040
<a href="examples_http.html" title="HTTP examples">next</a> &raquo;</div>
4141
</div>
@@ -86,7 +86,7 @@ <h3>Browse</h3>
8686
<h3>You are here:</h3>
8787
<ul>
8888
<li>
89-
<a href="index.html">cpp-netlib v0.7 documentation</a>
89+
<a href="index.html">cpp-netlib v0.7.1 documentation</a>
9090

9191
<ul><li>Examples</li></ul>
9292

@@ -122,7 +122,7 @@ <h3>Quick search</h3>
122122
<div class="nav">
123123
&laquo; <a href="getting_started.html" title="Getting Started">previous</a>
124124
|
125-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
125+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a>
126126
|
127127
<a href="examples_http.html" title="HTTP examples">next</a> &raquo;</div>
128128
</div>

examples_http.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>HTTP examples &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>HTTP examples &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
<link rel="up" title="Examples" href="examples.html" />
2727
<link rel="next" title="HTTP client" href="http_client.html" />
2828
<link rel="prev" title="Examples" href="examples.html" />
@@ -32,7 +32,7 @@
3232
<div class="document">
3333
<div id="custom-doc" class="yui-t4">
3434
<div id="hd">
35-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<div class="nav">
3737
&laquo; <a href="examples.html" title="Examples">previous</a>
3838
|
@@ -97,7 +97,7 @@ <h3>Browse</h3>
9797
<h3>You are here:</h3>
9898
<ul>
9999
<li>
100-
<a href="index.html">cpp-netlib v0.7 documentation</a>
100+
<a href="index.html">cpp-netlib v0.7.1 documentation</a>
101101

102102
<ul><li><a href="examples.html">Examples</a>
103103

genindex.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Index &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>Index &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,16 +22,16 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
</head>
2727
<body>
2828

2929
<div class="document">
3030
<div id="custom-doc" class="">
3131
<div id="hd">
32-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
32+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3333
<div class="nav">
34-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a></div>
34+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a></div>
3535
</div>
3636

3737
<div id="bd">
@@ -55,7 +55,7 @@ <h1 id="index">Index</h1>
5555

5656
<div id="ft">
5757
<div class="nav">
58-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a></div>
58+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a></div>
5959
</div>
6060
</div>
6161

getting_started.html

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>Getting Started &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>Getting Started &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
<link rel="next" title="Examples" href="examples.html" />
2727
<link rel="prev" title="What’s New" href="whats_new.html" />
2828
</head>
@@ -31,11 +31,11 @@
3131
<div class="document">
3232
<div id="custom-doc" class="yui-t4">
3333
<div id="hd">
34-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
34+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3535
<div class="nav">
3636
&laquo; <a href="whats_new.html" title="What&amp;#8217;s New">previous</a>
3737
|
38-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
38+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a>
3939
|
4040
<a href="examples.html" title="Examples">next</a> &raquo;</div>
4141
</div>
@@ -93,7 +93,7 @@ <h2>Downloading a development version<a class="headerlink" href="#downloading-a-
9393
<div class="section" id="getting-boost">
9494
<h2>Getting Boost<a class="headerlink" href="#getting-boost" title="Permalink to this headline"></a></h2>
9595
<p><tt class="xref py py-mod docutils literal"><span class="pre">cpp-netlib</span></tt> depends on <a class="reference external" href="http://www.boost.org/doc/libs/release/more/getting_started/index.html">Boost</a>. It should work for any version
96-
of Boost above 1.41.0. If Boost is not installed on your system, the
96+
of Boost above 1.43.0. If Boost is not installed on your system, the
9797
latest package can be found on the <a class="reference external" href="http://www.boost.org/users/download/">Boost web-site</a>. The environment
9898
variable <tt class="docutils literal"><span class="pre">BOOST_ROOT</span></tt> must be defined, which must be the full path
9999
name of the top directory of the Boost distribution. Although Boost
@@ -170,7 +170,7 @@ <h2>Reporting Issues, Getting Support<a class="headerlink" href="#reporting-issu
170170
join the discussion) you have a few options to choose from.</p>
171171
<p>For reporting bugs, feature requests, and asking questions about the
172172
implementation and/or the documentation, you can go to the GitHub issues page
173-
for the project at <a class="reference external" href="http://github.com/mikhailberis/cpp-netlib/issues">http://github.com/mikhailberis/cpp-netlib/issues</a>.</p>
173+
for the project at <a class="reference external" href="http://github.com/cpp-netlib/cpp-netlib/issues">http://github.com/cpp-netlib/cpp-netlib/issues</a>.</p>
174174
<p>You can also opt to join the developers mailing list for a more personal
175175
interaction with the developers of the project. You can join the mailing list
176176
through <a class="reference external" href="https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel">https://lists.sourceforge.net/lists/listinfo/cpp-netlib-devel</a>.</p>
@@ -219,7 +219,7 @@ <h3>Browse</h3>
219219
<h3>You are here:</h3>
220220
<ul>
221221
<li>
222-
<a href="index.html">cpp-netlib v0.7 documentation</a>
222+
<a href="index.html">cpp-netlib v0.7.1 documentation</a>
223223

224224
<ul><li>Getting Started</li></ul>
225225

@@ -255,7 +255,7 @@ <h3>Quick search</h3>
255255
<div class="nav">
256256
&laquo; <a href="whats_new.html" title="What&amp;#8217;s New">previous</a>
257257
|
258-
<a title="cpp-netlib v0.7 documentation" href="index.html" accesskey="U">up</a>
258+
<a title="cpp-netlib v0.7.1 documentation" href="index.html" accesskey="U">up</a>
259259
|
260260
<a href="examples.html" title="Examples">next</a> &raquo;</div>
261261
</div>

hello_world_client.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
<head>
88
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
99

10-
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.7 documentation</title>
10+
<title>“Hello world” HTTP client &mdash; cpp-netlib v0.7.1 documentation</title>
1111
<link rel="stylesheet" href="_static/cpp-netlib.css" type="text/css" />
1212
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1313
<script type="text/javascript">
1414
var DOCUMENTATION_OPTIONS = {
1515
URL_ROOT: '',
16-
VERSION: '0.7',
16+
VERSION: '0.7.1',
1717
COLLAPSE_INDEX: false,
1818
FILE_SUFFIX: '.html',
1919
HAS_SOURCE: true
@@ -22,7 +22,7 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.7 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.7.1 documentation" href="index.html" />
2626
<link rel="up" title="HTTP examples" href="examples_http.html" />
2727
<link rel="next" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
2828
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
@@ -32,7 +32,7 @@
3232
<div class="document">
3333
<div id="custom-doc" class="yui-t4">
3434
<div id="hd">
35-
<h1><a href="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><a href="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<div class="nav">
3737
&laquo; <a href="hello_world_server.html" title="&amp;#8220;Hello world&amp;#8221; HTTP server">previous</a>
3838
|
@@ -164,7 +164,7 @@ <h3>Browse</h3>
164164
<h3>You are here:</h3>
165165
<ul>
166166
<li>
167-
<a href="index.html">cpp-netlib v0.7 documentation</a>
167+
<a href="index.html">cpp-netlib v0.7.1 documentation</a>
168168

169169
<ul><li><a href="examples.html">Examples</a>
170170

0 commit comments

Comments
 (0)