aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-12-01 13:44:21 +0000
committerng0 <ng0@n0.is>2019-12-01 13:44:21 +0000
commit29106461678c98932e361453f5943c0a56cc7bc6 (patch)
tree64683d676336686dfae1fa23f5a5ebf5083379e7
parent1f7e6f40f9ba31b2fbe929b99c62e30b83ead7c4 (diff)
downloadwww-29106461678c98932e361453f5943c0a56cc7bc6.tar.gz
www-29106461678c98932e361453f5943c0a56cc7bc6.zip
move usage notice to install, change 'distribution' to 'Operating System' as not everyone runs a distribution.
-rw-r--r--template/index.html.j25
-rw-r--r--template/install.html.j28
2 files changed, 7 insertions, 6 deletions
diff --git a/template/index.html.j2 b/template/index.html.j2
index f55bc410..fa9277df 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -50,11 +50,6 @@
50 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a> 50 <a class="btn btn-primary btn-lg" href="{{ url_localized('engage.html') }}">{{ _("Engage") }}</a>
51 </p> 51 </p>
52 </div> 52 </div>
53 <div class="alert" style="background-color: #419edb;">
54 <div class="alert-content">
55 Notice: GNUnet is still undergoing major development. It is largely <i>not yet ready</i> for usage beyond developers
56 </div>
57 </div>
58</div> 53</div>
59 54
60<div class="container-fluid"> 55<div class="container-fluid">
diff --git a/template/install.html.j2 b/template/install.html.j2
index 8be70e27..03313f64 100644
--- a/template/install.html.j2
+++ b/template/install.html.j2
@@ -7,9 +7,15 @@
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;">
11 <div class="alert-content">
12 Notice: GNUnet is still undergoing major development. It is
13 largely <i>not yet ready</i> for usage beyond developers.
14 </div>
15 </div>
10 <div class="col-md"> 16 <div class="col-md">
11 {% trans %} 17 {% trans %}
12 <p>The following GNUnet installation instructions help you building from source for your distribution.</p> 18 <p>The following GNUnet installation instructions help you building from source for your Operating System.</p>
13 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p> 19 <p><i>Please note that the installation process will get much easier once we have proper packages again (planned for winter 2019).</i></p>
14 <p>You have already installed GNUnet and want to use it? 20 <p>You have already installed GNUnet and want to use it?
15 <a href="https://gnunet.org/en/use">Check this out!</a> </p> 21 <a href="https://gnunet.org/en/use">Check this out!</a> </p>