Skip to content

Commit e634753

Browse files
committedMay 21, 2022
no longer use woopra
Signed-off-by: Terence Parr <[email protected]>
1 parent cc5c5c3 commit e634753

10 files changed

+6
-117
lines changed
 

‎about.html

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

4141

42-
<!-- Start of Woopra Code -->
43-
<script>
44-
(function(){
45-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
46-
})("woopra");
47-
48-
woopra.config({
49-
domain: 'antlr.org'
50-
});
51-
woopra.track();
52-
</script>
53-
<!-- End of Woopra Code -->
5442
</head>
5543

5644
<body>

‎credits.html

-12
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@
3838
<script type="text/javascript" src="scripts/source/jquery.fancybox.js?v=2.0.6"></script>
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

41-
<!-- Start of Woopra Code -->
42-
<script>
43-
(function(){
44-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
45-
})("woopra");
46-
47-
woopra.config({
48-
domain: 'antlr.org'
49-
});
50-
woopra.track();
51-
</script>
52-
<!-- End of Woopra Code -->
5341
</head>
5442

5543
<body>

‎download.html

+5-17
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,6 @@
4040

4141

4242

43-
<!-- Start of Woopra Code -->
44-
<script>
45-
(function(){
46-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
47-
})("woopra");
48-
49-
woopra.config({
50-
domain: 'antlr.org'
51-
});
52-
woopra.track();
53-
</script>
54-
<!-- End of Woopra Code -->
5543

5644
</head>
5745

@@ -94,7 +82,7 @@ <h1>Download ANTLR</h1>
9482
<li><a href="https://github.com/antlr/antlr4/blob/master/doc/dart-target.md">DART</a></li>
9583
</ul>
9684

97-
<p>All users should download the <a onClick="ga('send', 'event', 'link', 'download', 'antlr-4.10.1-complete.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-4.10.1-complete' });" href="download/antlr-4.10.1-complete.jar">ANTLR tool itself</a> and then choose a runtime target below, unless you are using Java which is built into the tool jar.
85+
<p>All users should download the <a href="download/antlr-4.10.1-complete.jar">ANTLR tool itself</a> and then choose a runtime target below, unless you are using Java which is built into the tool jar.
9886

9987
<p>See <a href="https://github.com/antlr/antlr4/releases/tag/4.10.1"><b>Release Notes</b></a>, <a href="https://github.com/antlr/antlr4/blob/master/README.md">README.md</a>,
10088
<a href="https://github.com/antlr/antlr4/blob/master/doc/getting-started.md">Getting started</a>,
@@ -110,11 +98,11 @@ <h2>ANTLR tool and Java Target</h2>
11098

11199
<ul>
112100

113-
<li><a onClick="ga('send', 'event', 'link', 'download', 'antlr-4.10.1-complete.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-4.10.1-complete' });" href="download/antlr-4.10.1-complete.jar">Complete ANTLR 4.10.1 Java binaries jar</a>. Complete ANTLR 4.10.1 tool, Java runtime and ST 4.0.8, which lets you run the tool and the generated code.
101+
<li><a href="download/antlr-4.10.1-complete.jar">Complete ANTLR 4.10.1 Java binaries jar</a>. Complete ANTLR 4.10.1 tool, Java runtime and ST 4.0.8, which lets you run the tool and the generated code.
114102

115-
<li><a onClick="ga('send', 'event', 'link', 'download', '4.10.1.zip', {'nonInteraction': 1}); woopra.track('download', { url: '4.10.1.zip' });" href="https://github.com/antlr/antlr4/archive/4.10.1.zip">ANTLR 4.10.1 distribution (zip)</a>. Everything you need to build the tool and Java runtime from source.
103+
<li><a href="https://github.com/antlr/antlr4/archive/4.10.1.zip">ANTLR 4.10.1 distribution (zip)</a>. Everything you need to build the tool and Java runtime from source.
116104

117-
<li><a onClick="ga('send', 'event', 'link', 'download', 'antlr-runtime-4.10.1.jar', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-runtime-4.10.1' });" href="download/antlr-runtime-4.10.1.jar">ANTLR 4.10.1 Java runtime binaries jar</a>. Only what's needed for building and executing parsers/lexers generated in Java.
105+
<li><a href="download/antlr-runtime-4.10.1.jar">ANTLR 4.10.1 Java runtime binaries jar</a>. Only what's needed for building and executing parsers/lexers generated in Java.
118106
</ul>
119107

120108
<p>The Java jars are <b>OSGi compatible</b> so you should be able to use them within Eclipse.
@@ -169,7 +157,7 @@ <h2>JavaScript Target</h2>
169157

170158
<p><tt>npm install antlr4</tt><br>
171159

