[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#577520: marked as done (please provide favicon.ico)



Your message dated Mon, 12 Apr 2010 14:49:11 +0200 (CEST)
with message-id <20100412124911.3F3E716218B@intrepid.palfrader.org>
and subject line Fixed
has caused the Debian Bug report #577520,
regarding please provide favicon.ico
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
577520: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577520
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: snapshot.debian.org
Severity: wishlist

"GET /favicon.ico HTTP/1.1" 404 663 "http://snapshot.debian.org/";


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-3-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



--- End Message ---
--- Begin Message ---
commit 22497f2a2f2b1a09f97826b9026107aaed854790
Author: Peter Palfrader <peter@palfrader.org>
Date:   Mon Apr 12 14:25:11 2010 +0200

    Try having a favicon (Re: #577520)

diff --git a/web/app/snapshot/public/static/favicon.ico b/web/app/snapshot/public/static/favicon.ico
new file mode 100644
index 0000000..8f4e75c
Binary files /dev/null and b/web/app/snapshot/public/static/favicon.ico differ
diff --git a/web/app/snapshot/templates/page.mako b/web/app/snapshot/templates/page.mako
index b22a795..e4a43ba 100644
--- a/web/app/snapshot/templates/page.mako
+++ b/web/app/snapshot/templates/page.mako
@@ -7,7 +7,8 @@
 		% else:
 			<title>${c.title} - snapshot.debian.org</title>
 		% endif
-		<link rel="stylesheet" type="text/css" href="/static/style.css"/>
+		<link rel="stylesheet" type="text/css" href="/static/style.css" />
+		<link rel="icon" type="image/vnd.microsoft.icon" href="/static/favicon.ico" />
 	</head>
 	<body>
 		<div id="top">


--- End Message ---

Reply to: