File: remove_sflogo.patch

package info (click to toggle)
jacktrip 1.0.5.patch2-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 748 kB
  • ctags: 473
  • sloc: cpp: 2,758; makefile: 86; sh: 26
file content (19 lines) | stat: -rw-r--r-- 816 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: remove sourceforge-logo from docs
 the footer of each doxygen-generate documentation file included an
 image hosted at sourceforge. thus accessing the documentation would
 potentially breach the privacy of the user
Author: IOhannes m zmölnig
Last-Update: 2014-02-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- jacktrip.orig/documentation/html_footer.html
+++ jacktrip/documentation/html_footer.html
@@ -13,7 +13,7 @@
 <a href="http://www.stanford.edu/" title="Stanford home">Stanford University</a>
 </font>
 <p>
-<a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=236811&amp;type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a>
+<a href="http://sourceforge.net">SourceForge</a>
 </p>
 </center>
 </footer>