172-
<p>Or, you can download <a onClick="ga('send', 'event', 'link', 'download', 'antlr-javascript-runtime-4.10.1.zip', {'nonInteraction': 1}); woopra.track('download', { url: 'antlr-javascript-runtime-4.10.1.zip' });" href="http://www.antlr.org/download/antlr-javascript-runtime-4.10.1.zip">antlr-javascript-runtime-4.10.1.zip</a>.
160+
<p>Or, you can download <a href="http://www.antlr.org/download/antlr-javascript-runtime-4.10.1.zip">antlr-javascript-runtime-4.10.1.zip</a>.
173161

174162
<p>The runtime is provided in the form of source code, so no additional installation is required. Simply refer to the JavaScript in that zip from your project, and eventually webpack it.
175163

‎index.html

-12
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@
3838
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
3939

4040

41-
<!-- Start of Woopra Code -->
42-
<script>
43-
(function(){
44-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
45-
})("woopra");
46-
47-
woopra.config({
48-
domain: 'antlr.org'
49-
});
50-
woopra.track();
51-
</script>
52-
<!-- End of Woopra Code -->
5341
</head>
5442

5543
<body>

‎license.html

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

4141

42-
<!-- Start of Woopra Code -->
43-
<script>
44-
(function(){
45-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
46-
})("woopra");
47-
48-
woopra.config({
49-
domain: 'antlr.org'
50-
});
51-
woopra.track();
52-
</script>
53-
<!-- End of Woopra Code -->
5442
</head>
5543

5644
<body>

‎scripts/bottomnav.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,4 @@ document.write("<li><a href='/support.html'>Support</a></li> \n");
99
document.write("<li><a href='https://github.com/antlr/antlr4/issues'>Bugs</a></li> \n");
1010
document.write("<li><a href='http://www.antlr3.org'>V3</a></li>");
1111
document.write("</ul>\n");
12-
document.write("<small>&copy; Copyright ANTLR / Terence Parr 2014</small>");
13-
document.write("<ul>\n");
14-
document.write('<li><a href="https://www.woopra.com/"><img src="images/woopra-logo.png" alt="woopra">Customer analytics provided by Woopra</a></li>');
15-
document.write("</ul>\n");
12+
document.write("<small>&copy; Copyright ANTLR / Terence Parr</small>");

‎subpage.html

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

4141

42-
<!-- Start of Woopra Code -->
43-
<script>
44-
(function(){
45-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
46-
})("woopra");
47-
48-
woopra.config({
49-
domain: 'antlr.org'
50-
});
51-
woopra.track();
52-
</script>
53-
<!-- End of Woopra Code -->
5442
</head>
5543

5644
<body>

‎support.html

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

4141

42-
<!-- Start of Woopra Code -->
43-
<script>
44-
(function(){
45-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
46-
})("woopra");
47-
48-
woopra.config({
49-
domain: 'antlr.org'
50-
});
51-
woopra.track();
52-
</script>
53-
<!-- End of Woopra Code -->
5442
</head>
5543

5644
<body>

‎testimonials.html

-12
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,6 @@
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

4141

42-
<!-- Start of Woopra Code -->
43-
<script>
44-
(function(){
45-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
46-
})("woopra");
47-
48-
woopra.config({
49-
domain: 'antlr.org'
50-
});
51-
woopra.track();
52-
</script>
53-
<!-- End of Woopra Code -->
5442
</head>
5543

5644
<body>

‎tools.html

-12
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,6 @@
3838
<script type="text/javascript" src="scripts/source/jquery.fancybox.js?v=2.0.6"></script>
3939
<link rel="stylesheet" type="text/css" href="scripts/source/jquery.fancybox.css?v=2.0.6" media="screen" />
4040

41-
<!-- Start of Woopra Code -->
42-
<script>
43-
(function(){
44-
var t,i,e,n=window,o=document,a=arguments,s="script",r=["config","track","identify","visit","push","call","trackForm","trackClick"],c=function(){var t,i=this;for(i._e=[],t=0;r.length>t;t++)(function(t){i[t]=function(){return i._e.push([t].concat(Array.prototype.slice.call(arguments,0))),i}})(r[t])};for(n._w=n._w||{},t=0;a.length>t;t++)n._w[a[t]]=n[a[t]]=n[a[t]]||new c;i=o.createElement(s),i.async=1,i.src="//static.woopra.com/js/t/5.js",e=o.getElementsByTagName(s)[0],e.parentNode.insertBefore(i,e)
45-
})("woopra");
46-
47-
woopra.config({
48-
domain: 'antlr.org'
49-
});
50-
woopra.track();
51-
</script>
52-
<!-- End of Woopra Code -->
5341
</head>
5442

5543
<body>

0 commit comments

Comments
 (0)
Please sign in to comment.