Author: dkulp
Date: Tue Apr 26 16:27:53 2022
New Revision: 1900293
URL: http://svn.apache.org/viewvc?rev=1900293&view=rev
Log:
Remove google-analytics, link to Apache privacy policy
Modified:
cxf/web/template/template.vm
Modified: cxf/web/template/template.vm
URL:
http://svn.apache.org/viewvc/cxf/web/template/template.vm?rev=1900293&r1=1900292&r2=1900293&view=diff
==============================================================================
--- cxf/web/template/template.vm (original)
+++ cxf/web/template/template.vm Tue Apr 26 16:27:53 2022
@@ -128,7 +128,7 @@ $body
<div id="footer">
<!-- Footer -->
<div id="site-footer">
- <a href="http://cxf.apache.org/privacy-policy.html">Privacy
Policy</a> -
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
Policy</a> -
(<a href="$confluenceUri/pages/editpage.action?pageId=$page.id">edit
page</a>)
(<a
href="$confluenceUri/pages/viewpage.action?pageId=$page.id&showComments=true&showCommentArea=true#addcomment">add
comment</a>)<br>
Apache CXF, CXF, Apache, the Apache feather logo are trademarks of The
Apache Software Foundation.<br>
@@ -147,15 +147,6 @@ $body
</tr>
</table>
-<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-4458903-1");
-pageTracker._trackPageview();
-} catch(err) {}</script>
</body>
</html>