From 03aab09c4c5fa5be1efe492a7ec1b2bcc4c9dc41 Mon Sep 17 00:00:00 2001 From: Ansgar Burchardt Date: Mon, 13 Jan 2014 19:10:42 +0100 Subject: [PATCH] Remove links to HTML and CSS validators. This also gets rid of external (non-debian.org) and unencrypted resources. --- dak/queue_report.py | 8 -------- dak/show_deferred.py | 6 ------ dak/show_new.py | 11 +---------- 3 files changed, 1 insertion(+), 24 deletions(-) diff --git a/dak/queue_report.py b/dak/queue_report.py index 5e164285..a7086d89 100755 --- a/dak/queue_report.py +++ b/dak/queue_report.py @@ -242,14 +242,6 @@ def footer(): one version.
You may want to look at the REJECT-FAQ for possible reasons why one of the above packages may get rejected.

-

- Valid XHTML 1.0 Strict - - Valid CSS! - -

""" diff --git a/dak/show_deferred.py b/dak/show_deferred.py index a76fd389..13ce3de6 100755 --- a/dak/show_deferred.py +++ b/dak/show_deferred.py @@ -87,12 +87,6 @@ def header(): def footer(): res = "

Timestamp: %s (UTC)

" % (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())) res += "

There are graphs about the queues available.

" - res += """ - Valid HTML 4.01! - - Valid CSS! - """ res += "" return res.encode('utf-8') diff --git a/dak/show_new.py b/dak/show_new.py index eff1116a..64ea2287 100755 --- a/dak/show_new.py +++ b/dak/show_new.py @@ -137,16 +137,7 @@ def html_header(name, missing): def html_footer(): result = """

Timestamp: %s (UTC)

"""% (time.strftime("%d.%m.%Y / %H:%M:%S", time.gmtime())) - result += """

- Valid HTML 4.01! - - Valid CSS! -

- - -""" + result += "" return result ################################################################################ -- 2.39.2