diff options
author | Christian Grothoff <christian@grothoff.org> | 2018-01-06 18:19:22 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2018-01-06 18:19:30 +0100 |
commit | 9438f3d7184eb70faebf1e994556231ef0e9f4ba (patch) | |
tree | a84291fa7dca07398dd55c0295776e887c2dd5fa | |
parent | 806067d8c2733a4f0721558d5e1e758a46e4d419 (diff) |
stashing
-rw-r--r-- | architecture.html.j2 | 4 | ||||
-rw-r--r-- | index.html.j2 | 3 |
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 @@ <!-- Jumbotron --> <div class="jumbotron"> <div class="container text-center"> - <h1>{{ _("Taler System Architecture") }}</h1> + <h1>{{ _("GNUnet System Architecture") }}</h1> <p> </p> </div> @@ -11,6 +11,6 @@ </div> <div class="container"> - <img width="100%" src="{{ svg_localized('images/taler-arch-full') }}"></img> + <img width="100%" src="{{ svg_localized('images/gnunet-arch-full') }}"></img> </div> {% 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 @@ {% trans %} GNUnet is implemented using a multi-process architecture. Each subsystem runs as a separate process, providing - -fault-isolation and enabling tight permissions to be + fault-isolation and enabling tight permissions to be granted to each subsystem. Naturally, the implementation is a <a href="http://www.gnu.org/">GNU</a> package, and will always remain free software. |