Remove "Build from Source" section on Linux package pages
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 22 Sep 2020 18:13:13 +0000 (14:13 -0400)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Tue, 22 Sep 2020 18:40:30 +0000 (14:40 -0400)
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
templates/pages/download/linux/debian.html
templates/pages/download/linux/linux_source.inc [deleted file]
templates/pages/download/linux/redhat.html
templates/pages/download/linux/suse.html
templates/pages/download/linux/ubuntu.html

index a2f67b5174bd76957e5eaf72b2d28a4f6417e90c..b3aaae78962dd3918f0973f02fc183bb91d5d46d 100644 (file)
@@ -44,5 +44,4 @@ the documentation for your Linux distribution.
   <a href="/download/linux/ubuntu/">Ubuntu</a> and <a href="/download/linux/suse/">SUSE</a>
   pages, but can be expected to work on reasonably modern distributions in most cases.</p>
 
-{%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index 8a4424a2890b4dd8b753fe70ad6019c12a6059c1..fc27af6cb26eed589bb07a9817fa6073d5e3fd66 100644 (file)
@@ -155,6 +155,4 @@ the builtin repositories.
     </tr>
   </tbody>
 </table>
-
-{%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 (file)
index 6eb406d..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-<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
-<a href="/docs/current/installation.html">documentation</a>.
-</p>
index 1fea1d45a5ba523624a994b7e5d15994eda075e2..786b3dfe500a748bb2d19089d21f5133e80a46b3 100644 (file)
@@ -216,6 +216,4 @@ and manual installation as well.
     </tr>
   </tbody>
 </table>
-
-{%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index ccb598ac8a2cb075bc1c54931286b486165e236c..17f9b2dd87c7e901d34417d4b12fdc6ee55b1c6f 100644 (file)
@@ -67,6 +67,4 @@ to find suitable packages. Documentation is also available there.
     </tr>
   </tbody>
 </table>
-
-{%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}
index f3823bef4dd4146ada86cd90d74ecbf3bee8217e..a2033b06f71f53fb4078cc7c88026fa762ed2a19 100644 (file)
@@ -143,6 +143,4 @@ version number as required):
     </tr>
   </tbody>
 </table>
-
-{%include "pages/download/linux/linux_source.inc" %}
 {%endblock%}