|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <title>cpp-netlib: The C++ Network Library</title>
|
5 |
| - <link href="bootstrap/css/bootstrap.min.css" rel="stylesheet" media="screen"> |
6 |
| - <link href="bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"> |
| 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 | 7 | <link href="static/cpp-netlib.css" rel="stylesheet">
|
8 | 8 | </head>
|
9 | 9 | <body data-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 | + <div class="row"> |
| 63 | + <div class="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 | + <small class="muted">441900ba09ef398b573e210d27797feb</small> |
| 68 | + </a> |
| 69 | + </div> |
| 70 | + <div class="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 | + <small class="muted">afaabb96c22fe50a852432cbc5959557</small> |
| 75 | + </a> |
| 76 | + </div> |
| 77 | + <div class="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 | + <small class="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 | + <div class="row"> |
| 88 | + <div class="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 | <small class="muted">md5: b987e5b73a2b637f6971c769322cbeed</small></a>
|
86 |
| - <br> |
| 93 | + </div> |
| 94 | + <div class="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 | <small class="muted">md5: 69a7f3b916b6943f74ecceb352ff2604</small></a>
|
91 | 99 | <br>
|
| 100 | + </div> |
| 101 | + <div class="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 | <small class="muted">md5: cb44b540ba9e398393c2d31ddebc9d48</small></a>
|
96 |
| - </p> |
| 106 | + </div> |
| 107 | + </div> |
97 | 108 | <p>You can download <a href="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 |
| - <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
165 |
| - <script src="bootstrap/js/bootstrap.min.js"></script> |
| 175 | + <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> |
| 176 | + <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js"></script> |
166 | 177 | <script type="text/javascript">
|
167 | 178 | var _gaq = _gaq || [];
|
168 | 179 | _gaq.push(['_setAccount', 'UA-19815738-1']);
|
|
0 commit comments