Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhrlY-0002M9-6S for pgsql-www@arkaria.postgresql.org; Tue, 02 Nov 2021 11:15:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mhrlW-0005gZ-6U for pgsql-www@arkaria.postgresql.org; Tue, 02 Nov 2021 11:15:42 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhrlW-0005gQ-0I for pgsql-www@lists.postgresql.org; Tue, 02 Nov 2021 11:15:42 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mhrlS-0005LC-2x for pgsql-www@lists.postgresql.org; Tue, 02 Nov 2021 11:15:41 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 703AB2EADB46 for ; Tue, 2 Nov 2021 12:15:37 +0100 (CET) Received: from s630.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 619092E2C513 for ; Tue, 2 Nov 2021 12:15:37 +0100 (CET) Received: from s474.loopia.se (unknown [172.22.191.5]) by s630.loopia.se (Postfix) with ESMTP id 57FC713AC13E for ; Tue, 2 Nov 2021 12:15:37 +0100 (CET) X-Virus-Scanned: amavisd-new at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1 X-Spam-Level: X-Spam-Status: No, score=-1 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1] autolearn=disabled Received: from s645.loopia.se ([172.22.191.5]) by s474.loopia.se (s474.loopia.se [172.22.190.14]) (amavisd-new, port 10024) with LMTP id Fm5tSPioyAp8 for ; Tue, 2 Nov 2021 12:15:37 +0100 (CET) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.193 Received: from [192.168.72.144] (customer-89-255-232-193.stosn.net [89.255.232.193]) (Authenticated sender: daniel@yesql.se) by s645.loopia.se (Postfix) with ESMTPSA id EB15B1570522 for ; Tue, 2 Nov 2021 12:15:36 +0100 (CET) From: Daniel Gustafsson Content-Type: multipart/mixed; boundary="Apple-Mail=_D0FF7233-454B-4356-B6D1-C85569D34AF8" Mime-Version: 1.0 (Mac OS X Mail 13.4 \(3608.120.23.2.7\)) Subject: Warning on snapshot downloads Message-Id: <35773332-247E-45D1-9CFA-7CB72837CEDE@yesql.se> Date: Tue, 2 Nov 2021 12:15:36 +0100 To: PostgreSQL WWW X-Mailer: Apple Mail (2.3608.120.23.2.7) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk --Apple-Mail=_D0FF7233-454B-4356-B6D1-C85569D34AF8 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii The non-production-use warning on /download/snapshots/ use the = tag which is deprecated and no longer renders in for example Firefox. The = attached diff turns it over to use a using styles from Bootstrap instead. Unless there are objections I'll apply that. -- Daniel Gustafsson https://vmware.com/ --Apple-Mail=_D0FF7233-454B-4356-B6D1-C85569D34AF8 Content-Disposition: attachment; filename=snapshots_redtext.diff Content-Type: application/octet-stream; x-unix-mode=0644; name="snapshots_redtext.diff" Content-Transfer-Encoding: 7bit diff --git a/templates/pages/download/snapshots.html b/templates/pages/download/snapshots.html index 55764f00..9b1fd38d 100644 --- a/templates/pages/download/snapshots.html +++ b/templates/pages/download/snapshots.html @@ -13,7 +13,7 @@ new major versions of PostgreSQL. They are not built continually. Development snapshots are built from the latest source code and beta/rc versions that the developers are working on. These are 'bleeding edge' versions of PostgreSQL and -should not be used in production systems +should not be used in production systems as they have had little or no testing or quality control.

--Apple-Mail=_D0FF7233-454B-4356-B6D1-C85569D34AF8--