Updated website docs.
This commit is contained in:
parent
881bd716b0
commit
adb7a8c692
4 changed files with 19 additions and 15 deletions
|
@ -70,7 +70,7 @@ dependencies {
|
|||
implementation 'org.jsoup:jsoup:1.14.3'
|
||||
implementation 'org.twitter4j:twitter4j-core:4.0.7'
|
||||
|
||||
implementation 'net.thauvin.erik:cryptoprice:0.9.0-SNAPSHOT'
|
||||
implementation 'net.thauvin.erik:cryptoprice:0.9.0'
|
||||
implementation 'net.thauvin.erik:pinboard-poster:1.0.3'
|
||||
|
||||
testImplementation 'com.willowtreeapps.assertk:assertk-jvm:0.25'
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
#Generated by the Semver Plugin for Gradle
|
||||
#Tue Jan 18 10:02:08 PST 2022
|
||||
version.buildmeta=2450
|
||||
#Wed Jan 19 15:20:26 PST 2022
|
||||
version.buildmeta=001
|
||||
version.major=0
|
||||
version.minor=8
|
||||
version.patch=0
|
||||
version.prerelease=beta
|
||||
version.prerelease=rc
|
||||
version.project=mobibot
|
||||
version.semver=0.8.0-beta+2450
|
||||
version.semver=0.8.0-rc+001
|
||||
|
|
|
@ -33,20 +33,19 @@
|
|||
<h3>About mobibot</h3>
|
||||
|
||||
<p><strong>mobibot</strong> is the
|
||||
<a href="https://www.mobitopia.org/"><strong>#mobitopia</strong></a> IRC channel bot. It is built on Paul Mutton's
|
||||
<a href="http://www.jibble.org/pircbot.php"><strong>PircBot Java-based Framework</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><a href="https://commons.apache.org/proper/commons-cli/">Commons CLI</a></li>
|
||||
<li><a href="https://hc.apache.org/httpclient-3.x/">Commons HTTPClient</a></li>
|
||||
<li><a href="https://commons.apache.org/proper/commons-logging/">Commons Logging</a></li>
|
||||
<li><a href="https://commons.apache.org/proper/commons-net/">Commons 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>
|
||||
<li><a href="https://ostermiller.org/utils/">OstermillerUtils</a></li>
|
||||
<li><a href="https://square.github.io/okhttp/">OkHttp</a></li>
|
||||
<li><a href="https://bitbucket.org/aksinghnet/owm-japis">OWM JAPIs</a></li>
|
||||
<li><a href="https://github.com/ethauvin/pinboard-poster">Pinboard Poster</a></li>
|
||||
<li><a href="https://github.com/pircbotx/pircbotx">PircBotX</a></li>
|
||||
<li><a href="https://rometools.github.io/rome/">Rome</a></li>
|
||||
<li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li>
|
||||
</ul>
|
||||
|
@ -58,7 +57,7 @@
|
|||
|
||||
<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>. </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>
|
||||
|
@ -68,6 +67,10 @@
|
|||
<li>Performing calculations
|
||||
<div><code>mobibot: calc (floor(sqrt(3)) + 3.14) * 3^2</code></div>
|
||||
</li>
|
||||
<li>Crypto currencies prices
|
||||
<div><code>mobibot: cryto btc</code></div>
|
||||
<div><code>mobibot: cryto eth eur</code></div>
|
||||
</li>
|
||||
<li>Converting between currencies
|
||||
<div><code>mobibot: currency 17.54 USD to EUR</code></div>
|
||||
</li>
|
||||
|
@ -102,9 +105,11 @@
|
|||
<li>Random jokes from <a href="http://www.icndb.com/">The Internet Chuck Norris Database</a>
|
||||
<div><code>mobibot: joke</code></div>
|
||||
</li>
|
||||
<li>Rolling dice and playing war
|
||||
<li>Rolling dice or Playing war and rock paper scissors
|
||||
<div><code>mobibot: dice</code></div>
|
||||
<div><code>mobibot: war</code></div>
|
||||
<div><code>mobibot: paper</code></div>
|
||||
<div><code>mobibot: rock</code></div>
|
||||
</li>
|
||||
<li>Posting to <a href="https://twitter.com/mobitopia">Twitter</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
body {
|
||||
background: #ffffff;
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 13px;
|
||||
font-size: 16px;
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
}
|
||||
|
@ -21,7 +21,6 @@ h3 {
|
|||
|
||||
code {
|
||||
font-family: Courier New, Courier, mono, monospace;
|
||||
font-size: 12px;
|
||||
color: #000066;
|
||||
background-color: #ffeedd;
|
||||
margin-left: 20px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue