Re: Stale external URL in doc?

From: Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com>
To: daniel(at)yesql(dot)se
Cc: thomas(dot)munro(at)gmail(dot)com, magnus(at)hagander(dot)net, pgsql-hackers(at)lists(dot)postgresql(dot)org, bruce(at)momjian(dot)us, tgl(at)sss(dot)pgh(dot)pa(dot)us
Subject: Re: Stale external URL in doc?
Date: 2020-07-17 03:13:08
Message-ID: 20200717.121308.1369606287593685396.horikyota.ntt@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

At Thu, 16 Jul 2020 14:09:17 +0200, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote in
> > On 10 Jul 2020, at 23:55, Daniel Gustafsson <daniel(at)yesql(dot)se> wrote:
> >
> >> On 10 Jul 2020, at 23:47, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> >> Thomas Munro <thomas(dot)munro(at)gmail(dot)com> writes:
> >
> >>> The others required minor manual sleuthing to correct; I hope I found
> >>> the correct ISN ranges page. Please see attached.
> >>
> >> I didn't actually check any of these, but they look like sane changes.
> >
> > +1, looks good, thanks!
>
> Since this is still in flight, I'm tacking on a few more in the attached diff
> that I stumbled across. gnu.org will redirect from http to https so we might
> as well have that in our docs from the start.

I checked through http:// URLs in the documentation.

1. 505 Not found (0001-Fix-505-URL.patch)

(Shows login page instead)
http://citeseer.ist.psu.edu/seshadri95generalized.html
=> https://citeseer.ist.psu.edu/viewdoc/summary?doi=10.1.1.40.5740

2. moved or rearranged (0002-Fixed-URLs-mofed-or-rearranged.patch)

http://initd.org/psycopg/
=> https://www.psycopg.org/

http://db.cs.berkeley.edu => https://dsf.berkeley.edu
http://db.cs.berkeley.edu/jmh/
http://db.cs.berkeley.edu/papers/
http://db.cs.berkeley.edu/papers/ERL-M85-95.pdf
http://db.cs.berkeley.edu/papers/ERL-M87-06.pdf
http://db.cs.berkeley.edu/papers/ERL-M87-13.pdf
http://db.cs.berkeley.edu/papers/ERL-M89-17.pdf
http://db.cs.berkeley.edu/papers/ERL-M89-82.pdf
http://db.cs.berkeley.edu/papers/ERL-M90-34.pdf
http://db.cs.berkeley.edu/papers/ERL-M90-36.pdf
http://db.cs.berkeley.edu/papers/UCB-MS-zfong.pdf
http://db.cs.berkeley.edu/postgres.html

(I counldn't find the eqquivalent for http://gist.cs.berkeley.edu/
in dsf.berkeley.edu)

http://json.org => https://www.json.org (Redirects to localized page)

3. Has the same page for https:// (0003-change-http-URLs-to-https.patch)
http://cve.mitre.org/
http://jlcooke.ca/random/
http://postgis.net/
http://pqxx.org/
http://pubs.opengroup.org/onlinepubs/009695399/functions/strftime.html
http://snowballstem.org/
http://sourceware.org/systemtap/
http://standards.ieee.org/
http://standards.iso.org/ittf/PubliclyAvailableStandards/c067367_ISO_IEC_TR_19075-6_2017.zip
http://web.mit.edu/Kerberos/dist/index.html
http://www.issn.org/
http://www.iusmentis.com/security/passphrasefaq/
http://www.loc.gov/standards/iso639-2/php/English_list.php
http://www.npgsql.org/
http://www.openwall.com/crypt/
http://www.perl.org
http://www.red3d.com/cwr/evolve.html
http://www.slony.info
http://www.tcl.tk/
http://www.zlib.net
http://zlatkovic.com/pub/libxml
(http://www.gnu.org/software/gettext/)
(http://www.gnu.org/software/libtool/)

4. Has https:// page with some troubles.
http://www.sunfreeware.com (insecure certificate)
http://xmlsoft.org (insercure certificate)
http://xmlsoft.org/
http://xmlsoft.org/XSLT/
http://www.tpc.org/ (private certificate and ... looks odd..)

5. Seems not having https pages.
http://gist.cs.berkeley.edu/
http://gnuwin32.sourceforge.net
http://newbiedoc.sourceforge.net/metadoc/docbook-guide.html
http://meteora.ucsd.edu/s2k/s2k_home.html
http://sg.danny.cz/sg/sdparm.html
http://userguide.icu-project.org/collation/api
http://userguide.icu-project.org/locale
http://world.std.com/~reinhold/diceware.html
http://www.faqs.org/faqs/ai-faq/genetic/part1/
http://www.interhack.net/people/cmcurtin/snake-oil-faq.html
http://www.mingw.org/
http://www.mingw.org/wiki/MSYS
http://www.ossp.org/pkg/lib/uuid/
http://www.sai.msu.su/~megera/oddmuse/index.cgi/Gin
http://www.sai.msu.su/~megera/postgres/gist/
http://www.sai.msu.su/~megera/postgres/gist/papers/concurrency/access-methods-for-next-generation.pdf.gz
http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/
http://www.sai.msu.su/~megera/wiki/Gin
http://www.sai.msu.su/~megera/wiki/spgist_dev
http://xahlee.info/UnixResource_dir/_/ldpath.html

I attached fixes for 1, 2 and 3, and not for 4. (5 doesn't need
changes).

regards.

--
Kyotaro Horiguchi
NTT Open Source Software Center

Attachment Content-Type Size
0001-Fix-505-URL.patch text/x-patch 826 bytes
0002-Fix-URLs-moved-or-rearranged.patch text/x-patch 6.8 KB
0003-change-http-URLs-to-https.patch text/x-patch 11.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-07-17 03:34:50 Re: Does TupleQueueReaderNext() really need to copy its result?
Previous Message Masahiko Sawada 2020-07-17 03:08:09 Re: Transactions involving multiple postgres foreign servers, take 2