From: Magnus Hagander Date: Sun, 1 Jul 2012 12:28:18 +0000 (+0200) Subject: Put sourcecode first in the snapshots page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=71e79bbe913a6610b65d5301d80ef5369878b9a3;p=pgweb.git Put sourcecode first in the snapshots page Per comments from Josh Berkus --- diff --git a/templates/pages/download/snapshots.html b/templates/pages/download/snapshots.html index 9d598dae..9d3fe136 100644 --- a/templates/pages/download/snapshots.html +++ b/templates/pages/download/snapshots.html @@ -22,6 +22,24 @@ The latest development version of the documentation is also available online.

+

Source code

+ +

+Beta and Release Candidate tarballs are made available +alongside the release tarballs during the final phases of the development +cycle of new major versions of PostgreSQL. +

+ +

+Source code tarballs are built automatically every night on the official +PostgreSQL development server. The +development snapshot is taken from the +head of the git repository, and includes the new features being worked +on for the next release. There are also "branch tip" snapshots built from +all supported stable branches, which contains +all bugfixes that are scheduled for the next release. +

+

RedHat, CentOS, Fedora and ScientificLinux

RPMs for RedHat, CentOS, Fedora and ScientificLinux are available from the @@ -74,22 +92,4 @@ RPM packages for CentOS, Fedora or RHEL please use the packages above.

the one click installer for all platforms.

-

Source code

- -

-Beta and Release Candidate tarballs are made available -alongside the release tarballs during the final phases of the development -cycle of new major versions of PostgreSQL. -

- -

-Source code tarballs are built automatically every night on the official -PostgreSQL development server. The -development snapshot is taken from the -head of the git repository, and includes the new features being worked -on for the next release. There are also "branch tip" snapshots built from -all supported stable branches, which contains -all bugfixes that are scheduled for the next release. -

- {%endblock%}