@@ -57,11 +57,21 @@ <h1>Overview</h1>
57
57
< div class ="page-header ">
58
58
< h1 > Download</ h1 >
59
59
</ div >
60
- < p > You can download latest and previous releases of the library
61
- from our Github download page.</ p >
62
- < p > < a
63
- href ="https://github.com/cpp-netlib/cpp-netlib/downloads "
64
- class ="btn btn-primary "> Download</ a > </ p >
60
+ < p > The current stable release of the library is available in three
61
+ formats, please pick one of the three:</ p >
62
+ < p >
63
+ < a
64
+ href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.0%2Fcpp-netlib-0.10.0.zip "
65
+ class ="btn btn-primary btn-large "> 0.10.0 (zip)</ a >
66
+ < a
67
+ href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.0%2Fcpp-netlib-0.10.0.tar.gz "
68
+ class ="btn btn-primary btn-large "> 0.10.0 (tar.gz)</ a >
69
+ < a
70
+ href ="http://commondatastorage.googleapis.com/cpp-netlib-downloads%2F0.10.0%2Fcpp-netlib-0.10.0.tar.bz2 "
71
+ class ="btn btn-primary btn-large "> 0.10.0 (tar.bz2)</ a >
72
+ </ p >
73
+ < p > You can download < a href ="https://github.com/cpp-netlib/cpp-netlib/downloads "> previous releases</ a > of the library from our
74
+ Github download page.</ p >
65
75
</ section >
66
76
< section id ="documentation ">
67
77
< div class ="page-header ">
@@ -70,7 +80,9 @@ <h1>Documentation</h1>
70
80
< p > We make the documentation for supported releases of the
71
81
library available through the following links.</ p >
72
82
< ul >
73
- < li > < a href ="0.9.4/index.html "> 0.9.4</ a > — current stable release.</ li >
83
+ < li > < a href ="0.10.0/index.html "> 0.10.0</ a > — current stable
84
+ release</ li >
85
+ < li > < a href ="0.9.4/index.html "> 0.9.4</ a > — previous stable release.</ li >
74
86
< li > < a href ="0.8/index.html "> 0.8</ a > — previous unsupported release.</ li >
75
87
</ ul >
76
88
</ section >
@@ -85,15 +97,15 @@ <h2>Reporting Bugs</h2>
85
97
with the library, please file your bug reports and support
86
98
requests in the official issue tracker.</ p >
87
99
< p > < a href ="https://github.com/cpp-netlib/cpp-netlib/issues "
88
- class ="btn btn-danger "> File Bugs</ a > </ p >
100
+ class ="btn btn-danger btn-large "> File Bugs</ a > </ p >
89
101
< h2 > Developer Support</ h2 >
90
102
< p > If you're interested in contributing to the development or if
91
103
you have questions directly involving the implementation or for
92
104
general discussion of the project, you can subscribe to and
93
105
discuss with us through the developers mailing list.</ p >
94
106
< p > < a
95
107
href ="https://groups.google.com/group/cpp-netlib "
96
- class ="btn btn-success "> Discussion Group</ a > </ p >
108
+ class ="btn btn-success btn-large "> Discussion Group</ a > </ p >
97
109
</ section >
98
110
< section id ="policies ">
99
111
< div class ="page-header ">
@@ -115,8 +127,8 @@ <h1>Project Policies</h1>
115
127
</ div >
116
128
< div id ="footer ">
117
129
< div class ="container ">
118
- < p class ="muted credit "> Copyright 2012 Dean Michael Berris; Glyn
119
- Matthews; Google, Inc.</ p >
130
+ < p class ="muted credit "> Copyright 2012-2013 Dean Michael Berris; Glyn
131
+ Matthews; 2013 Google, Inc.</ p >
120
132
< p class ="muted credit "> Distributed under the Boost Software License,
121
133
Version 1.0. (See accompanying file < a
122
134
href ="LICENSE_1_0.txt "> LICENSE_1_0.txt</ a > or copy at < a
0 commit comments