Move headers into include files - no need for duplication
authorMagnus Hagander <magnus@hagander.net>
Fri, 10 Aug 2012 10:43:18 +0000 (12:43 +0200)
committerMagnus Hagander <magnus@hagander.net>
Fri, 10 Aug 2012 11:00:19 +0000 (13:00 +0200)
templates/pages/download/linux.html
templates/pages/download/linux/debian.html
templates/pages/download/linux/linux_oneclick.inc
templates/pages/download/linux/linux_source.inc
templates/pages/download/linux/redhat.html
templates/pages/download/linux/suse.html
templates/pages/download/linux/ubuntu.html

index dfcd502fa4f6ad25ab9c4aee164452b691f72468..8fcb58e22d1e43600d06c6e25a35790873fc7eb0 100644 (file)
@@ -36,9 +36,7 @@ For information about how to perform this installation, please consult
 the documentation for your Linux distribution.
 </p>
 
-<h2>Graphical installer</h2>
 {%include "pages/download/linux/linux_oneclick.inc" %}
 
-<h2>Build from source</h2>
 {%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index d3aae25b45654ee107360d6753f7dca6b3686a0a..b1d56b7aec2244e85213ae21b10fb463f1ac862e 100644 (file)
@@ -53,9 +53,7 @@ Once backports is enabled, you can install PostgreSQL the same way as with
 the builtin repositories.
 </p>
 
-<h2>Graphical installer</h2>
 {%include "pages/download/linux/linux_oneclick.inc" %}
 
-<h2>Build from source</h2>
 {%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index 7f1bc7fa0f2b64459fc484d38e9c072bce5a0641..9b4b0e99c650fd96f6dfab9d9a9d55764643cb31 100644 (file)
@@ -1,3 +1,4 @@
+<h2>Graphical installer</h2>
 <p>
 One click installers are available for 32 and 64 bit Linux distributions
 and include PostgreSQL, pgAdmin and the StackBuilder utility for installation
index 00abed3b931421fb71509498e5fde9296a6709d0..43e15b0a9ef2fefa3f78089fcae860451c8f4ebd 100644 (file)
@@ -1,3 +1,4 @@
+<h2>Build from source</h2>
 <p>
 The source code can be found in the main <a href="/ftp/source">file browser</a>.
 Instructions for building from source can be found in the
index 770ec3d09ae1997f5cd916d19c1f5fb4adbf24f6..30c93b5cb4dd5bc168c3c575d76154a539c65d36 100644 (file)
@@ -128,9 +128,7 @@ all the RPMs that are in the yum repository are available for
 and manual installation as well.
 </p>
 
-<h2>Graphical installer</h2>
 {%include "pages/download/linux/linux_oneclick.inc" %}
 
-<h2>Build from source</h2>
 {%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index 13568d63e826dba8e3f8cdee095a37feede6847a..302c7254fe96fbd4f162624fe6b5a0e9adcc8ef4 100644 (file)
@@ -27,9 +27,7 @@ Use the <a href="http://software.opensuse.org/search">search facility</a>
 to find suitable packages. Documentation is also available there.
 </p>
 
-<h2>Graphical installer</h2>
 {%include "pages/download/linux/linux_oneclick.inc" %}
 
-<h2>Build from source</h2>
 {%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index d094b4aab8897310a69889ff84d31c594f2f7580..15c90a1c8af87b6df4d2c4003ed5c0fb518d382e 100644 (file)
@@ -60,9 +60,7 @@ Once this is done, you can proceed to install and update packages the
 same way as the ones included in the distribution.
 </p>
 
-<h2>Graphical installer</h2>
 {%include "pages/download/linux/linux_oneclick.inc" %}
 
-<h2>Build from source</h2>
 {%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}