aboutsummaryrefslogtreecommitdiff
path: root/template/install.html.j2
diff options
context:
space:
mode:
Diffstat (limited to 'template/install.html.j2')
-rw-r--r--template/install.html.j218
1 files changed, 15 insertions, 3 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index 03313f64..2245b9fb 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,12 +7,24 @@
7 </header> 7 </header>
8 8
9 <div class="row container justify-content-center"> 9 <div class="row container justify-content-center">
10 <div class="alert" style="background-color: #419edb;"> 10 <div class="alert" style="background-color: #419edb;">
11 <div class="alert-content"> 11 <div class="alert-content">
12 Notice: GNUnet is still undergoing major development. It is 12 Notice: GNUnet is still undergoing major development. It is
13 largely <i>not yet ready</i> for usage beyond developers. 13 largely <i>not yet ready</i> for usage beyond developers.
14 </div>
15 </div> 14 </div>
15 </div>
16 </div>
17
18 <h3>Current release downloads:</h3>
19 <div class="row container justify-content-center">
20 <div class="col-md">
21 <b>gnunet</b>: <a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz">0.12.0</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-0.12.0.tar.gz.sig">sig</a>) sha512sum: <tt>5457d6f80478b28821de70b4da419d40d6972d270622bdeb83e5552b286fd032</tt><br>
22 <b>gnunet-gtk</b>: <a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz">0.12.0</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-gtk-0.12.0.tar.gz.sig">sig</a>) sha512sum: <tt>cb99da11d68107f9709ee5be49cc574e9a03054767334767930ae6b0bd1a4421</tt><br/>
23 <b>gnunet-fuse</b>: <a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz">0.12.0</a> (<a href="http://ftpmirror.gnu.org/gnunet/gnunet-fuse-0.12.0.tar.gz.sig">sig</a>) sha512sum: <tt>4d42dc3112f36ada150b3904e207b93373c90d4fbd5a1c6415ee7f5c6a428e3b</tt>
24 </div>
25 </div>
26 <h3>Instructions</h3><br/>
27 <div class="row container justify-content-center">
16 <div class="col-md"> 28 <div class="col-md">
17 {% trans %} 29 {% trans %}
18 <p>The following GNUnet installation instructions help you building from source for your Operating System.</p> 30 <p>The following GNUnet installation instructions help you building from source for your Operating System.</p>