aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-01-06 18:19:22 +0100
committerChristian Grothoff <christian@grothoff.org>2018-01-06 18:19:30 +0100
commit9438f3d7184eb70faebf1e994556231ef0e9f4ba (patch)
treea84291fa7dca07398dd55c0295776e887c2dd5fa
parent806067d8c2733a4f0721558d5e1e758a46e4d419 (diff)
downloadwww-9438f3d7184eb70faebf1e994556231ef0e9f4ba.tar.gz
www-9438f3d7184eb70faebf1e994556231ef0e9f4ba.zip
stashing
-rw-r--r--architecture.html.j24
-rw-r--r--index.html.j23
2 files changed, 3 insertions, 4 deletions
diff --git a/architecture.html.j2 b/architecture.html.j2
index 21fd6ba7..5f5e81c3 100644
--- a/architecture.html.j2
+++ b/architecture.html.j2
@@ -3,7 +3,7 @@
3<!-- Jumbotron --> 3<!-- Jumbotron -->
4<div class="jumbotron"> 4<div class="jumbotron">
5 <div class="container text-center"> 5 <div class="container text-center">
6 <h1>{{ _("Taler System Architecture") }}</h1> 6 <h1>{{ _("GNUnet System Architecture") }}</h1>
7 <p> 7 <p>
8 </p> 8 </p>
9 </div> 9 </div>
@@ -11,6 +11,6 @@
11</div> 11</div>
12 12
13<div class="container"> 13<div class="container">
14 <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img> 14 <img width="100%" src="{{ svg_localized('images/gnunet-arch-full') }}"></img>
15</div> 15</div>
16{% endblock body_content %} 16{% endblock body_content %}
diff --git a/index.html.j2 b/index.html.j2
index 7663468a..dd9d60f7 100644
--- a/index.html.j2
+++ b/index.html.j2
@@ -108,8 +108,7 @@
108 {% trans %} 108 {% trans %}
109 GNUnet is implemented using a multi-process architecture. 109 GNUnet is implemented using a multi-process architecture.
110 Each subsystem runs as a separate process, providing 110 Each subsystem runs as a separate process, providing
111 111 fault-isolation and enabling tight permissions to be
112fault-isolation and enabling tight permissions to be
113 granted to each subsystem. Naturally, the 112 granted to each subsystem. Naturally, the
114 implementation is a <a href="http://www.gnu.org/">GNU</a> 113 implementation is a <a href="http://www.gnu.org/">GNU</a>
115 package, and will always remain free software. 114 package, and will always remain free software.