Add piwik tracking to all pages.
authorDavid Thompson <davet@gnu.org>
Thu, 18 Sep 2014 14:28:38 +0000 (10:28 -0400)
committerDavid Thompson <davet@gnu.org>
Thu, 18 Sep 2014 14:28:38 +0000 (10:28 -0400)
2015/assets/js/piwik.js [new file with mode: 0644]
server/2015/ahp_js.html
server/2015/cfs_js.html
server/2015/exhibit_js.html
server/2015/getting_around_js.html
server/2015/home_js.html
server/2015/volunteer_js.html

diff --git a/2015/assets/js/piwik.js b/2015/assets/js/piwik.js
new file mode 100644 (file)
index 0000000..ad306cf
--- /dev/null
@@ -0,0 +1,31 @@
+/*
+ * |@licstart The following is the entire license notice for the JavaScript code in this page.|
+
+ * Copyright 2012 Matthieu Aubry.
+
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see http://www.gnu.org/licenses/.
+
+ * |@licend The above is the entire license notice for the JavaScript code in this page.|
+ */
+var _paq = _paq || [];
+_paq.push(["trackPageView"]);
+_paq.push(["enableLinkTracking"]);
+
+(function() {
+  var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
+  _paq.push(["setTrackerUrl", u+"piwik.php"]);
+  _paq.push(["setSiteId", "10"]);
+  var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
+  g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
+})();
index 72afe008f4219afc62c10b9ae6ead1605aeabf4e..37aa5ef4307b9daf9e5bf1384ea8135fe4b043ae 100644 (file)
@@ -5,3 +5,5 @@
 <script type="text/javascript">
  $("#ahp-link").addClass("active");
 </script>
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>
index 60086ed9f4af950b90ef5991bb5d3ed019f93b65..17066ed45169b6e6d2014b762360368d2681dffc 100644 (file)
@@ -5,3 +5,5 @@
 <script type="text/javascript">
  $("#cfs-link").addClass("active");
 </script>
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>
index 50c07ef41612d24b06971a8997be235bda8a6c28..16b4dbb5f0612bd29b458a3c2f3cc6f5c46f8944 100644 (file)
@@ -23,3 +23,5 @@
 <script type="text/javascript">
  $("#exhibit-link").addClass("active");
 </script>
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>
index 159044d40c7e22f0a16c5daa7e47b444f98772a2..a7d359e8aa5ae1cfe7ff456cf6fe429ab1e2233c 100644 (file)
@@ -5,3 +5,5 @@
 <script type="text/javascript">
  $("#getting_around-link").addClass("active");
 </script>
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>
index 6e9038632b6e1a800ff01b415e3ffaf8d767ab78..76a8cf2409179fc2816660d71bd89ae3c34b36b5 100644 (file)
@@ -2,40 +2,5 @@
        src="/2015/assets/js/jquery-1.11.1.min.js"></script>
 <script type="text/javascript"
        src="/2015/assets/js/bootstrap-3.2.0.min.js"></script>
-
-
-<!-- - Piwik -->
-<script type="text/javascript">
- /*
-  * |@licstart The following is the entire license notice for the JavaScript code in this page.|
-
-  * Copyright 2012 Matthieu Aubry.
-
-  * This program is free software: you can redistribute it and/or modify
-  * it under the terms of the GNU General Public License as published by
-  * the Free Software Foundation, either version 3 of the License, or
-  * (at your option) any later version.
-
-  * This program is distributed in the hope that it will be useful,
-  * but WITHOUT ANY WARRANTY; without even the implied warranty of
-  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  * GNU General Public License for more details.
-
-  * You should have received a copy of the GNU General Public License
-  * along with this program.  If not, see http://www.gnu.org/licenses/.
-
-  * |@licend The above is the entire license notice for the JavaScript code in this page.|
-  */
- var _paq = _paq || [];
- _paq.push(["trackPageView"]);
- _paq.push(["enableLinkTracking"]);
-
- (function() {
-   var u=(("https:" == document.location.protocol) ? "https" : "http") + "://piwik.fsf.org/";
-   _paq.push(["setTrackerUrl", u+"piwik.php"]);
-   _paq.push(["setSiteId", "10"]);
-   var d=document, g=d.createElement("script"), s=d.getElementsByTagName("script")[0]; g.type="text/javascript";
-   g.defer=true; g.async=true; g.src=u+"piwik.js"; s.parentNode.insertBefore(g,s);
- })();
-</script>
-<!-- - End Piwik Code -->
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>
index 2bd335d8c45358fdf6fb3b58b42764a655086640..a0c3911ff6306b3cd8c846dda4fae0524aa50727 100644 (file)
@@ -23,3 +23,5 @@
 <script type="text/javascript">
  $("#volunteer-link").addClass("active");
 </script>
+<script type="text/javascript"
+        src="/2015/assets/js/piwik.js"></script>