[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [www] branch master updated: add navigation and small note.
From: |
gnunet |
Subject: |
[GNUnet-SVN] [www] branch master updated: add navigation and small note. |
Date: |
Fri, 13 Sep 2019 12:38:22 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository www.
The following commit(s) were added to refs/heads/master by this push:
new aceb4f4 add navigation and small note.
aceb4f4 is described below
commit aceb4f4e8c06bb118727a4727084ed952fdf0b64
Author: ng0 <address@hidden>
AuthorDate: Fri Sep 13 10:36:06 2019 +0000
add navigation and small note.
---
locale/de/LC_MESSAGES/messages.po | 89 ++++++++++++++++++++++-----------------
locale/en/LC_MESSAGES/messages.po | 85 ++++++++++++++++++++-----------------
locale/es/LC_MESSAGES/messages.po | 89 ++++++++++++++++++++++-----------------
locale/fr/LC_MESSAGES/messages.po | 87 +++++++++++++++++++++-----------------
locale/it/LC_MESSAGES/messages.po | 87 +++++++++++++++++++++-----------------
template/gnurl.html.j2 | 31 ++++++++++++--
6 files changed, 271 insertions(+), 197 deletions(-)
diff --git a/locale/de/LC_MESSAGES/messages.po
b/locale/de/LC_MESSAGES/messages.po
index 2fb6c51..57323d9 100644
--- a/locale/de/LC_MESSAGES/messages.po
+++ b/locale/de/LC_MESSAGES/messages.po
@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-13 10:04+0000\n"
+"POT-Creation-Date: 2019-09-13 10:34+0000\n"
"PO-Revision-Date: 2018-02-24 17:42\n"
"Last-Translator: Torsten Grothoff <address@hidden>\n"
"Language-Team: German <address@hidden>\n"
@@ -119,7 +119,7 @@ msgstr "Entwicklung"
msgid "System Architecture"
msgstr "Systemarchitektur"
-#: common/navigation.j2.inc:66 template/gnurl.html.j2:126
+#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
msgid "Source Code"
msgstr "Quellkode"
@@ -550,7 +550,7 @@ msgid ""
"org/gauger/\">https://old.gnunet.org/gauger/</a>."
msgstr ""
-#: template/download.html.j2:7 template/gnurl.html.j2:147
+#: template/download.html.j2:7 template/gnurl.html.j2:169
msgid "Downloads"
msgstr "Herunterladen"
@@ -779,7 +779,7 @@ msgid ""
"with egos."
msgstr ""
-#: template/gnurl.html.j2:11
+#: template/gnurl.html.j2:20
msgid ""
"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -791,11 +791,22 @@ msgid ""
"to get a proper build of libgnurl."
msgstr ""
-#: template/gnurl.html.j2:26
+#: template/gnurl.html.j2:35
+#, fuzzy
+#| msgid "About"
+msgid "About gnurl"
+msgstr "Über GNUnet"
+
+#: template/gnurl.html.j2:37
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:43
msgid "Motivation"
msgstr "Motivation"
-#: template/gnurl.html.j2:28
+#: template/gnurl.html.j2:45
msgid ""
"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
"other variants are used by some distributions. Supporting other crypto "
@@ -807,7 +818,7 @@ msgid ""
"the bugs that arise might be rather subtle."
msgstr ""
-#: template/gnurl.html.j2:41
+#: template/gnurl.html.j2:58
msgid ""
"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -829,7 +840,7 @@ msgid ""
"that code."
msgstr ""
-#: template/gnurl.html.j2:65
+#: template/gnurl.html.j2:82
msgid ""
"So to use a modern version of GnuTLS, a sane approach is to disable all of "
"the \"optional\" features of cURL that drag in system libraries that link "
@@ -843,11 +854,11 @@ msgid ""
"this can really be trivially fixed by the cURL developers."
msgstr ""
-#: template/gnurl.html.j2:79
+#: template/gnurl.html.j2:97
msgid "Rename to fix"
msgstr "Umbenenung als Lösung"
-#: template/gnurl.html.j2:81
+#: template/gnurl.html.j2:99
#, python-format
msgid ""
"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -866,11 +877,11 @@ msgid ""
"new release."
msgstr ""
-#: template/gnurl.html.j2:99
+#: template/gnurl.html.j2:118
msgid "Using libgnurl"
msgstr "Benutzung von libgnurl"
-#: template/gnurl.html.j2:101
+#: template/gnurl.html.j2:120
msgid ""
"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -881,26 +892,26 @@ msgid ""
"the original curl source have been written."
msgstr ""
-#: template/gnurl.html.j2:113
+#: template/gnurl.html.j2:133
msgid "Gotchas"
msgstr "Aufgepasst!"
-#: template/gnurl.html.j2:115
+#: template/gnurl.html.j2:135
msgid ""
"libgnurl and gnurl are not intended to be used as a replacement for curl for "
"users. Since no conflicts in filenames should occur you are not expected to "
"remove curl to make use of gnurl and viceversa."
msgstr ""
-#: template/gnurl.html.j2:128
+#: template/gnurl.html.j2:149
msgid "You can get the gnurl git repository using:"
msgstr ""
-#: template/gnurl.html.j2:141
+#: template/gnurl.html.j2:162
msgid "The versions are checked in as (signed) git tags."
msgstr ""
-#: template/gnurl.html.j2:149
+#: template/gnurl.html.j2:171
msgid ""
"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -913,13 +924,13 @@ msgid ""
"pkgsrc.org\">pkgsrc</a>."
msgstr ""
-#: template/gnurl.html.j2:165
+#: template/gnurl.html.j2:188
#, fuzzy
#| msgid "Using libgnurl"
msgid "Building gnurl"
msgstr "Benutzung von libgnurl"
-#: template/gnurl.html.j2:167
+#: template/gnurl.html.j2:190
msgid ""
"We suggest to closely follow release announcements, as they might indicate "
"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -934,95 +945,95 @@ msgid ""
"considered to be stable and approved builds."
msgstr ""
-#: template/gnurl.html.j2:188
+#: template/gnurl.html.j2:211
msgid "Building from the distributed tarball (prefered method)"
msgstr ""
-#: template/gnurl.html.j2:190
+#: template/gnurl.html.j2:213
msgid ""
"If you want to verify the signature, install an OpenPGP compatible tool such "
"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
msgstr ""
-#: template/gnurl.html.j2:204
+#: template/gnurl.html.j2:227
msgid "Fetch the signature key from"
msgstr ""
-#: template/gnurl.html.j2:208
+#: template/gnurl.html.j2:231
msgid "or via commandline with gnupg2."
msgstr ""
-#: template/gnurl.html.j2:213
+#: template/gnurl.html.j2:236
msgid ""
"Fetch the release, the signature, the checksum file as well as its signature:"
msgstr ""
-#: template/gnurl.html.j2:232
+#: template/gnurl.html.j2:255
msgid ""
"verify the signatures, and verify the checksums against the checksums in "
"the .sum.txt file."
msgstr ""
-#: template/gnurl.html.j2:238
+#: template/gnurl.html.j2:261
msgid "unpack the tarball:"
msgstr ""
-#: template/gnurl.html.j2:248
+#: template/gnurl.html.j2:271
msgid "Change into the directory"
msgstr ""
-#: template/gnurl.html.j2:258
+#: template/gnurl.html.j2:281
msgid "Now you can either run"
msgstr ""
-#: template/gnurl.html.j2:268
+#: template/gnurl.html.j2:291
msgid "directly (and read configure-gnurl before you do so) or invoke"
msgstr ""
-#: template/gnurl.html.j2:278
+#: template/gnurl.html.j2:301
msgid ""
"and pass additional parameters such as a custom PREFIX location. Further "
"reference can be the"
msgstr ""
-#: template/gnurl.html.j2:283
+#: template/gnurl.html.j2:306
msgid "Now run"
msgstr ""
-#: template/gnurl.html.j2:293
+#: template/gnurl.html.j2:316
msgid "(this is optional)"
msgstr ""
-#: template/gnurl.html.j2:302
+#: template/gnurl.html.j2:325
msgid "and you are done."
msgstr ""
-#: template/gnurl.html.j2:306
+#: template/gnurl.html.j2:329
msgid "Building from a tagged git commit"
msgstr ""
-#: template/gnurl.html.j2:308
+#: template/gnurl.html.j2:331
msgid ""
"Follow the steps above, but instead of downloading the tarball, clone the "
"git tag you want to build from."
msgstr ""
-#: template/gnurl.html.j2:318
+#: template/gnurl.html.j2:342
msgid "Reporting Bugs"
msgstr "Fehler melden"
-#: template/gnurl.html.j2:320
+#: template/gnurl.html.j2:344
msgid ""
"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
"we prefer to track bugs on the bugtracker."
msgstr ""
-#: template/gnurl.html.j2:329
+#: template/gnurl.html.j2:354
msgid "Maintainer and Cryptographic signatures"
msgstr ""
-#: template/gnurl.html.j2:331
+#: template/gnurl.html.j2:356
msgid ""
"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
diff --git a/locale/en/LC_MESSAGES/messages.po
b/locale/en/LC_MESSAGES/messages.po
index 26d3cd6..0fb4773 100644
--- a/locale/en/LC_MESSAGES/messages.po
+++ b/locale/en/LC_MESSAGES/messages.po
@@ -88,7 +88,7 @@ msgstr ""
msgid "System Architecture"
msgstr ""
-#: common/navigation.j2.inc:66 template/gnurl.html.j2:126
+#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
msgid "Source Code"
msgstr ""
@@ -497,7 +497,7 @@ msgid ""
"org/gauger/\">https://old.gnunet.org/gauger/</a>."
msgstr ""
-#: template/download.html.j2:7 template/gnurl.html.j2:147
+#: template/download.html.j2:7 template/gnurl.html.j2:169
msgid "Downloads"
msgstr ""
@@ -724,7 +724,7 @@ msgid ""
"with egos."
msgstr ""
-#: template/gnurl.html.j2:11
+#: template/gnurl.html.j2:20
msgid ""
"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -736,11 +736,20 @@ msgid ""
"to get a proper build of libgnurl."
msgstr ""
-#: template/gnurl.html.j2:26
+#: template/gnurl.html.j2:35
+msgid "About gnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:37
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:43
msgid "Motivation"
msgstr ""
-#: template/gnurl.html.j2:28
+#: template/gnurl.html.j2:45
msgid ""
"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
"other variants are used by some distributions. Supporting other crypto "
@@ -752,7 +761,7 @@ msgid ""
"the bugs that arise might be rather subtle."
msgstr ""
-#: template/gnurl.html.j2:41
+#: template/gnurl.html.j2:58
msgid ""
"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -774,7 +783,7 @@ msgid ""
"that code."
msgstr ""
-#: template/gnurl.html.j2:65
+#: template/gnurl.html.j2:82
msgid ""
"So to use a modern version of GnuTLS, a sane approach is to disable all of "
"the \"optional\" features of cURL that drag in system libraries that link "
@@ -788,11 +797,11 @@ msgid ""
"this can really be trivially fixed by the cURL developers."
msgstr ""
-#: template/gnurl.html.j2:79
+#: template/gnurl.html.j2:97
msgid "Rename to fix"
msgstr ""
-#: template/gnurl.html.j2:81
+#: template/gnurl.html.j2:99
#, python-format
msgid ""
"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -811,11 +820,11 @@ msgid ""
"new release."
msgstr ""
-#: template/gnurl.html.j2:99
+#: template/gnurl.html.j2:118
msgid "Using libgnurl"
msgstr ""
-#: template/gnurl.html.j2:101
+#: template/gnurl.html.j2:120
msgid ""
"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -826,26 +835,26 @@ msgid ""
"the original curl source have been written."
msgstr ""
-#: template/gnurl.html.j2:113
+#: template/gnurl.html.j2:133
msgid "Gotchas"
msgstr ""
-#: template/gnurl.html.j2:115
+#: template/gnurl.html.j2:135
msgid ""
"libgnurl and gnurl are not intended to be used as a replacement for curl for "
"users. Since no conflicts in filenames should occur you are not expected to "
"remove curl to make use of gnurl and viceversa."
msgstr ""
-#: template/gnurl.html.j2:128
+#: template/gnurl.html.j2:149
msgid "You can get the gnurl git repository using:"
msgstr ""
-#: template/gnurl.html.j2:141
+#: template/gnurl.html.j2:162
msgid "The versions are checked in as (signed) git tags."
msgstr ""
-#: template/gnurl.html.j2:149
+#: template/gnurl.html.j2:171
msgid ""
"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -858,11 +867,11 @@ msgid ""
"pkgsrc.org\">pkgsrc</a>."
msgstr ""
-#: template/gnurl.html.j2:165
+#: template/gnurl.html.j2:188
msgid "Building gnurl"
msgstr ""
-#: template/gnurl.html.j2:167
+#: template/gnurl.html.j2:190
msgid ""
"We suggest to closely follow release announcements, as they might indicate "
"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -877,95 +886,95 @@ msgid ""
"considered to be stable and approved builds."
msgstr ""
-#: template/gnurl.html.j2:188
+#: template/gnurl.html.j2:211
msgid "Building from the distributed tarball (prefered method)"
msgstr ""
-#: template/gnurl.html.j2:190
+#: template/gnurl.html.j2:213
msgid ""
"If you want to verify the signature, install an OpenPGP compatible tool such "
"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
msgstr ""
-#: template/gnurl.html.j2:204
+#: template/gnurl.html.j2:227
msgid "Fetch the signature key from"
msgstr ""
-#: template/gnurl.html.j2:208
+#: template/gnurl.html.j2:231
msgid "or via commandline with gnupg2."
msgstr ""
-#: template/gnurl.html.j2:213
+#: template/gnurl.html.j2:236
msgid ""
"Fetch the release, the signature, the checksum file as well as its signature:"
msgstr ""
-#: template/gnurl.html.j2:232
+#: template/gnurl.html.j2:255
msgid ""
"verify the signatures, and verify the checksums against the checksums in "
"the .sum.txt file."
msgstr ""
-#: template/gnurl.html.j2:238
+#: template/gnurl.html.j2:261
msgid "unpack the tarball:"
msgstr ""
-#: template/gnurl.html.j2:248
+#: template/gnurl.html.j2:271
msgid "Change into the directory"
msgstr ""
-#: template/gnurl.html.j2:258
+#: template/gnurl.html.j2:281
msgid "Now you can either run"
msgstr ""
-#: template/gnurl.html.j2:268
+#: template/gnurl.html.j2:291
msgid "directly (and read configure-gnurl before you do so) or invoke"
msgstr ""
-#: template/gnurl.html.j2:278
+#: template/gnurl.html.j2:301
msgid ""
"and pass additional parameters such as a custom PREFIX location. Further "
"reference can be the"
msgstr ""
-#: template/gnurl.html.j2:283
+#: template/gnurl.html.j2:306
msgid "Now run"
msgstr ""
-#: template/gnurl.html.j2:293
+#: template/gnurl.html.j2:316
msgid "(this is optional)"
msgstr ""
-#: template/gnurl.html.j2:302
+#: template/gnurl.html.j2:325
msgid "and you are done."
msgstr ""
-#: template/gnurl.html.j2:306
+#: template/gnurl.html.j2:329
msgid "Building from a tagged git commit"
msgstr ""
-#: template/gnurl.html.j2:308
+#: template/gnurl.html.j2:331
msgid ""
"Follow the steps above, but instead of downloading the tarball, clone the "
"git tag you want to build from."
msgstr ""
-#: template/gnurl.html.j2:318
+#: template/gnurl.html.j2:342
msgid "Reporting Bugs"
msgstr ""
-#: template/gnurl.html.j2:320
+#: template/gnurl.html.j2:344
msgid ""
"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
"we prefer to track bugs on the bugtracker."
msgstr ""
-#: template/gnurl.html.j2:329
+#: template/gnurl.html.j2:354
msgid "Maintainer and Cryptographic signatures"
msgstr ""
-#: template/gnurl.html.j2:331
+#: template/gnurl.html.j2:356
msgid ""
"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
diff --git a/locale/es/LC_MESSAGES/messages.po
b/locale/es/LC_MESSAGES/messages.po
index dd4a675..e473c62 100644
--- a/locale/es/LC_MESSAGES/messages.po
+++ b/locale/es/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-13 10:04+0000\n"
+"POT-Creation-Date: 2019-09-13 10:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -108,7 +108,7 @@ msgstr "Desarrollo"
msgid "System Architecture"
msgstr "Architectura del sistema"
-#: common/navigation.j2.inc:66 template/gnurl.html.j2:126
+#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
msgid "Source Code"
msgstr "Códico fuente"
@@ -521,7 +521,7 @@ msgid ""
"org/gauger/\">https://old.gnunet.org/gauger/</a>."
msgstr ""
-#: template/download.html.j2:7 template/gnurl.html.j2:147
+#: template/download.html.j2:7 template/gnurl.html.j2:169
msgid "Downloads"
msgstr ""
@@ -750,7 +750,7 @@ msgid ""
"with egos."
msgstr ""
-#: template/gnurl.html.j2:11
+#: template/gnurl.html.j2:20
msgid ""
"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -762,11 +762,22 @@ msgid ""
"to get a proper build of libgnurl."
msgstr ""
-#: template/gnurl.html.j2:26
+#: template/gnurl.html.j2:35
+#, fuzzy
+#| msgid "About"
+msgid "About gnurl"
+msgstr "Sobre"
+
+#: template/gnurl.html.j2:37
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:43
msgid "Motivation"
msgstr ""
-#: template/gnurl.html.j2:28
+#: template/gnurl.html.j2:45
msgid ""
"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
"other variants are used by some distributions. Supporting other crypto "
@@ -778,7 +789,7 @@ msgid ""
"the bugs that arise might be rather subtle."
msgstr ""
-#: template/gnurl.html.j2:41
+#: template/gnurl.html.j2:58
msgid ""
"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -800,7 +811,7 @@ msgid ""
"that code."
msgstr ""
-#: template/gnurl.html.j2:65
+#: template/gnurl.html.j2:82
msgid ""
"So to use a modern version of GnuTLS, a sane approach is to disable all of "
"the \"optional\" features of cURL that drag in system libraries that link "
@@ -814,11 +825,11 @@ msgid ""
"this can really be trivially fixed by the cURL developers."
msgstr ""
-#: template/gnurl.html.j2:79
+#: template/gnurl.html.j2:97
msgid "Rename to fix"
msgstr ""
-#: template/gnurl.html.j2:81
+#: template/gnurl.html.j2:99
#, python-format
msgid ""
"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -837,11 +848,11 @@ msgid ""
"new release."
msgstr ""
-#: template/gnurl.html.j2:99
+#: template/gnurl.html.j2:118
msgid "Using libgnurl"
msgstr ""
-#: template/gnurl.html.j2:101
+#: template/gnurl.html.j2:120
msgid ""
"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -852,26 +863,26 @@ msgid ""
"the original curl source have been written."
msgstr ""
-#: template/gnurl.html.j2:113
+#: template/gnurl.html.j2:133
msgid "Gotchas"
msgstr ""
-#: template/gnurl.html.j2:115
+#: template/gnurl.html.j2:135
msgid ""
"libgnurl and gnurl are not intended to be used as a replacement for curl for "
"users. Since no conflicts in filenames should occur you are not expected to "
"remove curl to make use of gnurl and viceversa."
msgstr ""
-#: template/gnurl.html.j2:128
+#: template/gnurl.html.j2:149
msgid "You can get the gnurl git repository using:"
msgstr ""
-#: template/gnurl.html.j2:141
+#: template/gnurl.html.j2:162
msgid "The versions are checked in as (signed) git tags."
msgstr ""
-#: template/gnurl.html.j2:149
+#: template/gnurl.html.j2:171
msgid ""
"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -884,11 +895,11 @@ msgid ""
"pkgsrc.org\">pkgsrc</a>."
msgstr ""
-#: template/gnurl.html.j2:165
+#: template/gnurl.html.j2:188
msgid "Building gnurl"
msgstr ""
-#: template/gnurl.html.j2:167
+#: template/gnurl.html.j2:190
msgid ""
"We suggest to closely follow release announcements, as they might indicate "
"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -903,95 +914,95 @@ msgid ""
"considered to be stable and approved builds."
msgstr ""
-#: template/gnurl.html.j2:188
+#: template/gnurl.html.j2:211
msgid "Building from the distributed tarball (prefered method)"
msgstr ""
-#: template/gnurl.html.j2:190
+#: template/gnurl.html.j2:213
msgid ""
"If you want to verify the signature, install an OpenPGP compatible tool such "
"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
msgstr ""
-#: template/gnurl.html.j2:204
+#: template/gnurl.html.j2:227
msgid "Fetch the signature key from"
msgstr ""
-#: template/gnurl.html.j2:208
+#: template/gnurl.html.j2:231
msgid "or via commandline with gnupg2."
msgstr ""
-#: template/gnurl.html.j2:213
+#: template/gnurl.html.j2:236
msgid ""
"Fetch the release, the signature, the checksum file as well as its signature:"
msgstr ""
-#: template/gnurl.html.j2:232
+#: template/gnurl.html.j2:255
msgid ""
"verify the signatures, and verify the checksums against the checksums in "
"the .sum.txt file."
msgstr ""
-#: template/gnurl.html.j2:238
+#: template/gnurl.html.j2:261
msgid "unpack the tarball:"
msgstr ""
-#: template/gnurl.html.j2:248
+#: template/gnurl.html.j2:271
msgid "Change into the directory"
msgstr ""
-#: template/gnurl.html.j2:258
+#: template/gnurl.html.j2:281
msgid "Now you can either run"
msgstr ""
-#: template/gnurl.html.j2:268
+#: template/gnurl.html.j2:291
msgid "directly (and read configure-gnurl before you do so) or invoke"
msgstr ""
-#: template/gnurl.html.j2:278
+#: template/gnurl.html.j2:301
msgid ""
"and pass additional parameters such as a custom PREFIX location. Further "
"reference can be the"
msgstr ""
-#: template/gnurl.html.j2:283
+#: template/gnurl.html.j2:306
msgid "Now run"
msgstr ""
-#: template/gnurl.html.j2:293
+#: template/gnurl.html.j2:316
msgid "(this is optional)"
msgstr ""
-#: template/gnurl.html.j2:302
+#: template/gnurl.html.j2:325
msgid "and you are done."
msgstr ""
-#: template/gnurl.html.j2:306
+#: template/gnurl.html.j2:329
msgid "Building from a tagged git commit"
msgstr ""
-#: template/gnurl.html.j2:308
+#: template/gnurl.html.j2:331
msgid ""
"Follow the steps above, but instead of downloading the tarball, clone the "
"git tag you want to build from."
msgstr ""
-#: template/gnurl.html.j2:318
+#: template/gnurl.html.j2:342
msgid "Reporting Bugs"
msgstr ""
-#: template/gnurl.html.j2:320
+#: template/gnurl.html.j2:344
msgid ""
"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
"we prefer to track bugs on the bugtracker."
msgstr ""
-#: template/gnurl.html.j2:329
+#: template/gnurl.html.j2:354
msgid "Maintainer and Cryptographic signatures"
msgstr ""
-#: template/gnurl.html.j2:331
+#: template/gnurl.html.j2:356
msgid ""
"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
diff --git a/locale/fr/LC_MESSAGES/messages.po
b/locale/fr/LC_MESSAGES/messages.po
index 1e4bffc..a60deb4 100644
--- a/locale/fr/LC_MESSAGES/messages.po
+++ b/locale/fr/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-13 10:04+0000\n"
+"POT-Creation-Date: 2019-09-13 10:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -108,7 +108,7 @@ msgstr ""
msgid "System Architecture"
msgstr ""
-#: common/navigation.j2.inc:66 template/gnurl.html.j2:126
+#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
msgid "Source Code"
msgstr ""
@@ -517,7 +517,7 @@ msgid ""
"org/gauger/\">https://old.gnunet.org/gauger/</a>."
msgstr ""
-#: template/download.html.j2:7 template/gnurl.html.j2:147
+#: template/download.html.j2:7 template/gnurl.html.j2:169
msgid "Downloads"
msgstr ""
@@ -744,7 +744,7 @@ msgid ""
"with egos."
msgstr ""
-#: template/gnurl.html.j2:11
+#: template/gnurl.html.j2:20
msgid ""
"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -756,11 +756,20 @@ msgid ""
"to get a proper build of libgnurl."
msgstr ""
-#: template/gnurl.html.j2:26
+#: template/gnurl.html.j2:35
+msgid "About gnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:37
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:43
msgid "Motivation"
msgstr ""
-#: template/gnurl.html.j2:28
+#: template/gnurl.html.j2:45
msgid ""
"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
"other variants are used by some distributions. Supporting other crypto "
@@ -772,7 +781,7 @@ msgid ""
"the bugs that arise might be rather subtle."
msgstr ""
-#: template/gnurl.html.j2:41
+#: template/gnurl.html.j2:58
msgid ""
"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -794,7 +803,7 @@ msgid ""
"that code."
msgstr ""
-#: template/gnurl.html.j2:65
+#: template/gnurl.html.j2:82
msgid ""
"So to use a modern version of GnuTLS, a sane approach is to disable all of "
"the \"optional\" features of cURL that drag in system libraries that link "
@@ -808,11 +817,11 @@ msgid ""
"this can really be trivially fixed by the cURL developers."
msgstr ""
-#: template/gnurl.html.j2:79
+#: template/gnurl.html.j2:97
msgid "Rename to fix"
msgstr ""
-#: template/gnurl.html.j2:81
+#: template/gnurl.html.j2:99
#, python-format
msgid ""
"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -831,11 +840,11 @@ msgid ""
"new release."
msgstr ""
-#: template/gnurl.html.j2:99
+#: template/gnurl.html.j2:118
msgid "Using libgnurl"
msgstr ""
-#: template/gnurl.html.j2:101
+#: template/gnurl.html.j2:120
msgid ""
"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -846,26 +855,26 @@ msgid ""
"the original curl source have been written."
msgstr ""
-#: template/gnurl.html.j2:113
+#: template/gnurl.html.j2:133
msgid "Gotchas"
msgstr ""
-#: template/gnurl.html.j2:115
+#: template/gnurl.html.j2:135
msgid ""
"libgnurl and gnurl are not intended to be used as a replacement for curl for "
"users. Since no conflicts in filenames should occur you are not expected to "
"remove curl to make use of gnurl and viceversa."
msgstr ""
-#: template/gnurl.html.j2:128
+#: template/gnurl.html.j2:149
msgid "You can get the gnurl git repository using:"
msgstr ""
-#: template/gnurl.html.j2:141
+#: template/gnurl.html.j2:162
msgid "The versions are checked in as (signed) git tags."
msgstr ""
-#: template/gnurl.html.j2:149
+#: template/gnurl.html.j2:171
msgid ""
"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -878,11 +887,11 @@ msgid ""
"pkgsrc.org\">pkgsrc</a>."
msgstr ""
-#: template/gnurl.html.j2:165
+#: template/gnurl.html.j2:188
msgid "Building gnurl"
msgstr ""
-#: template/gnurl.html.j2:167
+#: template/gnurl.html.j2:190
msgid ""
"We suggest to closely follow release announcements, as they might indicate "
"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -897,95 +906,95 @@ msgid ""
"considered to be stable and approved builds."
msgstr ""
-#: template/gnurl.html.j2:188
+#: template/gnurl.html.j2:211
msgid "Building from the distributed tarball (prefered method)"
msgstr ""
-#: template/gnurl.html.j2:190
+#: template/gnurl.html.j2:213
msgid ""
"If you want to verify the signature, install an OpenPGP compatible tool such "
"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
msgstr ""
-#: template/gnurl.html.j2:204
+#: template/gnurl.html.j2:227
msgid "Fetch the signature key from"
msgstr ""
-#: template/gnurl.html.j2:208
+#: template/gnurl.html.j2:231
msgid "or via commandline with gnupg2."
msgstr ""
-#: template/gnurl.html.j2:213
+#: template/gnurl.html.j2:236
msgid ""
"Fetch the release, the signature, the checksum file as well as its signature:"
msgstr ""
-#: template/gnurl.html.j2:232
+#: template/gnurl.html.j2:255
msgid ""
"verify the signatures, and verify the checksums against the checksums in "
"the .sum.txt file."
msgstr ""
-#: template/gnurl.html.j2:238
+#: template/gnurl.html.j2:261
msgid "unpack the tarball:"
msgstr ""
-#: template/gnurl.html.j2:248
+#: template/gnurl.html.j2:271
msgid "Change into the directory"
msgstr ""
-#: template/gnurl.html.j2:258
+#: template/gnurl.html.j2:281
msgid "Now you can either run"
msgstr ""
-#: template/gnurl.html.j2:268
+#: template/gnurl.html.j2:291
msgid "directly (and read configure-gnurl before you do so) or invoke"
msgstr ""
-#: template/gnurl.html.j2:278
+#: template/gnurl.html.j2:301
msgid ""
"and pass additional parameters such as a custom PREFIX location. Further "
"reference can be the"
msgstr ""
-#: template/gnurl.html.j2:283
+#: template/gnurl.html.j2:306
msgid "Now run"
msgstr ""
-#: template/gnurl.html.j2:293
+#: template/gnurl.html.j2:316
msgid "(this is optional)"
msgstr ""
-#: template/gnurl.html.j2:302
+#: template/gnurl.html.j2:325
msgid "and you are done."
msgstr ""
-#: template/gnurl.html.j2:306
+#: template/gnurl.html.j2:329
msgid "Building from a tagged git commit"
msgstr ""
-#: template/gnurl.html.j2:308
+#: template/gnurl.html.j2:331
msgid ""
"Follow the steps above, but instead of downloading the tarball, clone the "
"git tag you want to build from."
msgstr ""
-#: template/gnurl.html.j2:318
+#: template/gnurl.html.j2:342
msgid "Reporting Bugs"
msgstr ""
-#: template/gnurl.html.j2:320
+#: template/gnurl.html.j2:344
msgid ""
"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
"we prefer to track bugs on the bugtracker."
msgstr ""
-#: template/gnurl.html.j2:329
+#: template/gnurl.html.j2:354
msgid "Maintainer and Cryptographic signatures"
msgstr ""
-#: template/gnurl.html.j2:331
+#: template/gnurl.html.j2:356
msgid ""
"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
diff --git a/locale/it/LC_MESSAGES/messages.po
b/locale/it/LC_MESSAGES/messages.po
index cdaaed3..4c1869e 100644
--- a/locale/it/LC_MESSAGES/messages.po
+++ b/locale/it/LC_MESSAGES/messages.po
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PROJECT VERSION\n"
"Report-Msgid-Bugs-To: EMAIL@ADDRESS\n"
-"POT-Creation-Date: 2019-09-13 10:04+0000\n"
+"POT-Creation-Date: 2019-09-13 10:34+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <address@hidden>\n"
@@ -108,7 +108,7 @@ msgstr ""
msgid "System Architecture"
msgstr ""
-#: common/navigation.j2.inc:66 template/gnurl.html.j2:126
+#: common/navigation.j2.inc:66 template/gnurl.html.j2:147
msgid "Source Code"
msgstr ""
@@ -517,7 +517,7 @@ msgid ""
"org/gauger/\">https://old.gnunet.org/gauger/</a>."
msgstr ""
-#: template/download.html.j2:7 template/gnurl.html.j2:147
+#: template/download.html.j2:7 template/gnurl.html.j2:169
msgid "Downloads"
msgstr ""
@@ -744,7 +744,7 @@ msgid ""
"with egos."
msgstr ""
-#: template/gnurl.html.j2:11
+#: template/gnurl.html.j2:20
msgid ""
"libgnurl is a micro fork of libcurl. The goal of libgnurl is to support only "
"HTTP and HTTPS (and only HTTP 1.x) with a single crypto backend (GnuTLS) to "
@@ -756,11 +756,20 @@ msgid ""
"to get a proper build of libgnurl."
msgstr ""
-#: template/gnurl.html.j2:26
+#: template/gnurl.html.j2:35
+msgid "About gnurl"
+msgstr ""
+
+#: template/gnurl.html.j2:37
+msgid ""
+"Large parts of the following 6 paragraphs are old and need to be rewritten."
+msgstr ""
+
+#: template/gnurl.html.j2:43
msgid "Motivation"
msgstr ""
-#: template/gnurl.html.j2:28
+#: template/gnurl.html.j2:45
msgid ""
"cURL supports many crypto backends. GNUnet requires the use of GnuTLS, but "
"other variants are used by some distributions. Supporting other crypto "
@@ -772,7 +781,7 @@ msgid ""
"the bugs that arise might be rather subtle."
msgstr ""
-#: template/gnurl.html.j2:41
+#: template/gnurl.html.j2:58
msgid ""
"For GNUnet, we also need a particularly modern version of GnuTLS. Thus, it "
"would anyway be necessary to recompile cURL for GNUnet. But what happens if "
@@ -794,7 +803,7 @@ msgid ""
"that code."
msgstr ""
-#: template/gnurl.html.j2:65
+#: template/gnurl.html.j2:82
msgid ""
"So to use a modern version of GnuTLS, a sane approach is to disable all of "
"the \"optional\" features of cURL that drag in system libraries that link "
@@ -808,11 +817,11 @@ msgid ""
"this can really be trivially fixed by the cURL developers."
msgstr ""
-#: template/gnurl.html.j2:79
+#: template/gnurl.html.j2:97
msgid "Rename to fix"
msgstr ""
-#: template/gnurl.html.j2:81
+#: template/gnurl.html.j2:99
#, python-format
msgid ""
"How does forking fix it? Easy. First, we can get rid of all of the "
@@ -831,11 +840,11 @@ msgid ""
"new release."
msgstr ""
-#: template/gnurl.html.j2:99
+#: template/gnurl.html.j2:118
msgid "Using libgnurl"
msgstr ""
-#: template/gnurl.html.j2:101
+#: template/gnurl.html.j2:120
msgid ""
"Projects that use cURL only for HTTP/HTTPS and that would work with GnuTLS "
"should be able to switch to libgnurl by changing \"-lcurl\" to \"-lgnurl\". "
@@ -846,26 +855,26 @@ msgid ""
"the original curl source have been written."
msgstr ""
-#: template/gnurl.html.j2:113
+#: template/gnurl.html.j2:133
msgid "Gotchas"
msgstr ""
-#: template/gnurl.html.j2:115
+#: template/gnurl.html.j2:135
msgid ""
"libgnurl and gnurl are not intended to be used as a replacement for curl for "
"users. Since no conflicts in filenames should occur you are not expected to "
"remove curl to make use of gnurl and viceversa."
msgstr ""
-#: template/gnurl.html.j2:128
+#: template/gnurl.html.j2:149
msgid "You can get the gnurl git repository using:"
msgstr ""
-#: template/gnurl.html.j2:141
+#: template/gnurl.html.j2:162
msgid "The versions are checked in as (signed) git tags."
msgstr ""
-#: template/gnurl.html.j2:149
+#: template/gnurl.html.j2:171
msgid ""
"Releases are published on <a href=\"https://ftpmirror.gnu.org/gnu/gnunet/"
"\">ftpmirror.gnu.org/gnu/gnunet</a>. gnurl is available from within a "
@@ -878,11 +887,11 @@ msgid ""
"pkgsrc.org\">pkgsrc</a>."
msgstr ""
-#: template/gnurl.html.j2:165
+#: template/gnurl.html.j2:188
msgid "Building gnurl"
msgstr ""
-#: template/gnurl.html.j2:167
+#: template/gnurl.html.j2:190
msgid ""
"We suggest to closely follow release announcements, as they might indicate "
"changes in how gnurl is to be build. <br> If your package manager provides a "
@@ -897,95 +906,95 @@ msgid ""
"considered to be stable and approved builds."
msgstr ""
-#: template/gnurl.html.j2:188
+#: template/gnurl.html.j2:211
msgid "Building from the distributed tarball (prefered method)"
msgstr ""
-#: template/gnurl.html.j2:190
+#: template/gnurl.html.j2:213
msgid ""
"If you want to verify the signature, install an OpenPGP compatible tool such "
"as security/gnupgp2 (and set it up). Assuming you use pkgin:"
msgstr ""
-#: template/gnurl.html.j2:204
+#: template/gnurl.html.j2:227
msgid "Fetch the signature key from"
msgstr ""
-#: template/gnurl.html.j2:208
+#: template/gnurl.html.j2:231
msgid "or via commandline with gnupg2."
msgstr ""
-#: template/gnurl.html.j2:213
+#: template/gnurl.html.j2:236
msgid ""
"Fetch the release, the signature, the checksum file as well as its signature:"
msgstr ""
-#: template/gnurl.html.j2:232
+#: template/gnurl.html.j2:255
msgid ""
"verify the signatures, and verify the checksums against the checksums in "
"the .sum.txt file."
msgstr ""
-#: template/gnurl.html.j2:238
+#: template/gnurl.html.j2:261
msgid "unpack the tarball:"
msgstr ""
-#: template/gnurl.html.j2:248
+#: template/gnurl.html.j2:271
msgid "Change into the directory"
msgstr ""
-#: template/gnurl.html.j2:258
+#: template/gnurl.html.j2:281
msgid "Now you can either run"
msgstr ""
-#: template/gnurl.html.j2:268
+#: template/gnurl.html.j2:291
msgid "directly (and read configure-gnurl before you do so) or invoke"
msgstr ""
-#: template/gnurl.html.j2:278
+#: template/gnurl.html.j2:301
msgid ""
"and pass additional parameters such as a custom PREFIX location. Further "
"reference can be the"
msgstr ""
-#: template/gnurl.html.j2:283
+#: template/gnurl.html.j2:306
msgid "Now run"
msgstr ""
-#: template/gnurl.html.j2:293
+#: template/gnurl.html.j2:316
msgid "(this is optional)"
msgstr ""
-#: template/gnurl.html.j2:302
+#: template/gnurl.html.j2:325
msgid "and you are done."
msgstr ""
-#: template/gnurl.html.j2:306
+#: template/gnurl.html.j2:329
msgid "Building from a tagged git commit"
msgstr ""
-#: template/gnurl.html.j2:308
+#: template/gnurl.html.j2:331
msgid ""
"Follow the steps above, but instead of downloading the tarball, clone the "
"git tag you want to build from."
msgstr ""
-#: template/gnurl.html.j2:318
+#: template/gnurl.html.j2:342
msgid "Reporting Bugs"
msgstr ""
-#: template/gnurl.html.j2:320
+#: template/gnurl.html.j2:344
msgid ""
"You can report bugs on our bug tracker: <a href=\"https://bugs.gnunet.org/"
"\">bugs.gnunet.org</a>. Alternatively you can use our bug mailinglist, but "
"we prefer to track bugs on the bugtracker."
msgstr ""
-#: template/gnurl.html.j2:329
+#: template/gnurl.html.j2:354
msgid "Maintainer and Cryptographic signatures"
msgstr ""
-#: template/gnurl.html.j2:331
+#: template/gnurl.html.j2:356
msgid ""
"gnurl/libgnurl is maintained by ng0. Releases are signed with the OpenPGP "
"Key <b>A88C8ADD129828D7EAC02E52E22F9BBFEE348588</b>, with the key "
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index a193ae4..7d5a736 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -4,6 +4,15 @@
<header>
<h1>gnurl (libgnurl)</h1>
+ <a href="#motivation">motivation</a>
+ <a href="#rename">rename</a>
+ <a href="#using">using</a>
+ <a href="#gotchas">gotchas</a>
+ <a href="#source">source</a>
+ <a href="#downloads">downloads</a>
+ <a href="#building">building</a>
+ <a href="#reporting">reporting</a>
+ <a href="#maintainer">maintainer</a>
</header>
<div class="container">
@@ -23,7 +32,15 @@
libgnurl.
{% endtrans %}
</p>
- <h3>{{_("Motivation") }}</h3>
+ <h3>{{ _("About gnurl") }}</h3>
+ <p>
+ {% trans %}
+ Large parts of the following 6 paragraphs are old and need
+ to be rewritten.
+ {% endtrans %}
+ </p>
+ <a name="motivation"></a>
+ <h4>{{_("Motivation") }}</h4>
<p>
{% trans %}
cURL supports many crypto backends. GNUnet requires the use of
@@ -76,7 +93,8 @@
really be trivially fixed by the cURL developers.
{% endtrans %}
</p>
- <h3>{{_("Rename to fix") }}</h3>
+ <a name="rename"></a>
+ <h4>{{_("Rename to fix") }}</h4>
<p>
{% trans %}
How does forking fix it? Easy. First, we can get rid of all of the
@@ -96,7 +114,8 @@
release.
{% endtrans %}
</p>
- <h3>{{_("Using libgnurl") }}</h3>
+ <a name="using"></a>
+ <h4>{{_("Using libgnurl") }}</h4>
<p>
{% trans %}
Projects that use cURL only for HTTP/HTTPS and that would work
@@ -110,6 +129,7 @@
no additions to the original curl source have been written.
{% endtrans %}
</p>
+ <a name="gotchas"></a>
<h4>{{_("Gotchas") }}</h4>
<p>
{% trans %}
@@ -123,6 +143,7 @@
<div class="row container">
<div class="col-md">
+ <a name="source"></a>
<h3>{{ _("Source Code") }}</h3>
<p>
{% trans %}
@@ -144,6 +165,7 @@
</p>
</div>
<div class="col-md">
+ <a name="downloads"></a>
<h3>{{ _("Downloads") }}</h3>
<p>
{% trans %}
@@ -162,6 +184,7 @@
<div class="row container">
<div class="col-md">
+ <a name="building"></a>
<h3>{{ _("Building gnurl") }}</h3>
<p>
{% trans %}
@@ -315,6 +338,7 @@
<div class="row container">
<div class="col-md">
+ <a name="reporting"></a>
<h3>{{ _("Reporting Bugs") }}</h3>
<p>
{% trans %}
@@ -326,6 +350,7 @@
</p>
</div>
<div class="col-md">
+ <a name="maintainer"></a>
<h3>{{ _("Maintainer and Cryptographic signatures") }}</h3>
<p>
{% trans %}
--
To stop receiving notification emails like this one, please contact
address@hidden.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] [www] branch master updated: add navigation and small note.,
gnunet <=