Skip to content

Commit 3ba076e

Browse files
committed
Update website to highlight beta 0.13.0 release
Also mention the Slack channel, and remove link to no-longer-supported 0.11.2 documentation.
1 parent da1c424 commit 3ba076e

File tree

1 file changed

+20
-4
lines changed

1 file changed

+20
-4
lines changed

‎index.html

+20-4
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,24 @@ <h1>Overview</h1>
6464
<div class="page-header">
6565
<h1>Download</h1>
6666
</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>
6785
<p>The current <strong>stable release</strong> of the library is available in three formats, please pick one of the three:</p>
6886
<div class="row">
6987
<div class="col-md-4">
@@ -92,9 +110,6 @@ <h1>Documentation</h1>
92110
<div class="col-md-4">
93111
<a href="0.12.0/index.html" class="btn btn-primary btn-lg btn-block">0.12.0 (stable)</a>
94112
</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>
98113
<div class="col-md-4">
99114
<a href="0.10.1/index.html" class="btn btn-danger btn-lg btn-block">0.10.1 (previous unsupported)</a>
100115
</div>
@@ -104,7 +119,8 @@ <h1>Documentation</h1>
104119
<div class="page-header">
105120
<h1>Support</h1>
106121
</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>
108124
<h2>Reporting Bugs</h2>
109125
<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>
110126
<p><a href="https://github.com/cpp-netlib/cpp-netlib/issues" class="btn btn-danger btn-large">File Bugs</a></p>

0 commit comments

Comments
 (0)