This is an automated email from the ASF dual-hosted git repository.
nacx pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
The following commit(s) were added to refs/heads/master by this push:
new 0a752c5 Conform to the new privacy policy (#21)
0a752c5 is described below
commit 0a752c55c46283c30a287807948598bad7c6c392
Author: Ignasi Barrera <[email protected]>
AuthorDate: Wed Apr 27 17:53:59 2022 +0200
Conform to the new privacy policy (#21)
---
_includes/footer.html | 1 +
_includes/head.html | 20 --------------------
2 files changed, 1 insertion(+), 20 deletions(-)
diff --git a/_includes/footer.html b/_includes/footer.html
index cb7cd59..6d55e65 100644
--- a/_includes/footer.html
+++ b/_includes/footer.html
@@ -37,6 +37,7 @@
<div class="col-md-12 column">
<p class="text-center">
Copyright © 2011-2014 <a href="http://www.apache.org">The
Apache Software Foundation</a>. All Rights Reserved.
+ <a
href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy
policy</a>.
</p>
<p class="text-center">
Apache, jclouds, Apache jclouds, the jclouds logo, and the
Apache feather logos are registered trademarks or trademarks of the Apache
Software Foundation.
diff --git a/_includes/head.html b/_includes/head.html
index b987e6a..84eccbf 100644
--- a/_includes/head.html
+++ b/_includes/head.html
@@ -34,23 +34,3 @@
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/toc.js"></script>
-<script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-8638379-1']);
- _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')[0];
s.parentNode.insertBefore(ga, s);
- })();
-</script>
-<script type="text/javascript">
-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
- (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new
Date();a=s.createElement(o),
-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
-
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
-
- ga('create', 'UA-47106724-1', 'jclouds.apache.org');
- ga('send', 'pageview');
-</script>