File: 003_web-bug.diff

package info (click to toggle)
mailgraph 1.14-20%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 632 kB
  • sloc: perl: 7,677; sh: 134; makefile: 9
file content (23 lines) | stat: -rw-r--r-- 950 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: Replaces rrdtool badge by a text link to prevent tracking
 of Mailgraph installations by oss.oetiker.ch
Author: Malte S. Stretz <debian-bugs@msquadrat.de>
Fowrarded: no
Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611478

diff -ur mailgraph-1.14.orig/mailgraph.cgi mailgraph-1.14/mailgraph.cgi
--- mailgraph-1.14.orig/mailgraph.cgi	2007-08-29 11:06:01.000000000 +0200
+++ mailgraph-1.14/mailgraph.cgi	2011-01-29 20:09:37.000000000 +0100
@@ -184,12 +184,9 @@
 
 	print <<FOOTER;
 <hr/>
-<table><tr><td>
 <a href="http://mailgraph.schweikert.ch/">Mailgraph</a> $VERSION
 by <a href="http://david.schweikert.ch/">David Schweikert</a></td>
-<td align="right">
-<a href="http://oss.oetiker.ch/rrdtool/"><img src="http://oss.oetiker.ch/rrdtool/.pics/rrdtool.gif" alt="" width="120" height="34"/></a>
-</td></tr></table>
+(built on Tobi Oetiker's <a href="http://oss.oetiker.ch/rrdtool/">RRDtool</a>)
 </body></html>
 FOOTER
 }