Skip to content

Commit 507f9ed

Browse files
committed
Adding links to 0.10.0.
1 parent 5e85ba6 commit 507f9ed

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

index.html

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,21 @@ <h1>Overview</h1>
5757
<div class="page-header">
5858
<h1>Download</h1>
5959
</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>
6575
</section>
6676
<section id="documentation">
6777
<div class="page-header">
@@ -70,7 +80,9 @@ <h1>Documentation</h1>
7080
<p>We make the documentation for supported releases of the
7181
library available through the following links.</p>
7282
<ul>
73-
<li><a href="0.9.4/index.html">0.9.4</a> &mdash; current stable release.</li>
83+
<li><a href="0.10.0/index.html">0.10.0</a> &mdash; current stable
84+
release</li>
85+
<li><a href="0.9.4/index.html">0.9.4</a> &mdash; previous stable release.</li>
7486
<li><a href="0.8/index.html">0.8</a> &mdash; previous unsupported release.</li>
7587
</ul>
7688
</section>
@@ -85,15 +97,15 @@ <h2>Reporting Bugs</h2>
8597
with the library, please file your bug reports and support
8698
requests in the official issue tracker.</p>
8799
<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>
89101
<h2>Developer Support</h2>
90102
<p>If you're interested in contributing to the development or if
91103
you have questions directly involving the implementation or for
92104
general discussion of the project, you can subscribe to and
93105
discuss with us through the developers mailing list.</p>
94106
<p><a
95107
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>
97109
</section>
98110
<section id="policies">
99111
<div class="page-header">
@@ -115,8 +127,8 @@ <h1>Project Policies</h1>
115127
</div>
116128
<div id="footer">
117129
<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>
120132
<p class="muted credit">Distributed under the Boost Software License,
121133
Version 1.0. (See accompanying file <a
122134
href="LICENSE_1_0.txt">LICENSE_1_0.txt</a> or copy at <a

0 commit comments

Comments
 (0)