13
13
.. :Authors: Glyn Matthews <glyn.matthews@gmail.com>
14
14
.. Dean Michael Berris <mikhailberis@gmail.com>
15
15
.. :Date: Oct 9, 2010
16
- .. :Version: 0.7
16
+ .. :Version: 0.7.1
17
17
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
18
18
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2010.
19
19
.. Distributed under the Boost Software License, Version
@@ -33,11 +33,11 @@ some point in the future be submitted for review into Boost. A
33
33
presentation about :mod:`cpp-netlib` was given at `BoostCon 2010`_,
34
34
for which the `slides`_ and the `paper`_ can be found on-line.
35
35
36
- Sneak Peak
36
+ Sneak Peek
37
37
----------
38
38
39
39
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.
41
41
42
42
The library allows for writing simple code for simple C++ HTTP client
43
43
applications like:
@@ -60,7 +60,7 @@ Download
60
60
61
61
You can download the latest releases of the library at:
62
62
63
- http://github.com/mikhailberis /cpp-netlib/downloads
63
+ http://github.com/cpp-netlib /cpp-netlib/downloads
64
64
65
65
You can also get the latest developments from the Git_ repository at:
66
66
@@ -69,7 +69,7 @@ You can also get the latest developments from the Git_ repository at:
69
69
You can find more information about the progress of the development by checking
70
70
the GitHub_ project page at:
71
71
72
- http://github.com/mikhailberis /cpp-netlib
72
+ http://github.com/cpp-netlib /cpp-netlib
73
73
74
74
Support
75
75
-------
@@ -81,7 +81,7 @@ mailing list by joining via:
81
81
82
82
You may also file issues on the Github_ issue tracker at:
83
83
84
- http://github.com/mikhailberis /cpp-netlib/issues
84
+ http://github.com/cpp-netlib /cpp-netlib/issues
85
85
86
86
Contents
87
87
--------
@@ -95,7 +95,6 @@ Contents
95
95
in_depth.rst
96
96
techniques.rst
97
97
history.rst
98
- install.rst
99
98
references.rst
100
99
101
100
.. _Boost: http://www.boost.org/
0 commit comments