From abe13cf5cbbbb6e60dcb286cfb8955bf01b0e9f3 Mon Sep 17 00:00:00 2001 From: xrs Date: Mon, 1 Jul 2019 21:30:33 +0200 Subject: simplify, unify, check responsiveness --- template/install-on-macos.html.j2 | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'template/install-on-macos.html.j2') diff --git a/template/install-on-macos.html.j2 b/template/install-on-macos.html.j2 index 22ede95f..80b1a012 100644 --- a/template/install-on-macos.html.j2 +++ b/template/install-on-macos.html.j2 @@ -1,8 +1,11 @@ {% extends "common/base.j2" %} {% block body_content %} -
+
+ +
+

{{ _("Tutorial: GNUnet on macOS 10.14 (Mojave)") }}

+
-

{{ _("Tutorial: GNUnet on macOS 10.14 (Mojave)") }}

Welcome to the hopefully painless GNUnet tutorial for macOS Mojave! It provides @@ -11,14 +14,14 @@ developers, who want to get in touch with GNUnet for the first time.

-

{{ _("Requirements") }}

+

{{ _("Requirements") }}

As a bare minimum, we recommend you install homebrew and XCode before reading any further.

-

{{ _("Installation") }}

+

{{ _("Installation") }}

GNUnet is available through homebrew:

@@ -36,7 +39,7 @@ let us know.

-

{{_("First steps")}}

+

{{_("First steps")}}

Congratulations! GNUnet is now installed! Before starting it you may create a configuration file. By default GNUnet looks in @@ -116,7 +119,7 @@ vpn (gnunet-service-vpn)

-

{{ _("Alternative: Installation from source") }}

+

{{ _("Alternative: Installation from source") }}

The following instructions are only really interesting for developers @@ -141,7 +144,7 @@ vpn (gnunet-service-vpn)

-

{{ _("Get the source code") }}

+

{{ _("Get the source code") }}

$ cd ~
@@ -149,7 +152,7 @@ vpn (gnunet-service-vpn)

-

{{ _("Compile and Install") }}

+

{{ _("Compile and Install") }}

@@ -161,7 +164,7 @@ vpn (gnunet-service-vpn) production version.

-
{{ _("Option 1: GNUnet for production / usage") }}
+

{{ _("Option 1: GNUnet for production / usage") }}

@@ -194,12 +197,12 @@ vpn (gnunet-service-vpn)

-
{{ _("Option 2: GNUnet experimental") }}
+

{{ _("Option 2: GNUnet experimental") }}

Perform the same steps as for Option 1, but add the configure flat '--enable-experimental'

-
+ {% endblock body_content %} -- cgit v1.2.3