aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornikita <nikita@n0.is>2020-04-28 12:22:24 +0200
committernikita <nikita@n0.is>2020-04-28 12:22:24 +0200
commit2a5701ac62a0393a9376d0bde55caffe2b56bb05 (patch)
treebe33f2fadcb3745aa0e4eb036f8a559ef707bb2c
parent2f02a6fdaf3867ef51c4e484ee20f64ef0e54014 (diff)
downloadwww-2a5701ac62a0393a9376d0bde55caffe2b56bb05.tar.gz
www-2a5701ac62a0393a9376d0bde55caffe2b56bb05.zip
gnurl: rewrite to be more rational about patch waiting times
-rw-r--r--template/gnurl.html.j215
1 files changed, 8 insertions, 7 deletions
diff --git a/template/gnurl.html.j2 b/template/gnurl.html.j2
index a2a37747..c9c5d8ba 100644
--- a/template/gnurl.html.j2
+++ b/template/gnurl.html.j2
@@ -28,9 +28,9 @@
28 </p> 28 </p>
29 <p> 29 <p>
30 {% trans %} 30 {% trans %}
31 Our main usecase is for GNUnet, but it might be usable 31 Our main usecase is for GNUnet and Taler, but it might
32 for others, hence we&#39;re releasing the code to the 32 be usable for others, hence we&#39;re releasing the code
33 general public. 33 to the general public.
34 {% endtrans %} 34 {% endtrans %}
35 </p> 35 </p>
36 <p> 36 <p>
@@ -129,8 +129,9 @@
129 my mood. Note that this pretty much CANNOT be done without a fork, as 129 my mood. Note that this pretty much CANNOT be done without a fork, as
130 renaming is an essential part of the fix. Now, there might be creative 130 renaming is an essential part of the fix. Now, there might be creative
131 solutions to achieve the same thing within the standard cURL build 131 solutions to achieve the same thing within the standard cURL build
132 system, but I'm not happy to wait for a decade for Daniel to review 132 system, but this was deemed to be too much work when
133 the patches. The changes libgnurl makes to curl are miniscule and can 133 gnurl was originally started.
134 The changes libgnurl makes to curl are miniscule and can
134 easily be applied again and again whenever libcurl makes a new 135 easily be applied again and again whenever libcurl makes a new
135 release. 136 release.
136 {% endtrans %} 137 {% endtrans %}
@@ -210,7 +211,7 @@
210 {% trans %} 211 {% trans %}
211 Releases are published on <a href="https://ftpmirror.gnu.org/gnu/gnunet/">ftpmirror.gnu.org/gnu/gnunet</a>. 212 Releases are published on <a href="https://ftpmirror.gnu.org/gnu/gnunet/">ftpmirror.gnu.org/gnu/gnunet</a>.
212 gnurl is available from within a variety of distributions and package managers. 213 gnurl is available from within a variety of distributions and package managers.
213 Package Managers which include gnurl are: 214 Some Package Managers which include gnurl are:
214 <a href="https://www.gnu.org/software/guix/">GNU Guix</a> (available as "gnurl"), 215 <a href="https://www.gnu.org/software/guix/">GNU Guix</a> (available as "gnurl"),
215 <a href="https://gentoo.org">Gentoo</a> through the collaborative ebuild collection 216 <a href="https://gentoo.org">Gentoo</a> through the collaborative ebuild collection
216 <a href="https://git.gnunet.org/youbroketheinternet-overlay.git/">youbroketheinternet</a>, 217 <a href="https://git.gnunet.org/youbroketheinternet-overlay.git/">youbroketheinternet</a>,
@@ -266,7 +267,7 @@
266 {% trans %} 267 {% trans %}
267 Fetch the signature key from 268 Fetch the signature key from
268 {% endtrans %} 269 {% endtrans %}
269 <a href="https://keys.openpgp.org/search?q=ng0%40n0.is">keys.openpgp.org</a> 270 <a href="https://keys.openpgp.org/search?q=nikita%40NetBSD.org">keys.openpgp.org</a>
270 {% trans %} 271 {% trans %}
271 or via commandline with gnupg2. 272 or via commandline with gnupg2.
272 {% endtrans %} 273 {% endtrans %}