Skip to content

Commit dfed221

Browse files
committed
Add Google Analytics
1 parent 879cd85 commit dfed221

File tree

6 files changed

+66
-0
lines changed

6 files changed

+66
-0
lines changed

about.html

+11
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,15 @@ <h5>Copyright (c) 2013 Antoine TANZILLI, &Eacute;lie DELOUMEAU</h5>
9999

100100
</div>
101101
</body>
102+
<script type="text/javascript">
103+
var _gaq = _gaq || [];
104+
_gaq.push(['_setAccount', 'UA-39522376-1']);
105+
_gaq.push(['_trackPageview']);
106+
107+
(function() {
108+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
109+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
110+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
111+
})();
112+
</script>
102113
</html>

faq.html

+11
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,15 @@ <h2>Frequently Asked Questions</h2>
9999

100100
</div>
101101
</body>
102+
<script type="text/javascript">
103+
var _gaq = _gaq || [];
104+
_gaq.push(['_setAccount', 'UA-39522376-1']);
105+
_gaq.push(['_trackPageview']);
106+
107+
(function() {
108+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
109+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
110+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
111+
})();
112+
</script>
102113
</html>

features.html

+11
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,15 @@ <h1>Features</h1>
121121

122122
</div>
123123
</body>
124+
<script type="text/javascript">
125+
var _gaq = _gaq || [];
126+
_gaq.push(['_setAccount', 'UA-39522376-1']);
127+
_gaq.push(['_trackPageview']);
128+
129+
(function() {
130+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
131+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
132+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
133+
})();
134+
</script>
124135
</html>

index.html

+11
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,15 @@ <h4>Extended support</h4>
107107

108108
</div>
109109
</body>
110+
<script type="text/javascript">
111+
var _gaq = _gaq || [];
112+
_gaq.push(['_setAccount', 'UA-39522376-1']);
113+
_gaq.push(['_trackPageview']);
114+
115+
(function() {
116+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
117+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
118+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
119+
})();
120+
</script>
110121
</html>

install.html

+11
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,15 @@ <h4>Requirements</h4>
105105

106106
</div>
107107
</body>
108+
<script type="text/javascript">
109+
var _gaq = _gaq || [];
110+
_gaq.push(['_setAccount', 'UA-39522376-1']);
111+
_gaq.push(['_trackPageview']);
112+
113+
(function() {
114+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
115+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
116+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
117+
})();
118+
</script>
108119
</html>

screenshots.html

+11
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,15 @@ <h3 class="muted">LXC Web Panel</h3>
7777

7878
</div>
7979
</body>
80+
<script type="text/javascript">
81+
var _gaq = _gaq || [];
82+
_gaq.push(['_setAccount', 'UA-39522376-1']);
83+
_gaq.push(['_trackPageview']);
84+
85+
(function() {
86+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
87+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
88+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
89+
})();
90+
</script>
8091
</html>

0 commit comments

Comments
 (0)