From 6ace826d5130d4eb4ab01892c92a07885bc18c38 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Tue, 22 Sep 2020 14:13:13 -0400 Subject: [PATCH] Remove "Build from Source" section on Linux package pages The measured traffic patterns indicated that people wanting to build from source were not getting to the source tarballs from the Linux package pages, rather a) people on the package pages wanted the pre-built packages and b) people who wanted source code went directly to the source code from the main downloads page. --- templates/pages/download/linux.html | 1 - templates/pages/download/linux/debian.html | 2 -- templates/pages/download/linux/linux_source.inc | 6 ------ templates/pages/download/linux/redhat.html | 2 -- templates/pages/download/linux/suse.html | 2 -- templates/pages/download/linux/ubuntu.html | 2 -- 6 files changed, 15 deletions(-) delete mode 100644 templates/pages/download/linux/linux_source.inc diff --git a/templates/pages/download/linux.html b/templates/pages/download/linux.html index a2f67b51..b3aaae78 100644 --- a/templates/pages/download/linux.html +++ b/templates/pages/download/linux.html @@ -44,5 +44,4 @@ the documentation for your Linux distribution. Ubuntu and SUSE pages, but can be expected to work on reasonably modern distributions in most cases.

-{%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/debian.html b/templates/pages/download/linux/debian.html index 8a4424a2..fc27af6c 100644 --- a/templates/pages/download/linux/debian.html +++ b/templates/pages/download/linux/debian.html @@ -155,6 +155,4 @@ the builtin repositories. - -{%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/linux_source.inc b/templates/pages/download/linux/linux_source.inc deleted file mode 100644 index 6eb406df..00000000 --- a/templates/pages/download/linux/linux_source.inc +++ /dev/null @@ -1,6 +0,0 @@ -

Build from source

-

-The source code can be found in the main file browser. -Instructions for building from source can be found in the -documentation. -

diff --git a/templates/pages/download/linux/redhat.html b/templates/pages/download/linux/redhat.html index 1fea1d45..786b3dfe 100644 --- a/templates/pages/download/linux/redhat.html +++ b/templates/pages/download/linux/redhat.html @@ -216,6 +216,4 @@ and manual installation as well. - -{%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/suse.html b/templates/pages/download/linux/suse.html index ccb598ac..17f9b2dd 100644 --- a/templates/pages/download/linux/suse.html +++ b/templates/pages/download/linux/suse.html @@ -67,6 +67,4 @@ to find suitable packages. Documentation is also available there. - -{%include "pages/download/linux/linux_source.inc" %} {%endblock%} diff --git a/templates/pages/download/linux/ubuntu.html b/templates/pages/download/linux/ubuntu.html index f3823bef..a2033b06 100644 --- a/templates/pages/download/linux/ubuntu.html +++ b/templates/pages/download/linux/ubuntu.html @@ -143,6 +143,4 @@ version number as required): - -{%include "pages/download/linux/linux_source.inc" %} {%endblock%} -- 2.39.5