2
2
..rubric ::Straightforward network programming in modern C++
3
3
4
4
.. :Authors: Glyn Matthews <glyn.matthews@gmail.com>
5
- .. Dean Michael Berris <mikhailberis@gmail .com>
6
- .. :Date: Feb22, 2012
5
+ .. Dean Michael Berris <dberris@google .com>
6
+ .. :Date: Feb2, 2013
7
7
.. :Version: 0.9.4
8
8
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
9
9
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2012.
10
+ .. Copyrigh 2013 Google, Inc.
10
11
.. Distributed under the Boost Software License, Version
11
12
.. 1.0. (See accompanying file LICENSE_1_0.txt or copy at
12
13
.. http://www.boost.org/LICENSE_1_0.txt)
13
14
14
15
Getting cpp-netlib
15
16
==================
16
17
18
+ You can find out more about the:mod: `cpp-netlib ` project at
19
+ http://cpp-netlib.org/.
20
+
17
21
**Download **
18
22
19
23
You can download the latest releases of the library at:
@@ -39,25 +43,12 @@ You can also file issues on the Github_ issue tracker at:
39
43
We are a growing community and we are happy to accept new
40
44
contributions and ideas.
41
45
42
- Boost
43
- =====
44
-
45
- The:mod: `cpp-netlib ` is being developed for eventual submission toBoost _.
46
-
47
- ..image ::_static/boost.png
48
- :align: left
49
-
50
46
C++ Network Library
51
47
===================
52
48
53
- The:mod: `cpp-netlib ` is a library that provides application layer
54
- protocol support using modern C++ techniques. It is light-weight,
55
- fast, portable and is intended to be as easy to configure as possible.
56
-
57
- It is developed by people linked to theBoost _ community and will soon
58
- be submitted for review into Boost. A presentation about
59
- :mod: `cpp-netlib ` was given at `BoostCon 2010 `_, for which the
60
- `slides `_ and the `paper `_ can be found on-line.
49
+ :mod: `cpp-netlib ` is a library collection that provides application layer
50
+ protocol support using modern C++ techniques. It is light-weight, fast,
51
+ portable and is intended to be as easy to configure as possible.
61
52
62
53
Hello, world!
63
54
=============
@@ -123,9 +114,5 @@ Want to learn more?
123
114
124
115
125
116
.. _Boost :http://www.boost.org/
126
- .. _`BoostCon 2010` :http://www.boostcon.com/
127
- .. _`slides` :http://www.filetolink.com/b0e89d06
128
- .. _`paper` :http://github.com/downloads/mikhailberis/cpp-netlib-boostcon-paper/cpp-netlib.pdf
129
- .. _Git :http://git-scm.com/
130
117
.. _GitHub :http://github.com/
131
118