Skip to content

Commit 8a76054

Browse files
committed
Removing references to Boost submission.
1 parent 6bf16c3 commit 8a76054

File tree

2 files changed

+9
-22
lines changed

2 files changed

+9
-22
lines changed

libs/network/doc/_static/boost.png

-13.1 KB
Binary file not shown.

libs/network/doc/index.rst

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,22 @@
22
.. rubric:: Straightforward network programming in modern C++
33

44
.. :Authors: Glyn Matthews <glyn.matthews@gmail.com>
5-
.. Dean Michael Berris <mikhailberis@gmail.com>
6-
.. :Date: Feb 22, 2012
5+
.. Dean Michael Berris <dberris@google.com>
6+
.. :Date: Feb 2, 2013
77
.. :Version: 0.9.4
88
.. :Description: Complete user documentation, with examples, for the :mod:`cpp-netlib`.
99
.. :Copyright: Copyright Glyn Matthews, Dean Michael Berris 2008-2012.
10+
.. Copyrigh 2013 Google, Inc.
1011
.. Distributed under the Boost Software License, Version
1112
.. 1.0. (See accompanying file LICENSE_1_0.txt or copy at
1213
.. http://www.boost.org/LICENSE_1_0.txt)
1314
1415
Getting cpp-netlib
1516
==================
1617

18+
You can find out more about the :mod:`cpp-netlib` project at
19+
http://cpp-netlib.org/.
20+
1721
**Download**
1822

1923
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:
3943
We are a growing community and we are happy to accept new
4044
contributions and ideas.
4145

42-
Boost
43-
=====
44-
45-
The :mod:`cpp-netlib` is being developed for eventual submission to Boost_.
46-
47-
.. image:: _static/boost.png
48-
:align: left
49-
5046
C++ Network Library
5147
===================
5248

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 the Boost_ 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.
6152

6253
Hello, world!
6354
=============
@@ -123,9 +114,5 @@ Want to learn more?
123114

124115

125116
.. _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/
130117
.. _GitHub: http://github.com/
131118

0 commit comments

Comments
 (0)