Added Google Analytic G4 code

This commit is contained in:
Erik C. Thauvin 2022-04-21 23:54:08 -07:00
parent eb02ede6a4
commit c3763a1444

View file

@ -1,43 +1,43 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>mobibot</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<link rel="stylesheet" type="text/css" href="simple.css"/>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20827507-3']);
_gaq.push(['_trackPageview']);
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="simple.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-GHTJ7PY0ZP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
(function ()
{
var ga = document.createElement('script');
ga.type = 'text/javascript';
ga.async = true;
ga.src =
('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(ga, s);
})();
gtag('config', 'G-GHTJ7PY0ZP');
</script>
</head>
<body>
<div id="content">
<div id="content">
<h1>mobibot</h1>
<h2>The #mobitopia bot</h2>
<p class="note"> The latest version of mobibot is always available via
<a href="https://github.com/ethauvin/mobibot/"><strong>GitHub</strong></a>. </p>
<a href="https://github.com/ethauvin/mobibot/"><strong>GitHub</strong></a>.
</p>
<h3>About mobibot</h3>
<p><strong>mobibot</strong> is the
<a href="https://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot written in <a href="https://kotlinlang.org/"><strong>Kotlin</strong></a>.</p>
<a href="https://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot written in <a
href="https://kotlinlang.org/"><strong>Kotlin</strong></a>.
</p>
<p>mobibot is making extensive use of various <strong>open source libraries</strong>, including:</p>
<ul>
<li>Apache Commons <a href="https://commons.apache.org/proper/commons-cli/">CLI</a> and <a href="https://commons.apache.org/proper/commons-net/">Net</a></li>
<li>Apache Commons <a href="https://commons.apache.org/proper/commons-cli/">CLI</a> and <a
href="https://commons.apache.org/proper/commons-net/">Net</a></li>
<li><a href="https://github.com/ethauvin/cryptoprice">CryptoPrice</a></li>
<li><a href="https://www.objecthunter.net/exp4j/">exp4j</a></li>
<li><a href="https://jsoup.org/">jsoup</a></li>
@ -50,14 +50,18 @@
<li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li>
</ul>
<p>mobibot was written by
<a href="https://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original
<a href="https://github.com/edumbill/chump">ChumpBot</a>. </p>
<a href="https://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's
original
<a href="https://github.com/edumbill/chump">ChumpBot</a>.
</p>
<h3>Features</h3>
<p>mobibot's main functionality is to
<strong>capture URLs</strong> posted on the channel. The URLs are automatically gathered into a publishable
<a href="https://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a> and saved on <a href="https://pinboard.in/t:mobitopia"><strong>Pinboard</strong></a>.</p>
<a href="https://www.mobitopia.org/rss.xml"><strong>RSS feed</strong></a> and saved on <a
href="https://pinboard.in/t:mobitopia"><strong>Pinboard</strong></a>.
</p>
<p>Other features include:</p>
<ul>
@ -116,12 +120,14 @@
<p>Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.</p>
<p>If you have any feature suggestions, please post them to the
<a href="https://erik.thauvin.net/wiki/mobibot"><strong>mobibot wiki</strong></a>. </p>
<a href="https://erik.thauvin.net/wiki/mobibot"><strong>mobibot wiki</strong></a>.
</p>
<h3>Using mobibot</h3>
<p>To use mobibot, simply <strong>join <a href="irc://irc.libera.chat/#mobitopia">#mobitopia</a></strong> on
<strong>irc.libera.chat</strong> and type:</p>
<strong>irc.libera.chat</strong> and type:
</p>
<p><code>mobibot: help</code></p>
@ -130,8 +136,10 @@
<h3>Licenses</h3>
<p>There are various open source licenses attached to mobibot. Please refer to the
<strong><a href="https://github.com/ethauvin/mobibot/tree/master/licenses">licenses</a></strong> directory in the source tree for more details.
<strong><a href="https://github.com/ethauvin/mobibot/tree/master/licenses">licenses</a></strong> directory
in the source tree for more details.
</p>
</div>
</div>
</body>
</html>