From 9255288c9e111444a39462146850d36a28dd9d6f Mon Sep 17 00:00:00 2001
From: Magnus Hagander
Date: Sun, 6 Nov 2011 12:01:33 +0100
Subject: [PATCH] Point download links directly at the ftp server
Instead of going through a redirector now that it doesn't add
any actual logic at all to the processing...
---
templates/downloads/ftpbrowser.html | 2 +-
templates/pages/download.html | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/templates/downloads/ftpbrowser.html b/templates/downloads/ftpbrowser.html
index 13af9759..44e7d790 100644
--- a/templates/downloads/ftpbrowser.html
+++ b/templates/downloads/ftpbrowser.html
@@ -20,7 +20,7 @@
{%for file in files%}
- {{file.name}} | {{file.mtime}} | {{file.size|filesizeformat}} |
+ {{file.name}} | {{file.mtime}} | {{file.size|filesizeformat}} |
{%endfor%}
diff --git a/templates/pages/download.html b/templates/pages/download.html
index fae83c16..2ef35fc3 100644
--- a/templates/pages/download.html
+++ b/templates/pages/download.html
@@ -77,8 +77,7 @@ that you may find useful.
downloading software, you can observe or participate in the development activities of the projects that interest you.
File Browser
-You can download most of the software we publish from a mirror site using our File Browser. If you prefer,
-you can browse the download mirrors directly.
+You can download most of the software we publish from a mirror site using our File Browser.
{%endblock%}
--
2.39.5