remove-logo-privacy-issue
authorDebian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
committerScott Kitterman <scott@kitterman.com>
Mon, 22 Sep 2014 02:09:22 +0000 (03:09 +0100)
Remove use of http://www.scintilla.org/SciBreak.jpg when the SCintilla docs
are accessed to resolve privacy-breach-logo lintian error.  Not forwarded, not
needed.

Gbp-Pq: Name remove-logo-privacy-issue.diff

doc/Scintilla/index.html

index 0d18d1d5ac902df92e9d9fbd5859fd38d142146a..87a6bb068c6c7e25285c8f1e953d4c5d4aa7c002 100644 (file)
         </td>
       </tr>
     </table>
-    <table bgcolor="#000000" width="100%" cellspacing="0" cellpadding="0" border="0">
-      <tr>
-        <td width="100%" style="background: url(http://www.scintilla.org/SciBreak.jpg) no-repeat;height:150px;">
-          &nbsp;
-        </td>
-      </tr>
-    </table>
     <ul id="versionlist">
       <li>Version 3.3.6 adds support for the Rust language and fixes bugs.</li>
       <li>Version 3.3.5 can represent characters with strings. This may be used for modes
@@ -167,7 +160,6 @@ hosted on
 <!--
 if (IsRemote()) {
     document.write('<a href="http://sourceforge.net/projects/scintilla">');
-    document.write('<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a> ');
 } else {
     document.write('<a href="http://sourceforge.net/projects/scintilla">SourceForge<\/a>');
 }
@@ -175,7 +167,7 @@ if (IsRemote()) {
 </script>
 <noscript>
 <a href="http://sourceforge.net/projects/scintilla">
-<img src="http://sflogo.sourceforge.net/sflogo.php?group_id=2439&amp;type=8" width="80" height="15" alt="Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
+Get Scintilla at SourceForge.net. Fast, secure and Free Open Source software downloads</a>
 </noscript>
   </body>
 </html>