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
3333presentation about :mod:`cpp-netlib` was given at `BoostCon 2010`_,
3434for which the `slides`_ and the `paper`_ can be found on-line.
3535
36- SneakPeak
36+ SneakPeek
3737----------
3838
3939The :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
4242The library allows for writing simple code for simple C++ HTTP client
4343applications like:
@@ -60,7 +60,7 @@ Download
6060
6161You 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
6565You 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:
6969You can find more information about the progress of the development by checking
7070the GitHub_ project page at:
7171
72- http://github.com/mikhailberis /cpp-netlib
72+ http://github.com/cpp-netlib /cpp-netlib
7373
7474Support
7575-------
@@ -81,7 +81,7 @@ mailing list by joining via:
8181
8282You 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
8686Contents
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/