Skip to content

Commit aa7e52e

Browse files
committed
Adding Google Analytics on all pages starting 0.8.
1 parent 0b283c1 commit aa7e52e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+812
-56
lines changed

0.8/directives.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="Techniques" href="techniques.html" />
2727
<link rel="next" title="Static and dynamic polymorphism" href="polymorphism.html" />
28-
<link rel="prev" title="Tag metafunctions" href="tag_metafunctions.html" />
28+
<link rel="prev" title="Tag metafunctions" href="tag_metafunctions.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/examples.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="HTTP examples" href="examples_http.html" />
27-
<link rel="prev" title="Getting Started" href="getting_started.html" />
27+
<link rel="prev" title="Getting Started" href="getting_started.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0.8/examples_http.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="Examples" href="examples.html" />
2727
<link rel="next" title="HTTP client" href="http_client.html" />
28-
<link rel="prev" title="Examples" href="examples.html" />
28+
<link rel="prev" title="Examples" href="examples.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/genindex.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,21 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
26+
<script type="text/javascript">
27+
28+
var _gaq = _gaq || [];
29+
_gaq.push(['_setAccount', 'UA-19815738-1']);
30+
_gaq.push(['_trackPageview']);
31+
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
38+
</script>
39+
2640
</head>
2741
<body>
2842

0.8/getting_started.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="Examples" href="examples.html" />
27-
<link rel="prev" title="What’s New" href="whats_new.html" />
27+
<link rel="prev" title="What’s New" href="whats_new.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0.8/hello_world_client.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="HTTP examples" href="examples_http.html" />
2727
<link rel="next" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
28-
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
28+
<link rel="prev" title="“Hello world” HTTP server" href="hello_world_server.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/hello_world_server.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="HTTP examples" href="examples_http.html" />
2727
<link rel="next" title="“Hello world” HTTP client" href="hello_world_client.html" />
28-
<link rel="prev" title="HTTP client" href="http_client.html" />
28+
<link rel="prev" title="HTTP client" href="http_client.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/history.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="Full installation guide" href="install.html" />
27-
<link rel="prev" title="Static and dynamic polymorphism" href="polymorphism.html" />
27+
<link rel="prev" title="Static and dynamic polymorphism" href="polymorphism.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0.8/http.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
2727
<link rel="next" title="Techniques" href="techniques.html" />
28-
<link rel="prev" title="The URI template" href="uri.html" />
28+
<link rel="prev" title="The URI template" href="uri.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/http_client.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="HTTP examples" href="examples_http.html" />
2727
<link rel="next" title="“Hello world” HTTP server" href="hello_world_server.html" />
28-
<link rel="prev" title="HTTP examples" href="examples_http.html" />
28+
<link rel="prev" title="HTTP examples" href="examples_http.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/http_client_tags.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,21 @@
2222
<script type="text/javascript" src="_static/jquery.js"></script>
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
25-
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
25+
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
26+
<script type="text/javascript">
27+
28+
var _gaq = _gaq || [];
29+
_gaq.push(['_setAccount', 'UA-19815738-1']);
30+
_gaq.push(['_trackPageview']);
31+
32+
(function() {
33+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
34+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
35+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
36+
})();
37+
38+
</script>
39+
2640
</head>
2741
<body>
2842

0.8/in_depth.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="The message template" href="message.html" />
27-
<link rel="prev" title="“Hello world” HTTP client" href="hello_world_client.html" />
27+
<link rel="prev" title="“Hello world” HTTP client" href="hello_world_client.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0.8/index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,21 @@
2323
<script type="text/javascript" src="_static/underscore.js"></script>
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="#" />
26-
<link rel="next" title="What’s New" href="whats_new.html" />
26+
<link rel="next" title="What’s New" href="whats_new.html" />
27+
<script type="text/javascript">
28+
29+
var _gaq = _gaq || [];
30+
_gaq.push(['_setAccount', 'UA-19815738-1']);
31+
_gaq.push(['_trackPageview']);
32+
33+
(function() {
34+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
35+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
36+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
37+
})();
38+
39+
</script>
40+
2741
</head>
2842
<body>
2943

0.8/install.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="Reference Manual" href="reference.html" />
27-
<link rel="prev" title="Project history" href="history.html" />
27+
<link rel="prev" title="Project history" href="history.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0.8/message.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
2727
<link rel="next" title="The URI template" href="uri.html" />
28-
<link rel="prev" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
28+
<link rel="prev" title="An in-depth look at the cpp-netlib" href="in_depth.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/polymorphism.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,21 @@
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="up" title="Techniques" href="techniques.html" />
2727
<link rel="next" title="Project history" href="history.html" />
28-
<link rel="prev" title="Directives" href="directives.html" />
28+
<link rel="prev" title="Directives" href="directives.html" />
29+
<script type="text/javascript">
30+
31+
var _gaq = _gaq || [];
32+
_gaq.push(['_setAccount', 'UA-19815738-1']);
33+
_gaq.push(['_trackPageview']);
34+
35+
(function() {
36+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
37+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
38+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
39+
})();
40+
41+
</script>
42+
2943
</head>
3044
<body>
3145

0.8/reference.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,21 @@
2424
<script type="text/javascript" src="_static/doctools.js"></script>
2525
<link rel="top" title="cpp-netlib v0.8 documentation" href="index.html" />
2626
<link rel="next" title="HTTP Client API" href="reference_http_client.html" />
27-
<link rel="prev" title="Full installation guide" href="install.html" />
27+
<link rel="prev" title="Full installation guide" href="install.html" />
28+
<script type="text/javascript">
29+
30+
var _gaq = _gaq || [];
31+
_gaq.push(['_setAccount', 'UA-19815738-1']);
32+
_gaq.push(['_trackPageview']);
33+
34+
(function() {
35+
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
36+
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
37+
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
38+
})();
39+
40+
</script>
41+
2842
</head>
2943
<body>
3044

0 commit comments

Comments
 (0)