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,137 +1,145 @@
<!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"> <html xmlns="http://www.w3.org/1999/xhtml">
<head> <head>
<title>mobibot</title> <title>mobibot</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css" href="simple.css"/> <link rel="stylesheet" type="text/css" href="simple.css" />
<script type="text/javascript"> <!-- Global site tag (gtag.js) - Google Analytics -->
var _gaq = _gaq || []; <script async src="https://www.googletagmanager.com/gtag/js?id=G-GHTJ7PY0ZP"></script>
_gaq.push(['_setAccount', 'UA-20827507-3']); <script>
_gaq.push(['_trackPageview']); window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
(function () gtag('config', 'G-GHTJ7PY0ZP');
{
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);
})();
</script> </script>
</head> </head>
<body> <body>
<div id="content"> <div id="content">
<h1>mobibot</h1> <h1>mobibot</h1>
<h2>The #mobitopia bot</h2> <h2>The #mobitopia bot</h2>
<p class="note"> The latest version of mobibot is always available via <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> <h3>About mobibot</h3>
<p><strong>mobibot</strong> is the <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> <p>mobibot is making extensive use of various <strong>open source libraries</strong>, including:</p>
<ul> <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
<li><a href="https://github.com/ethauvin/cryptoprice">CryptoPrice</a></li> href="https://commons.apache.org/proper/commons-net/">Net</a></li>
<li><a href="https://www.objecthunter.net/exp4j/">exp4j</a></li> <li><a href="https://github.com/ethauvin/cryptoprice">CryptoPrice</a></li>
<li><a href="https://jsoup.org/">jsoup</a></li> <li><a href="https://www.objecthunter.net/exp4j/">exp4j</a></li>
<li><a href="https://ostermiller.org/utils/">OstermillerUtils</a></li> <li><a href="https://jsoup.org/">jsoup</a></li>
<li><a href="https://square.github.io/okhttp/">OkHttp</a></li> <li><a href="https://ostermiller.org/utils/">OstermillerUtils</a></li>
<li><a href="https://bitbucket.org/aksinghnet/owm-japis">OWM JAPIs</a></li> <li><a href="https://square.github.io/okhttp/">OkHttp</a></li>
<li><a href="https://github.com/ethauvin/pinboard-poster">Pinboard Poster</a></li> <li><a href="https://bitbucket.org/aksinghnet/owm-japis">OWM JAPIs</a></li>
<li><a href="https://github.com/pircbotx/pircbotx">PircBotX</a></li> <li><a href="https://github.com/ethauvin/pinboard-poster">Pinboard Poster</a></li>
<li><a href="https://rometools.github.io/rome/">Rome</a></li> <li><a href="https://github.com/pircbotx/pircbotx">PircBotX</a></li>
<li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li> <li><a href="https://rometools.github.io/rome/">Rome</a></li>
</ul> <li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li>
<p>mobibot was written by </ul>
<a href="https://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original <p>mobibot was written by
<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> <h3>Features</h3>
<p>mobibot's main functionality is to <p>mobibot's main functionality is to
<strong>capture URLs</strong> posted on the channel. The URLs are automatically gathered into a publishable <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> <p>Other features include:</p>
<ul> <ul>
<li>Displaying the latest entries on Mobitopia <li>Displaying the latest entries on Mobitopia
<div><code>mobibot: view</code></div> <div><code>mobibot: view</code></div>
</li> </li>
<li>Performing calculations <li>Performing calculations
<div><code>mobibot: calc (floor(sqrt(3)) + 3.14) * 3^2</code></div> <div><code>mobibot: calc (floor(sqrt(3)) + 3.14) * 3^2</code></div>
</li> </li>
<li>Crypto currencies prices <li>Crypto currencies prices
<div><code>mobibot: cryto btc</code></div> <div><code>mobibot: cryto btc</code></div>
<div><code>mobibot: cryto eth eur</code></div> <div><code>mobibot: cryto eth eur</code></div>
</li> </li>
<li>Converting between currencies <li>Converting between currencies
<div><code>mobibot: currency 17.54 USD to EUR</code></div> <div><code>mobibot: currency 17.54 USD to EUR</code></div>
</li> </li>
<li>Performing Google searches <li>Performing Google searches
<div><code>mobibot: google mobitopia on irc</code></div> <div><code>mobibot: google mobitopia on irc</code></div>
</li> </li>
<li>Displaying weather information <li>Displaying weather information
<div><code>mobibot: weather san francisco</code></div> <div><code>mobibot: weather san francisco</code></div>
<div><code>mobibot: weather 94123 </code></div> <div><code>mobibot: weather 94123 </code></div>
<div><code>mobibot: weather tokyo, jp</code></div> <div><code>mobibot: weather tokyo, jp</code></div>
</li> </li>
<li>Performing DNS lookups <li>Performing DNS lookups
<div><code>mobibot: lookup www.apple.com</code></div> <div><code>mobibot: lookup www.apple.com</code></div>
</li> </li>
<li>Retrieving stock quotes from <a href="https://www.alphavantage.co/">Alpha Avantage</a> <li>Retrieving stock quotes from <a href="https://www.alphavantage.co/">Alpha Avantage</a>
<div><code>mobibot: stock GOOG</code></div> <div><code>mobibot: stock GOOG</code></div>
<div><code>mobibot: stock google</code></div> <div><code>mobibot: stock google</code></div>
</li> </li>
<li>Displaying the time in various time zones <li>Displaying the time in various time zones
<div><code>mobibot: time UK</code></div> <div><code>mobibot: time UK</code></div>
<div><code>mobibot: time GMT</code></div> <div><code>mobibot: time GMT</code></div>
</li> </li>
<li>Sending messages to people on join/activity: <li>Sending messages to people on join/activity:
<div><code>mobibot: tell nickname Give me a call when you see this.</code></div> <div><code>mobibot: tell nickname Give me a call when you see this.</code></div>
</li> </li>
<li>Recapping public channel messages <li>Recapping public channel messages
<div><code>/msg mobibot recap</code></div> <div><code>/msg mobibot recap</code></div>
</li> </li>
<li>Listing the users on the channel <li>Listing the users on the channel
<div><code>/msg mobibot users</code></div> <div><code>/msg mobibot users</code></div>
</li> </li>
<li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a> <li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a>
<div><code>mobibot: joke</code></div> <div><code>mobibot: joke</code></div>
</li> </li>
<li>Rolling dice or Playing war and rock paper scissors <li>Rolling dice or Playing war and rock paper scissors
<div><code>mobibot: dice</code></div> <div><code>mobibot: dice</code></div>
<div><code>mobibot: war</code></div> <div><code>mobibot: war</code></div>
<div><code>mobibot: paper</code></div> <div><code>mobibot: paper</code></div>
<div><code>mobibot: rock</code></div> <div><code>mobibot: rock</code></div>
</li> </li>
<li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li> <li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li>
</ul> </ul>
<p>Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.</p> <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 <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> <h3>Using mobibot</h3>
<p>To use mobibot, simply <strong>join <a href="irc://irc.libera.chat/#mobitopia">#mobitopia</a></strong> on <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> <p><code>mobibot: help</code></p>
<p>mobibot will reply with a listing of the commands currently supported.</p> <p>mobibot will reply with a listing of the commands currently supported.</p>
<h3>Licenses</h3> <h3>Licenses</h3>
<p>There are various open source licenses attached to mobibot. Please refer to the <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
</p> in the source tree for more details.
</div> </p>
</div>
</body> </body>
</html>
</html>