[PATCH] fix ICU explorer link in locale documentation

2021-04-04 Thread Anton Voloshin

Hello,

Existing Postgres documentation states in doc/src/sgml/charset.sgml:
The https://ssl.icu-project.org/icu-bin/locexp";>ICU Locale
Explorer can be used to check the details of a particular locale
definition.

But the link is broken (SSL certificate does not include 
ssl.icu-project.org as allowed name). Correct link is, I believe,

https://icu4c-demos.unicode.org/icu-bin/locexp

Attached patch fixes the broken link.

--
Anton Voloshin
Postgres Professional: https://www.postgrespro.com
Russian Postgres Company
diff --git a/doc/src/sgml/charset.sgml b/doc/src/sgml/charset.sgml
index 300a0d83d4..46d19ae39d 100644
--- a/doc/src/sgml/charset.sgml
+++ b/doc/src/sgml/charset.sgml
@@ -842,7 +842,7 @@ CREATE COLLATION german (provider = libc, locale = 'de_DE');
 subtag) can be found in
 the https://github.com/unicode-org/cldr/blob/master/common/bcp47/collation.xml";>CLDR
 repository.
-The https://ssl.icu-project.org/icu-bin/locexp";>ICU Locale
+The https://icu4c-demos.unicode.org/icu-bin/locexp";>ICU Locale
 Explorer can be used to check the details of a particular locale
 definition.  The examples using the k* subtags require
 at least ICU version 54.


Re: mingw.org fails to load anything of value

2021-04-04 Thread Jonathan S. Katz
On 4/3/21 7:01 AM, PG Doc comments form wrote:
> The following documentation comment has been logged on the website:
> 
> Page: https://www.postgresql.org/docs/13/installation-platform-notes.html
> Description:
> 
> 16.7.4. MinGW/Native Windows refers to the site http://www.mingw.org which
> for me loads a blank page

Checking it out this morning, it went to a domain parking page.

Going off of Wikipedia[1], it seems that this is the project page:

https://mingw.osdn.io/

It gets better. The HTTPS link to mingw-w64.org has a cert invalid
error, though the HTTP link works fine.

So I guess we need a few updates. I could propose a patch in a few moments.

Jonathan

[1] https://en.wikipedia.org/wiki/MinGW



OpenPGP_signature
Description: OpenPGP digital signature


Re: mingw.org fails to load anything of value

2021-04-04 Thread Jonathan S. Katz
On 4/4/21 9:30 AM, Jonathan S. Katz wrote:
> On 4/3/21 7:01 AM, PG Doc comments form wrote:
>> The following documentation comment has been logged on the website:
>>
>> Page: https://www.postgresql.org/docs/13/installation-platform-notes.html
>> Description:
>>
>> 16.7.4. MinGW/Native Windows refers to the site http://www.mingw.org which
>> for me loads a blank page
> 
> Checking it out this morning, it went to a domain parking page.
> 
> Going off of Wikipedia[1], it seems that this is the project page:
> 
> https://mingw.osdn.io/
> 
> It gets better. The HTTPS link to mingw-w64.org has a cert invalid
> error, though the HTTP link works fine.
> 
> So I guess we need a few updates. I could propose a patch in a few moments.

Diving deeper while updating the links, I stumbled across this note:

"The MinGW.org web‑site is undergoing an overhaul, whilst in the process
of transferring to a new hosting provider. During this transitional
phase, some pages may be temporarily unavailable."[1]

So it appears this is part of a migration.

Anyway, here is a patch updating the URLs.

Jonathan

[1] https://mingw.osdn.io/index.html?page=docs.html

diff --git a/doc/src/sgml/install-windows.sgml 
b/doc/src/sgml/install-windows.sgml
index 64687b12e6..9ae8bb50ca 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -230,7 +230,7 @@ $ENV{MSBFLAGS}="/m";
  
   Both Bison and Flex
   are included in the msys tool suite, available
-  from http://www.mingw.org/wiki/MSYS";> as part of the
+  from https://mingw.osdn.io";> as part of the
   MinGW compiler suite.
  
 
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 66ad4ba938..e9d433233b 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -982,7 +982,7 @@ build-postgresql:
  configure will check for the required
  header files and libraries to make sure that your
  OpenSSL installation is sufficient
- before proceeding. 
+ before proceeding.
 

   
@@ -2455,14 +2455,14 @@ xcrun --show-sdk-path
 those).  MinGW, the Unix-like build tools, and MSYS, a collection
 of Unix tools required to run shell scripts
 like configure, can be downloaded
-from http://www.mingw.org/";>.  Neither is
+from https://mingw.osdn.io";>.  Neither is
 required to run the resulting binaries; they are needed only for
 creating the binaries.

 

  To build 64 bit binaries using MinGW, install the 64 bit tool set
- from https://mingw-w64.org/";>, put its bin
+ from http://mingw-w64.org";>, put its bin
  directory in the PATH, and run
  configure with the
  --host=x86_64-w64-mingw32 option.


OpenPGP_signature
Description: OpenPGP digital signature


Re: mingw.org fails to load anything of value

2021-04-04 Thread Michael Paquier
On Sun, Apr 04, 2021 at 09:47:08AM -0400, Jonathan S. Katz wrote:
> Diving deeper while updating the links, I stumbled across this note:
> 
> "The MinGW.org web‑site is undergoing an overhaul, whilst in the process
> of transferring to a new hosting provider. During this transitional
> phase, some pages may be temporarily unavailable."[1]
> 
> So it appears this is part of a migration.
> 
> Anyway, here is a patch updating the URLs.

Are we sure that mingw.org is completely dead?  The message showing up
on their site seems to mean that this URL change is just temporary?
--
Michael


signature.asc
Description: PGP signature


Re: mingw.org fails to load anything of value

2021-04-04 Thread Jonathan S. Katz
On 4/4/21 9:30 PM, Michael Paquier wrote:
> On Sun, Apr 04, 2021 at 09:47:08AM -0400, Jonathan S. Katz wrote:
>> Diving deeper while updating the links, I stumbled across this note:
>>
>> "The MinGW.org web‑site is undergoing an overhaul, whilst in the process
>> of transferring to a new hosting provider. During this transitional
>> phase, some pages may be temporarily unavailable."[1]
>>
>> So it appears this is part of a migration.
>>
>> Anyway, here is a patch updating the URLs.
> 
> Are we sure that mingw.org is completely dead?  The message showing up
> on their site seems to mean that this URL change is just temporary?

We would have to ask directly to clarify, but mingw.org domain itslf
looks very much like a parked domain.

Jonathan



OpenPGP_signature
Description: OpenPGP digital signature