22< html lang ="en ">
33< head >
44< title > cpp-netlib: The C++ Network Library</ title >
5- < link rel ="stylesheet "href ="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css ">
6- < link rel ="stylesheet "href ="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css ">
7- < link href ="static/cpp-netlib.css " rel =" stylesheet ">
5+ < link rel ="stylesheet "href ="http: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css ">
6+ < link rel ="stylesheet "href ="http: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css ">
7+ < link rel =" stylesheet " href ="static/cpp-netlib.css ">
88</ head >
9- < body data-spy ="scroll "data-target =".cpp-netlib-docs-sidebar ">
10- < div id ="wrap ">
11- < nav class ="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar "
12- role ="navigation ">
13- < div class ="navbar-header ">
14- < a class ="navbar-brand "href ="# "> cpp-netlib</ a >
15- </ div >
16- < div >
17- < ul class ="nav navbar-nav ">
18- < li class ="active "> < a href ="index.html "> Home</ a > </ li >
19- < li > < a href ="process.html "> Development Process</ a > </ li >
20- < li > < a href ="style-guide.html "> Style Guide</ a > </ li >
21- < li > < a href ="proposals.html "> Proposals</ a > </ li >
22- </ ul >
23- </ div >
24- </ nav >
25- < header class ="jumbotron subhead ">
9+ < body data-spy ="scroll "data-target ="#cpp-netlib-docs-sidebar ">
10+ < div class ="row "id ="wrap ">
11+ < div class ="container ">
12+ < nav class ="navbar navbar-fixed-top navbar-inverse cpp-netlib-navbar "role ="navigation ">
13+ < div class ="container ">
14+ < div class ="navbar-header ">
15+ < a class ="navbar-brand "href ="# "> cpp-netlib</ a >
16+ </ div >
17+ < div >
18+ < ul class ="nav navbar-nav ">
19+ < li class ="active "> < a href ="index.html "> Home</ a > </ li >
20+ < li > < a href ="process.html "> Development Process</ a > </ li >
21+ < li > < a href ="style-guide.html "> Style Guide</ a > </ li >
22+ < li > < a href ="proposals.html "> Proposals</ a > </ li >
23+ </ ul >
24+ </ div >
25+ </ div >
26+ </ nav >
27+ < header class ="jumbotron subhead ">
2628< h1 > The C++ Network Library Project</ h1 >
2729< p class ="lead "> A collection of open-source libraries for high level network programming.</ p >
28- </ header >
29- < div class ="container ">
30+ </ header >
3031< div class ="row ">
31- < div class ="span2 cpp-netlib-docs-sidebar ">
32- < ul class ="navnav- list "data-spy ="affix "data-offset-top ="130 ">
33- < li > < a href ="#overview "> Overview</ a > </ li >
34- < li > < a href ="#download "> Download</ a > </ li >
35- < li > < a href ="#documentation "> Documentation</ a > </ li >
36- < li > < a href ="#support "> Support</ a > </ li >
37- < li > < a href ="#policies "> Project Policies</ a > </ li >
32+ < div class ="col-md-3 " id =" cpp-netlib-docs-sidebar "role =" complimentary " >
33+ < ul class ="nav list-group cpp-netlib-sidebar "data-spy ="affix "data-offset-top ="245 ">
34+ < li class =" list-group-item " > < a href ="#overview "> Overview</ a > </ li >
35+ < li class =" list-group-item " > < a href ="#download "> Download</ a > </ li >
36+ < li class =" list-group-item " > < a href ="#documentation "> Documentation</ a > </ li >
37+ < li class =" list-group-item " > < a href ="#support "> Support</ a > </ li >
38+ < li class =" list-group-item " > < a href ="#policies "> Project Policies</ a > </ li >
3839</ ul >
3940</ div >
40- < div class ="span9 ">
41+ < div class ="col-md-9 ">
4142< section id ="overview ">
4243< div class ="page-header ">
4344< h1 > Overview</ h1 >
@@ -66,21 +67,21 @@ <h1>Download</h1>
6667< a
6768href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.zip "
6869class ="btn btn-primary btn-lg btn-block "> 0.10.1 (zip)< br >
69- < small class ="muted " > 441900ba09ef398b573e210d27797feb</ small >
70+ < small class ="text- muted cpp-netlib-hash " > md5: 441900ba09ef398b573e210d27797feb</ small >
7071</ a >
7172</ div >
7273< div class ="col-md-4 ">
7374< a
7475href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.gz "
7576class ="btn btn-primary btn-lg btn-block "> 0.10.1 (tar.gz)< br >
76- < small class ="muted " > afaabb96c22fe50a852432cbc5959557</ small >
77+ < small class ="text- muted cpp-netlib-hash " > md5: afaabb96c22fe50a852432cbc5959557</ small >
7778</ a >
7879</ div >
7980< div class ="col-md-4 ">
8081< a
8182href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2 "
82- class ="btn btn-primary btn-large btn-block "> 0.10.1 (tar.bz2)< br >
83- < small class ="muted " > ce191ca1fc1b69d8122015d442281aca</ small >
83+ class ="btn btn-primary btn-lg btn-block "> 0.10.1 (tar.bz2)< br >
84+ < small class ="text- muted cpp-netlib-hash " > md5: ce191ca1fc1b69d8122015d442281aca</ small >
8485</ a >
8586</ div >
8687</ div >
@@ -91,20 +92,20 @@ <h1>Download</h1>
9192< a
9293href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.zip "
9394class ="btn btn-warning btn-lg btn-block "> 0.11.0-rc1 (zip)< br >
94- < small class ="muted "> md5: b987e5b73a2b637f6971c769322cbeed</ small > </ a >
95+ < small class ="text- muted cpp-netlib-hash "> md5: b987e5b73a2b637f6971c769322cbeed</ small > </ a >
9596</ div >
9697< div class ="col-md-4 ">
9798< a
9899href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.gz "
99100class ="btn btn-warning btn-lg btn-block "> 0.11.0-rc1 (tar.gz)< br >
100- < small class ="muted "> md5: 69a7f3b916b6943f74ecceb352ff2604</ small > </ a >
101+ < small class ="text- muted cpp-netlib-hash "> md5: 69a7f3b916b6943f74ecceb352ff2604</ small > </ a >
101102< br >
102103</ div >
103104< div class ="col-md-4 ">
104105< a
105106href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.bz2 "
106107class ="btn btn-warning btn-lg btn-block "> 0.11.0-rc1 (tar.bz2)< br >
107- < small class ="muted "> md5: cb44b540ba9e398393c2d31ddebc9d48</ small > </ a >
108+ < small class ="text- muted cpp-netlib-hash "> md5: cb44b540ba9e398393c2d31ddebc9d48</ small > </ a >
108109</ div >
109110</ div >
110111< p > You can download< a href ="https://github.com/cpp-netlib/cpp-netlib/downloads "> previous releases</ a > of the library from our
@@ -116,14 +117,17 @@ <h1>Documentation</h1>
116117</ div >
117118< p > We make the documentation for supported releases of the
118119 library available through the following links.</ p >
119- < ul >
120- < li > < a href ="0.10.1/index.html "> 0.10.1</ a > — current stable
121- release</ li >
122- < li > < a href ="0.9.4/index.html "> 0.9.4</ a > — previous stable
123- release.</ li >
124- < li > < a href ="0.8/index.html "> 0.8</ a > — previous unsupported
125- release.</ li >
126- </ ul >
120+ < div class ="row ">
121+ < div class ="col-md-4 ">
122+ < a href ="0.10.1/index.html "class ="btn btn-primary btn-lg btn-block "> 0.10.1 (stable)</ a >
123+ </ div >
124+ < div class ="col-md-4 ">
125+ < a href ="0.9.4/index.html "class ="btn btn-warning btn-lg btn-block "> 0.9.4 (previous stable)</ a >
126+ </ div >
127+ < div class ="col-md-4 ">
128+ < a href ="0.8/index.html "class ="btn btn-danger btn-lg btn-block "> 0.8 (previous unsupported)</ a >
129+ </ div >
130+ </ div >
127131</ section >
128132< section id ="support ">
129133< div class ="page-header ">
@@ -166,16 +170,16 @@ <h1>Project Policies</h1>
166170</ div >
167171< div id ="footer ">
168172< div class ="container ">
169- < p class ="muted credit "> Copyright 2012-2013 Dean Michael Berris; Glyn
173+ < p class ="text- muted credit "> Copyright 2012-2013 Dean Michael Berris; Glyn
170174 Matthews; 2013 Google, Inc.</ p >
171- < p class ="muted credit "> Distributed under the Boost Software License,
175+ < p class ="text- muted credit "> Distributed under the Boost Software License,
172176 Version 1.0. (See accompanying file< a
173177href ="LICENSE_1_0.txt "> LICENSE_1_0.txt</ a > or copy at< a
174178href ="http://www.boost.org/LICENSE_1_0.txt "> http://www.boost.org/LICENSE_1_0.txt</ a > )</ p >
175179</ div >
176180</ div >
177- < script src ="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
178- < script src ="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js "> </ script >
181+ < script src ="http: //ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js "> </ script >
182+ < script src ="http: //netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js "> </ script >
179183< script type ="text/javascript ">
180184var _gaq = _gaq || [ ] ;
181185_gaq . push ( [ '_setAccount' , 'UA-19815738-1' ] ) ;