Author: btellier
Date: Sun Feb  2 17:57:12 2025
New Revision: 1923503

URL: http://svn.apache.org/viewvc?rev=1923503&view=rev
Log:
Drop google analytics

Modified:
    james/skin/trunk/README.txt
    james/skin/trunk/src/main/resources/META-INF/maven/site.vm

Modified: james/skin/trunk/README.txt
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/README.txt?rev=1923503&r1=1923502&r2=1923503&view=diff
==============================================================================
--- james/skin/trunk/README.txt (original)
+++ james/skin/trunk/README.txt Sun Feb  2 17:57:12 2025
@@ -4,12 +4,8 @@
 
 This is the maven skin for JAMES products deployed at http://james.apache.org
 
-This release include the google analytic javascript code at the bottom of every
-generated page and specifically to page starting with "download" it will also 
add
-a javascript to add tracking of "clicks" over the download links.
-
 Links to external website and having extensions in 
"gz","bz2","zip","jar","asc",
 "sar" will automatically be monitored.
 
 If you are using SNAPSHOT versions of this skin, please remember to "mvn 
install"
-the skin before creating websites for JAMES products.
\ No newline at end of file
+the skin before creating websites for JAMES products.

Modified: james/skin/trunk/src/main/resources/META-INF/maven/site.vm
URL: 
http://svn.apache.org/viewvc/james/skin/trunk/src/main/resources/META-INF/maven/site.vm?rev=1923503&r1=1923502&r2=1923503&view=diff
==============================================================================
--- james/skin/trunk/src/main/resources/META-INF/maven/site.vm (original)
+++ james/skin/trunk/src/main/resources/META-INF/maven/site.vm Sun Feb  2 
17:57:12 2025
@@ -501,20 +501,6 @@
 ##
 #macro ( googleAnalytics $accountId )
   #if( $accountId && $accountId != "" )
-    <!-- Google Analytics -->
-    <script type="text/javascript">
-    
-      var _gaq = _gaq || [];
-      _gaq.push(['_setAccount', '$accountId']);
-      _gaq.push(['_trackPageview']);
-
-      (function() {
-        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-        var s = document.getElementsByTagName('script').item(0); 
s.parentNode.insertBefore(ga, s);
-      })();
-
-    </script>
   #end
 #end
 ##



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to