[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Change http: to https: and update URLs
From: |
Bruno Haible |
Subject: |
Re: Change http: to https: and update URLs |
Date: |
Mon, 23 Sep 2019 12:01:41 +0200 |
User-agent: |
KMail/5.1.3 (Linux/4.4.0-159-generic; KDE/5.18.0; x86_64; ; ) |
Hi Paul,
> I installed a long and fairly-mechanical patch into Gnulib to prefer https:
> to
> http: in URLs where either will do, for the usual security reasons. I also
> updated broken and/or moved URLs discovered during the process. In a few
> places
> I had to resort to archive.org, since I didn't find the originals elsewhere.
Thanks for doing this (tedious work)!
There are a few nits, though:
* http://www.w3.org/TR/html401/loose.dtd is not a URL; it's a declaration.[1]
I fear that the change to https makes the resulting documentation display
worse in some browsers.
This affects build-aux/pmccabe2html and doc/gendocs_template_min.
* I don't find it adequate to remove comments in
lib/creat.c
lib/fopen.c
lib/open.c
lib/openat.c
tests/test-fflush2.c
I mean, just pointing to a 13-page long document
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap04.html
as a rationale for some small technical decision really obscures the
technical argument.
* What happened to point 3 in lib/fflush.c?
Bruno
[1] https://www.w3schools.com/tags/tag_doctype.asp