Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf82253e

Browse files
committed
Updating documentation for 0.7.1
1 parent3799d80 commitf82253e

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 - <me@deanberris.com>
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 <glyn.matthews@gmail.com>
1414
.. Dean Michael Berris <mikhailberis@gmail.com>
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-
SneakPeak
36+
SneakPeek
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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
<linkrel="up"title="Techniques"href="techniques.html"/>
2727
<linkrel="next"title="Static and dynamic polymorphism"href="polymorphism.html"/>
2828
<linkrel="prev"title="Tag metafunctions"href="tag_metafunctions.html"/>
@@ -32,7 +32,7 @@
3232
<divclass="document">
3333
<divid="custom-doc"class="yui-t4">
3434
<divid="hd">
35-
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><ahref="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<divclass="nav">
3737
&laquo;<ahref="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-
<ahref="index.html">cpp-netlib v0.7 documentation</a>
156+
<ahref="index.html">cpp-netlib v0.7.1 documentation</a>
157157

158158
<ul><li><ahref="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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
<linkrel="next"title="HTTP examples"href="examples_http.html"/>
2727
<linkrel="prev"title="Getting Started"href="getting_started.html"/>
2828
</head>
@@ -31,11 +31,11 @@
3131
<divclass="document">
3232
<divid="custom-doc"class="yui-t4">
3333
<divid="hd">
34-
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
34+
<h1><ahref="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3535
<divclass="nav">
3636
&laquo;<ahref="getting_started.html"title="Getting Started">previous</a>
3737
|
38-
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
38+
<atitle="cpp-netlib v0.7.1 documentation"href="index.html"accesskey="U">up</a>
3939
|
4040
<ahref="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-
<ahref="index.html">cpp-netlib v0.7 documentation</a>
89+
<ahref="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
<divclass="nav">
123123
&laquo;<ahref="getting_started.html"title="Getting Started">previous</a>
124124
|
125-
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
125+
<atitle="cpp-netlib v0.7.1 documentation"href="index.html"accesskey="U">up</a>
126126
|
127127
<ahref="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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
<linkrel="up"title="Examples"href="examples.html"/>
2727
<linkrel="next"title="HTTP client"href="http_client.html"/>
2828
<linkrel="prev"title="Examples"href="examples.html"/>
@@ -32,7 +32,7 @@
3232
<divclass="document">
3333
<divid="custom-doc"class="yui-t4">
3434
<divid="hd">
35-
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><ahref="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<divclass="nav">
3737
&laquo;<ahref="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-
<ahref="index.html">cpp-netlib v0.7 documentation</a>
100+
<ahref="index.html">cpp-netlib v0.7.1 documentation</a>
101101

102102
<ul><li><ahref="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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
</head>
2727
<body>
2828

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

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

5656
<divid="ft">
5757
<divclass="nav">
58-
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a></div>
58+
<atitle="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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
<linkrel="next"title="Examples"href="examples.html"/>
2727
<linkrel="prev"title="What’s New"href="whats_new.html"/>
2828
</head>
@@ -31,11 +31,11 @@
3131
<divclass="document">
3232
<divid="custom-doc"class="yui-t4">
3333
<divid="hd">
34-
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
34+
<h1><ahref="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3535
<divclass="nav">
3636
&laquo;<ahref="whats_new.html"title="What&amp;#8217;s New">previous</a>
3737
|
38-
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
38+
<atitle="cpp-netlib v0.7.1 documentation"href="index.html"accesskey="U">up</a>
3939
|
4040
<ahref="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
<divclass="section"id="getting-boost">
9494
<h2>Getting Boost<aclass="headerlink"href="#getting-boost"title="Permalink to this headline"></a></h2>
9595
<p><ttclass="xref py py-mod docutils literal"><spanclass="pre">cpp-netlib</span></tt> depends on<aclass="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<aclass="reference external"href="http://www.boost.org/users/download/">Boost web-site</a>. The environment
9898
variable<ttclass="docutils literal"><spanclass="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<aclass="reference external"href="http://github.com/mikhailberis/cpp-netlib/issues">http://github.com/mikhailberis/cpp-netlib/issues</a>.</p>
173+
for the project at<aclass="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<aclass="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-
<ahref="index.html">cpp-netlib v0.7 documentation</a>
222+
<ahref="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
<divclass="nav">
256256
&laquo;<ahref="whats_new.html"title="What&amp;#8217;s New">previous</a>
257257
|
258-
<atitle="cpp-netlib v0.7 documentation"href="index.html"accesskey="U">up</a>
258+
<atitle="cpp-netlib v0.7.1 documentation"href="index.html"accesskey="U">up</a>
259259
|
260260
<ahref="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
<metahttp-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
<linkrel="stylesheet"href="_static/cpp-netlib.css"type="text/css"/>
1212
<linkrel="stylesheet"href="_static/pygments.css"type="text/css"/>
1313
<scripttype="text/javascript">
1414
varDOCUMENTATION_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
<scripttype="text/javascript"src="_static/jquery.js"></script>
2323
<scripttype="text/javascript"src="_static/underscore.js"></script>
2424
<scripttype="text/javascript"src="_static/doctools.js"></script>
25-
<linkrel="top"title="cpp-netlib v0.7 documentation"href="index.html"/>
25+
<linkrel="top"title="cpp-netlib v0.7.1 documentation"href="index.html"/>
2626
<linkrel="up"title="HTTP examples"href="examples_http.html"/>
2727
<linkrel="next"title="An in-depth look at the cpp-netlib"href="in_depth.html"/>
2828
<linkrel="prev"title="“Hello world” HTTP server"href="hello_world_server.html"/>
@@ -32,7 +32,7 @@
3232
<divclass="document">
3333
<divid="custom-doc"class="yui-t4">
3434
<divid="hd">
35-
<h1><ahref="index.html">cpp-netlib v0.7 documentation</a></h1>
35+
<h1><ahref="index.html">cpp-netlib v0.7.1 documentation</a></h1>
3636
<divclass="nav">
3737
&laquo;<ahref="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-
<ahref="index.html">cpp-netlib v0.7 documentation</a>
167+
<ahref="index.html">cpp-netlib v0.7.1 documentation</a>
168168

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp