[Python-modules-commits] r17232 - in packages/pyke/trunk/debian (3 files)

eriol-guest at users.alioth.debian.org eriol-guest at users.alioth.debian.org
Sun May 29 23:22:05 UTC 2011


    Date: Sunday, May 29, 2011 @ 23:22:04
  Author: eriol-guest
Revision: 17232

Removed tracking-javascript-and-remote-images from documentation

Added:
  packages/pyke/trunk/debian/patches/06_remove-tracking-javascript-and-remote-images.patch
Modified:
  packages/pyke/trunk/debian/changelog
  packages/pyke/trunk/debian/patches/series

Modified: packages/pyke/trunk/debian/changelog
===================================================================
--- packages/pyke/trunk/debian/changelog	2011-05-29 22:09:15 UTC (rev 17231)
+++ packages/pyke/trunk/debian/changelog	2011-05-29 23:22:04 UTC (rev 17232)
@@ -38,8 +38,10 @@
     - Added patch by Jakub Wilk using docstring substitution
   * debian/patches/05_do-not-use-embedded-ply.patch
     - Do not use embedded copy of python-ply
+  * debian/patches/06_remove-tracking-javascript-and-remote-images.patch
+    - Remove tracking javascript code and remote images
 
- -- Daniele Tricoli <eriol at mornie.org>  Sat, 28 May 2011 17:13:07 +0200
+ -- Daniele Tricoli <eriol at mornie.org>  Mon, 30 May 2011 01:20:18 +0200
 
 pyke (1.1.1-1) unstable; urgency=low
 

Added: packages/pyke/trunk/debian/patches/06_remove-tracking-javascript-and-remote-images.patch
===================================================================
--- packages/pyke/trunk/debian/patches/06_remove-tracking-javascript-and-remote-images.patch	                        (rev 0)
+++ packages/pyke/trunk/debian/patches/06_remove-tracking-javascript-and-remote-images.patch	2011-05-29 23:22:04 UTC (rev 17232)
@@ -0,0 +1,56 @@
+Description: Remove tracking javascript code and remote images
+ PyKE documentation is used also on the project website so Google Analytics .js
+ is retrieved for tracking. Furthermore project website uses some remote
+ images.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+--- a/doc/source/template.txt
++++ b/doc/source/template.txt
+@@ -45,14 +45,10 @@
+                 </div>
+                 Please Make a Donation:<br />
+                 <a href="http://sourceforge.net/donate/index.php?group_id=207724">
+-                  <img src="http://images.sourceforge.net/images/project-support.jpg"
+-                       width="88" height="32" border="0"
+-                       alt="Support This Project" /> </a> <br /><br />
++                  Support This Project</a> <br /><br />
+                 Hosted by: <br />
+                 <a href="http://sourceforge.net/projects/pyke">
+-                  <img src="http://sflogo.sourceforge.net/sflogo.php?group_id=207724&type=14"
+-                       width="150" height="40"
+-                       alt="Get Python Knowledge Engine (PyKE) at SourceForge.net. Fast, secure and Free Open Source software downloads" /></a>
++                  Get Python Knowledge Engine (PyKE) at SourceForge.net. Fast, secure and Free Open Source software downloads</a>
+             </div>
+           </td>
+           <td id="main-td">
+@@ -103,18 +99,6 @@
+     #>
+   </div>
+ 
+-  <script type="text/javascript">
+-    var gaJsHost = (("https:" == document.location.protocol) ?
+-                    "https://ssl." : "http://www.");
+-    document.write(unescape("%3Cscript src='" + gaJsHost +
+-        "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
+-  </script>
+-  <script type="text/javascript">
+-    try {
+-      var pageTracker = _gat._getTracker("UA-6310805-1");
+-      pageTracker._trackPageview();
+-    } catch(err) {}
+-  </script>
+ </body>
+ </html>
+ 
+--- a/doc/source/PyCon2008-paper.txt
++++ b/doc/source/PyCon2008-paper.txt
+@@ -602,8 +602,7 @@
+ 
+     <br />
+     <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">
+-      <img alt="Creative Commons License" style="border-width:0"
+-           src="http://i.creativecommons.org/l/by/3.0/88x31.png" />
++      Creative Commons License
+     </a>
+ 
+ This paper is licensed under a `Creative Commons Attribution 3.0 Unported

Modified: packages/pyke/trunk/debian/patches/series
===================================================================
--- packages/pyke/trunk/debian/patches/series	2011-05-29 22:09:15 UTC (rev 17231)
+++ packages/pyke/trunk/debian/patches/series	2011-05-29 23:22:04 UTC (rev 17232)
@@ -3,3 +3,4 @@
 03_use-sed-instead-of-ed.patch
 04_fix-shorter-float-repr.patch
 05_do-not-use-embedded-ply.patch
+06_remove-tracking-javascript-and-remote-images.patch




More information about the Python-modules-commits mailing list