summaryrefslogtreecommitdiffstats
path: root/debian/patches
diff options
context:
space:
mode:
authorLennart Weller <lhw@ring0.de>2019-02-11 10:02:11 +0000
committerLennart Weller <lhw@ring0.de>2019-02-11 10:02:11 +0000
commitcadcae9e8abe20c1af2499140b993184f69c635e (patch)
tree2c409f85983c0adfe3e44d59dbd05ece555651c7 /debian/patches
parentReleasing debian version 1.12.0-1. (diff)
downloadnetdata-cadcae9e8abe20c1af2499140b993184f69c635e.tar.xz
netdata-cadcae9e8abe20c1af2499140b993184f69c635e.zip
Add patch to remove Google Analytics from generated docs
Signed-off-by: Lennart Weller <lhw@ring0.de>
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/debian/0009-remove-googleanalytics.patch17
-rw-r--r--debian/patches/series1
2 files changed, 18 insertions, 0 deletions
diff --git a/debian/patches/debian/0009-remove-googleanalytics.patch b/debian/patches/debian/0009-remove-googleanalytics.patch
new file mode 100644
index 000000000..c3475c49b
--- /dev/null
+++ b/debian/patches/debian/0009-remove-googleanalytics.patch
@@ -0,0 +1,17 @@
+From: Lennart Weller <lhw@ring0.de>
+Date: Mon, 11 Feb 2019 10:34:11 +0100
+Subject: Remove googleanalytics
+
+---
+ docs/generator/custom/themes/material/partials/footer.html | 1 -
+ 1 file changed, 1 deletion(-)
+
+diff --git a/docs/generator/custom/themes/material/partials/footer.html b/docs/generator/custom/themes/material/partials/footer.html
+index fe232b6..1207966 100644
+--- a/docs/generator/custom/themes/material/partials/footer.html
++++ b/docs/generator/custom/themes/material/partials/footer.html
+@@ -51,4 +51,3 @@
+ </div>
+ </div>
+ </footer>
+-<script>!function(e,a,t,n,o,c,i){e.GoogleAnalyticsObject=o,e.ga=e.ga||function(){(e.ga.q=e.ga.q||[]).push(arguments)},e.ga.l=1*new Date,c=a.createElement(t),i=a.getElementsByTagName(t)[0],c.async=1,c.src="https://www.google-analytics.com/analytics.js",i.parentNode.insertBefore(c,i)}(window,document,"script",0,"ga"),ga("create","UA-64295674-3",""),ga("set","anonymizeIp",!0),ga("send","pageview","/doc"+window.location.pathname);var links=document.getElementsByTagName("a");if(Array.prototype.map.call(links,function(a){a.host!=document.location.host&&a.addEventListener("click",function(){var e=a.getAttribute("data-md-action")||"follow";ga("send","event","outbound",e,a.href)})}),document.forms.search){var query=document.forms.search.query;query.addEventListener("blur",function(){if(this.value){var e=document.location.pathname;ga("send","pageview",e+"?q="+this.value)}})}</script>
diff --git a/debian/patches/series b/debian/patches/series
index 486dbbf4c..d3cf6a077 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,4 +6,5 @@ debian/0005-remove-infographic.patch
debian/0006-remove-contrib-files.patch
debian/0007-remove-update-button.patch
debian/0008-remove-social-media-buttons.patch
+debian/0009-remove-googleanalytics.patch
upstream/0001-allow-symlinks.patch