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.j226
1 files changed, 12 insertions, 14 deletions
diff --git a/template/install.html.j2 b/template/install.html.j2
index 2fccfd3c..588525ac 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,13 +7,11 @@
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 alert-info">
11 <div class="alert-content">
12{% trans %} 11{% trans %}
13 Notice: GNUnet is still undergoing major development. It is 12 Notice: GNUnet is still undergoing major development. It is
14 largely <i>not yet ready</i> for usage beyond developers. 13 largely <i>not yet ready</i> for usage beyond developers.
15{% endtrans %} 14{% endtrans %}
16 </div>
17 </div> 15 </div>
18{% trans %} 16{% trans %}
19<p>Please be aware that this project is still in an early alpha 17<p>Please be aware that this project is still in an early alpha
@@ -32,12 +30,12 @@ If you have any queries about the installation or the usage, please <a href="eng
32 within your Operating System. GNUnet is reportedly available for at least: 30 within your Operating System. GNUnet is reportedly available for at least:
33 <ul> 31 <ul>
34 <li><a href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet">Alpine</a></li> 32 <li><a href="https://pkgs.alpinelinux.org/package/edge/testing/x86_64/gnunet">Alpine</a></li>
35 <li><a href="https://www.archlinux.org/packages/community/x86_64/gnunet/">Arch</a></li> 33 <li><a href="https://aur.archlinux.org/packages/gnunet/">Arch (AUR)</a></li>
36 <li><a href="https://packages.debian.org/search?keywords=gnunet">Debian</a></li> 34 <li><a href="https://packages.debian.org/search?keywords=gnunet">Debian</a></li>
37 <li><a href="https://copr.fedorainfracloud.org/coprs/yosl/gnunet/">Fedora (Copr)</a></li> 35 <li><a href="https://copr.fedorainfracloud.org/coprs/yosl/gnunet/">Fedora (Copr)</a></li>
38 <li><a href="https://guix.gnu.org/en/packages/G/">Guix</a></li> 36 <li><a href="https://guix.gnu.org/en/packages/G/">Guix</a></li>
39 <li><a href="https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnunet.rb">Homebrew</a></li> 37 <li><a href="https://github.com/Homebrew/homebrew-core/blob/master/Formula/gnunet.rb">Homebrew</a></li>
40 <li><a href="https://nixos.org/nixos/packages.html?attr=gnunet&channel=nixpkgs-unstable&query=gnunet">NixOS</a></li> 38 <li><a href="https://search.nixos.org/packages?from=0&size=50&sort=relevance&query=gnunet">NixOS</a></li>
41 <li><a href="install-on-openwrt.html">OpenWrt</a></li> 39 <li><a href="install-on-openwrt.html">OpenWrt</a></li>
42 </ul> 40 </ul>
43 If GNUnet is available for your Operating System and it is missing, 41 If GNUnet is available for your Operating System and it is missing,
@@ -46,12 +44,12 @@ If you have any queries about the installation or the usage, please <a href="eng
46 get in touch with us at gnunet-developers@gnu.org if you require 44 get in touch with us at gnunet-developers@gnu.org if you require
47 help with this job. 45 help with this job.
48 46
49 If you were using an Operating System with the Alpine package manager, 47 If you were using an Operating System with the APT package manager,
50 GNUnet could be installed as simple as: 48 GNUnet could be installed as simple as:
51 {% endtrans %} 49 {% endtrans %}
52 </p> 50 </p>
53 <code class="block"> 51 <code class="block">
54 $ apk add gnunet 52 $ apt-get install gnunet
55 </code> 53 </code>
56 <p> 54 <p>
57 Please beware that some distributions may include outdated GNUnet packages! 55 Please beware that some distributions may include outdated GNUnet packages!
@@ -96,7 +94,7 @@ If you have any queries about the installation or the usage, please <a href="eng
96 </div> 94 </div>
97 <p> 95 <p>
98 {% trans %} 96 {% trans %}
99 Alternatively, get the sources from git by entering: 97 To compile gnunet from the git source you can do so by entering:
100 {% endtrans %} 98 {% endtrans %}
101 </p> 99 </p>
102 <code class="block"> 100 <code class="block">
@@ -153,15 +151,15 @@ If you have any queries about the installation or the usage, please <a href="eng
153<!-- 151<!--
154 <div class="row container justify-content-center text-center"> 152 <div class="row container justify-content-center text-center">
155 <div class="col-md"> 153 <div class="col-md">
156 <p><a href="install-on-ubuntu1804.html"><img src="{{ url('static/images/ubuntu-logo32.png') }}" class="distro-logo"></a></p> 154 <p><a href="install-on-ubuntu1804.html"><img src="{{ url('images/ubuntu-logo32.png') }}" class="distro-logo"></a></p>
157 <h3>Ubuntu 18.04</h3> 155 <h3>Ubuntu 18.04</h3>
158 </div> 156 </div>
159 <div class="col-md"> 157 <div class="col-md">
160 <p><a href="install-on-debian9.html"><img src="{{ url('static/images/debian-logo.svg') }}" class="distro-logo"></a></p> 158 <p><a href="install-on-debian9.html"><img src="{{ url('images/debian-logo.svg') }}" class="distro-logo"></a></p>
161 <h3>Debian 9</h3> 159 <h3>Debian 9</h3>
162 </div> 160 </div>
163 <div class="col-md"> 161 <div class="col-md">
164 <p><a href="install-on-netbsd.html"><img src="{{ url('static/images/NetBSD_Logo.svg') }}" class="distro-logo"></a></p> 162 <p><a href="install-on-netbsd.html"><img src="{{ url('images/NetBSD_Logo.svg') }}" class="distro-logo"></a></p>
165 <h3>NetBSD</h3> 163 <h3>NetBSD</h3>
166 </div> 164 </div>
167 </div> 165 </div>
@@ -171,15 +169,15 @@ If you have any queries about the installation or the usage, please <a href="eng
171 <h1><a href="install-on-macos.html">Apple<br/>macOS</a></h1> 169 <h1><a href="install-on-macos.html">Apple<br/>macOS</a></h1>
172 </div> 170 </div>
173 <div class="col-md"> 171 <div class="col-md">
174 <p><a href="install-on-archpi.html"><img src="{{ url('static/images/archlinux-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p> 172 <p><a href="install-on-archpi.html"><img src="{{ url('images/archlinux-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p>
175 <h3>Arch Linux/Arch-Pi</h3> 173 <h3>Arch Linux/Arch-Pi</h3>
176 </div> 174 </div>
177 <div class="col-md"> 175 <div class="col-md">
178 <p><a href="install-on-openwrt.html"><img src ="{{ url('static/images/openwrt-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p> 176 <p><a href="install-on-openwrt.html"><img src ="{{ url('images/openwrt-logo.svg') }}" class="distro-logo" style="width:300px;height:auto"></a></p>
179 <h3>OpenWrt</h3> 177 <h3>OpenWrt</h3>
180 </div> 178 </div>
181 <div class="col-md"> 179 <div class="col-md">
182 <p><a href="https://wiki.gentoo.org/wiki/Overlay:Youbroketheinternet"><img alt="gentoo linux" src ="{{ url('static/images/gentoo-logo.svg') }}" class="distro-logo" style="width:170px;height:auto"></a></p> 180 <p><a href="https://wiki.gentoo.org/wiki/Overlay:Youbroketheinternet"><img alt="gentoo linux" src ="{{ url('images/gentoo-logo.svg') }}" class="distro-logo" style="width:170px;height:auto"></a></p>
183 </div> 181 </div>
184 </div> 182 </div>
185--> 183-->