Skip to content

Commit

Permalink
Move headers into include files - no need for duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
mhagander committed Aug 10, 2012
1 parent bd86a13 commit bdbf92b
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 10 deletions.
2 changes: 0 additions & 2 deletions templates/pages/download/linux.html
Expand Up @@ -36,9 +36,7 @@ <h2>Integrated installation</h2>
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%}
2 changes: 0 additions & 2 deletions templates/pages/download/linux/debian.html
Expand Up @@ -53,9 +53,7 @@ <h2>Debian backports</h2>
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%}
1 change: 1 addition & 0 deletions templates/pages/download/linux/linux_oneclick.inc
@@ -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
Expand Down
1 change: 1 addition & 0 deletions templates/pages/download/linux/linux_source.inc
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions templates/pages/download/linux/redhat.html
Expand Up @@ -128,9 +128,7 @@ <h2>Direct RPM download</h2>
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%}
2 changes: 0 additions & 2 deletions templates/pages/download/linux/suse.html
Expand Up @@ -27,9 +27,7 @@ <h2>Included in distribution</h2>
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%}
2 changes: 0 additions & 2 deletions templates/pages/download/linux/ubuntu.html
Expand Up @@ -60,9 +60,7 @@ <h2>Ubuntu PPA</h2>
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%}

0 comments on commit bdbf92b

Please sign in to comment.