I have 2 small patches for the tutorial for Ubuntu I don't know how to submit my contributions yet
For now I attach these 2 patches here, I hope this won't bother you too much Today I have a lot of errands to run, so I doubt I'll be able to keep looking into Gnunet today But I will, in the next few days Thanks
From 05bbd3b9d912612178c62fd501aea7db50bb469a Mon Sep 17 00:00:00 2001 From: Adriano Peluso <[email protected]> Date: Mon, 28 Jan 2019 08:16:20 +0100 Subject: [PATCH 1/2] added a space before the end of a html comment so that the Emacs jinja2 mode properly colors the code * tutorial-ubuntu1804.html.j2 added a spacec --- tutorial-ubuntu1804.html.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorial-ubuntu1804.html.j2 b/tutorial-ubuntu1804.html.j2 index 4dd9d76..b835433 100644 --- a/tutorial-ubuntu1804.html.j2 +++ b/tutorial-ubuntu1804.html.j2 @@ -137,8 +137,8 @@ hosts: files mdns4_minimal [NOTFOUND=return] gns [NOTFOUND=return] dns </code> - <p>That's it. It wasn't that nasty, was it?</p>--> - + <p>That's it. It wasn't that nasty, was it?</p> --> + <h3>{{ _("Configuration") }}</h3> <p> -- 2.17.1
From dde52ccdf904b7495945f4db430b663fcdfc0236 Mon Sep 17 00:00:00 2001 From: Adriano Peluso <[email protected]> Date: Mon, 28 Jan 2019 08:47:20 +0100 Subject: [PATCH 2/2] libmicrohttpd renamed to libmicrohttpd-dev * tutorial-ubuntu1804.htmlc --- tutorial-ubuntu1804.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorial-ubuntu1804.html.j2 b/tutorial-ubuntu1804.html.j2 index b835433..f0e1941 100644 --- a/tutorial-ubuntu1804.html.j2 +++ b/tutorial-ubuntu1804.html.j2 @@ -38,7 +38,7 @@ build-essential libgcrypt-dev libidn11-dev zlib1g-dev \<br> libunistring-dev libglpk-dev miniupnpc libextractor-dev \<br> libjansson-dev libcurl4-gnutls-dev libsqlite3-dev openssl \<br> - libnss3-tools libmicrohttpd + libnss3-tools libmicrohttpd-dev </code> <h3>{{ _("Make an installation directory") }}</h3> -- 2.17.1
_______________________________________________ GNUnet-developers mailing list [email protected] https://lists.gnu.org/mailman/listinfo/gnunet-developers
