Put sourcecode first in the snapshots page
authorMagnus Hagander <magnus@hagander.net>
Sun, 1 Jul 2012 12:28:18 +0000 (14:28 +0200)
committerMagnus Hagander <magnus@hagander.net>
Sun, 1 Jul 2012 12:28:18 +0000 (14:28 +0200)
Per comments from Josh Berkus

templates/pages/download/snapshots.html

index 9d598daeda52b708ce6435cd372f264667f22b87..9d3fe136124cef1ffb316a48c05156de2fe2c62c 100644 (file)
@@ -22,6 +22,24 @@ The latest development version of the documentation is also
 <a href="/docs/devel/static/index.html">available online</a>.
 </p>
 
+<h2>Source code</h2>
+
+<p>
+Beta and Release Candidate tarballs are <a href="/ftp/source/">made available
+alongside</a> the release tarballs during the final phases of the development
+cycle of new major versions of PostgreSQL.
+</p>
+
+<p>
+Source code tarballs are built automatically every night on the official
+PostgreSQL development server. The
+<a href="/ftp/snapshot/dev/">development snapshot</a> 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 <a href="/ftp/snapshot/">stable branches</a>, which contains
+all bugfixes that are scheduled for the next release.
+</p>
+
 <h2>RedHat, CentOS, Fedora and ScientificLinux</h2>
 <p>
 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.</b></p>
 the one click installer for all platforms.
 </p>
 
-<h2>Source code</h2>
-
-<p>
-Beta and Release Candidate tarballs are <a href="/ftp/source/">made available
-alongside</a> the release tarballs during the final phases of the development
-cycle of new major versions of PostgreSQL.
-</p>
-
-<p>
-Source code tarballs are built automatically every night on the official
-PostgreSQL development server. The 
-<a href="/ftp/snapshot/dev/">development snapshot</a> 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 <a href="/ftp/snapshot/">stable branches</a>, which contains
-all bugfixes that are scheduled for the next release.
-</p>
-
 {%endblock%}