|
2 | 2 | <htmllang="en"> |
3 | 3 | <head> |
4 | 4 | <title>cpp-netlib: The C++ Network Library</title> |
5 | | -<linkhref="bootstrap/css/bootstrap.min.css"rel="stylesheet"media="screen"> |
6 | | -<linkhref="bootstrap/css/bootstrap-responsive.min.css"rel="stylesheet"> |
| 5 | +<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css"> |
| 6 | +<linkrel="stylesheet"href="//netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css"> |
7 | 7 | <linkhref="static/cpp-netlib.css"rel="stylesheet"> |
8 | 8 | </head> |
9 | 9 | <bodydata-spy="scroll"data-target=".cpp-netlib-docs-sidebar"> |
@@ -59,41 +59,52 @@ <h1>Download</h1> |
59 | 59 | </div> |
60 | 60 | <p>The current stable release of the library is available in three |
61 | 61 | formats, please pick one of the three:</p> |
62 | | -<p> |
| 62 | +<divclass="row"> |
| 63 | +<divclass="col-md-4"> |
63 | 64 | <a |
64 | 65 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.zip" |
65 | | -class="btn btn-primary btn-large">0.10.1 (zip)</a> |
| 66 | +class="btn btn-primary btn-lg btn-block">0.10.1 (zip)<br> |
| 67 | +<smallclass="muted">441900ba09ef398b573e210d27797feb</small> |
| 68 | +</a> |
| 69 | +</div> |
| 70 | +<divclass="col-md-4"> |
66 | 71 | <a |
67 | 72 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.gz" |
68 | | -class="btn btn-primary btn-large">0.10.1 (tar.gz)</a> |
| 73 | +class="btn btn-primary btn-lg btn-block">0.10.1 (tar.gz)<br> |
| 74 | +<smallclass="muted">afaabb96c22fe50a852432cbc5959557</small> |
| 75 | +</a> |
| 76 | +</div> |
| 77 | +<divclass="col-md-4"> |
69 | 78 | <a |
70 | 79 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.10.1/cpp-netlib-0.10.1.tar.bz2" |
71 | | -class="btn btn-primary btn-large">0.10.1 (tar.bz2)</a> |
72 | | -</p> |
73 | | -<p>The md5 sum of the packages are:</p> |
74 | | -<ul> |
75 | | -<li>ce191ca1fc1b69d8122015d442281aca (.tar.bz2)</li> |
76 | | -<li>afaabb96c22fe50a852432cbc5959557 (.tar.gz)</li> |
77 | | -<li>441900ba09ef398b573e210d27797feb (.zip)</li> |
78 | | -</ul> |
| 80 | +class="btn btn-primary btn-large">0.10.1 (tar.bz2)<br> |
| 81 | +<smallclass="muted">ce191ca1fc1b69d8122015d442281aca</small> |
| 82 | +</a> |
| 83 | +</div> |
| 84 | +</div> |
79 | 85 | <p>If you'd like to try out the upcoming 0.11.0 release |
80 | 86 | candidates, please pick from one of the three:</p> |
81 | | -<p> |
| 87 | +<divclass="row"> |
| 88 | +<divclass="col-md-4"> |
82 | 89 | <a |
83 | 90 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.zip" |
84 | | -class="btn btn-warning btn-large">0.11.0-rc1 (zip)<br> |
| 91 | +class="btn btn-warning btn-lg btn-block">0.11.0-rc1 (zip)<br> |
85 | 92 | <smallclass="muted">md5: b987e5b73a2b637f6971c769322cbeed</small></a> |
86 | | -<br> |
| 93 | +</div> |
| 94 | +<divclass="col-md-4"> |
87 | 95 | <a |
88 | 96 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.gz" |
89 | | -class="btn btn-warning btn-large">0.11.0-rc1 (tar.gz)<br> |
| 97 | +class="btn btn-warning btn-lg btn-block">0.11.0-rc1 (tar.gz)<br> |
90 | 98 | <smallclass="muted">md5: 69a7f3b916b6943f74ecceb352ff2604</small></a> |
91 | 99 | <br> |
| 100 | +</div> |
| 101 | +<divclass="col-md-4"> |
92 | 102 | <a |
93 | 103 | href="http://commondatastorage.googleapis.com/cpp-netlib-downloads/0.11.0/cpp-netlib-0.11.0-rc1.tar.bz2" |
94 | | -class="btn btn-warning btn-large">0.11.0-rc1 (tar.bz2)<br> |
| 104 | +class="btn btn-warning btn-lg btn-block">0.11.0-rc1 (tar.bz2)<br> |
95 | 105 | <smallclass="muted">md5: cb44b540ba9e398393c2d31ddebc9d48</small></a> |
96 | | -</p> |
| 106 | +</div> |
| 107 | +</div> |
97 | 108 | <p>You can download<ahref="https://github.com/cpp-netlib/cpp-netlib/downloads">previous releases</a> of the library from our |
98 | 109 | Github download page.</p> |
99 | 110 | </section> |
@@ -161,8 +172,8 @@ <h1>Project Policies</h1> |
161 | 172 | href="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</a>)</p> |
162 | 173 | </div> |
163 | 174 | </div> |
164 | | -<scriptsrc="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
165 | | -<scriptsrc="bootstrap/js/bootstrap.min.js"></script> |
| 175 | +<scriptsrc="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
| 176 | +<scriptsrc="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> |
166 | 177 | <scripttype="text/javascript"> |
167 | 178 | var_gaq=_gaq||[]; |
168 | 179 | _gaq.push(['_setAccount','UA-19815738-1']); |
|