@@ -64,6 +64,24 @@ <h1>Overview</h1>
64
64
< div class ="page-header ">
65
65
< h1 > Download</ h1 >
66
66
</ div >
67
+ < p > The current < strong > beta release</ strong > of the library is available in three formats, please pick one of the three:</ p >
68
+ < div class ="row ">
69
+ < div class ="col-md-4 ">
70
+ < a href ="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-rc0.zip " class ="btn btn-primary btn-lg btn-block "> 0.13.0-rc0 (zip)</ a >
71
+ < br >
72
+ < small class ="text-muted cpp-netlib-hash "> md5: 73a25a7d37a38762465f1e37c52b02e6</ small >
73
+ </ div >
74
+ < div class ="col-md-4 ">
75
+ < a href ="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-rc0.tar.gz " class ="btn btn-primary btn-lg btn-block "> 0.13.0-rc0 (tar.gz)</ a >
76
+ < br >
77
+ < small class ="text-muted cpp-netlib-hash "> md5: 484949520b741c3cd5cb2a25366180d2</ small >
78
+ </ div >
79
+ < div class ="col-md-4 ">
80
+ < a href ="http://downloads.cpp-netlib.org/0.13.0/cpp-netlib-0.13.0-rc0.tar.bz2 " class ="btn btn-primary btn-lg btn-block "> 0.13.0-rc0 (tar.bz2)</ a >
81
+ < br >
82
+ < small class ="text-muted cpp-netlib-hash "> md5: e1a6f78df1dd1a45c3fd26647baf7b9e</ small >
83
+ </ div >
84
+ </ div >
67
85
< p > The current < strong > stable release</ strong > of the library is available in three formats, please pick one of the three:</ p >
68
86
< div class ="row ">
69
87
< div class ="col-md-4 ">
@@ -92,9 +110,6 @@ <h1>Documentation</h1>
92
110
< div class ="col-md-4 ">
93
111
< a href ="0.12.0/index.html " class ="btn btn-primary btn-lg btn-block "> 0.12.0 (stable)</ a >
94
112
</ div >
95
- < div class ="col-md-4 ">
96
- < a href ="0.11.2/index.html " class ="btn btn-warning btn-lg btn-block "> 0.11.2 (previous stable)</ a >
97
- </ div >
98
113
< div class ="col-md-4 ">
99
114
< a href ="0.10.1/index.html " class ="btn btn-danger btn-lg btn-block "> 0.10.1 (previous unsupported)</ a >
100
115
</ div >
@@ -104,7 +119,8 @@ <h1>Documentation</h1>
104
119
< div class ="page-header ">
105
120
< h1 > Support</ h1 >
106
121
</ div >
107
- < p > We offer two avenues of support for user issues, depending on what kind of issues you're encountering.</ p >
122
+ < h2 > Join us on Slack!</ h2 >
123
+ < p > < a href ="http://slack.cpp-netlib.org/ " class ="btn btn-block "> cpp-netlib Slack</ a > </ p >
108
124
< h2 > Reporting Bugs</ h2 >
109
125
< p > If you're using the library and would like to report issues with the library, please file your bug reports and support requests in the official issue tracker.</ p >
110
126
< p > < a href ="https://github.com/cpp-netlib/cpp-netlib/issues " class ="btn btn-danger btn-large "> File Bugs</ a > </ p >
0 commit comments