Moved to gradle build system.
Using exp4j instead of MathEvaluator for calcuation now.
This commit is contained in:
parent
3b9c5d6431
commit
5858e12b1a
50 changed files with 3124 additions and 1920 deletions
|
@ -14,16 +14,16 @@
|
|||
<p><strong>mobibot</strong> is the <a href="http://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>
|
||||
<p>mobibot is making extensive use of various <strong>open source libraries</strong>, including:</p>
|
||||
<ul>
|
||||
<li><a href="http://jakarta.apache.org/commons/cli/">Commons CLI</a></li>
|
||||
<li><a href="http://jakarta.apache.org/commons/httpclient/">Commons HTTPClient</a></li>
|
||||
<li><a href="http://jakarta.apache.org/commons/logging/">Commons Logging</a></li>
|
||||
<li><a href="http://jakarta.apache.org/commons/net/">Commons Net</a></li>
|
||||
<li><a href="http://commons.apache.org/proper/commons-cli/">Commons CLI</a></li>
|
||||
<li><a href="http://hc.apache.org/httpclient-3.x/">Commons HTTPClient</a></li>
|
||||
<li><a href="http://commons.apache.org/proper/commons-logging/">Commons Logging</a></li>
|
||||
<li><a href="http://commons.apache.org/proper/commons-net/">Commons Net</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/delicious-java/">delicious-java</a></li>
|
||||
<li><a href="http://sourceforge.net/projects/jweather/">JWeather</a></li>
|
||||
<li><a href="http://lts.online.fr/dev/java/math.evaluator/">MathEvaluator</a></li>
|
||||
<li><a href="http://www.objecthunter.net/exp4j/">exp4j</a></li>
|
||||
<li><a href="http://ostermiller.org/utils/">OstermillerUtils</a></li>
|
||||
<li><a href="https://rome.dev.java.net/">Rome</a></li>
|
||||
<li><a href="http://yusuke.homeip.net/twitter4j/en/index.html">Twitter4J</a></li>
|
||||
<li><a href="http://rometools.github.io/rome/">Rome</a></li>
|
||||
<li><a href="http://twitter4j.org/en/index.html">Twitter4J</a></li>
|
||||
</ul>
|
||||
<p>mobibot was written by <a href="http://erik.thauvin.net/"><strong>Erik C. Thauvin</strong></a> as a replacement for the channel's original <a href="http://usefulinc.com/chump/">ChumpBot</a>. </p>
|
||||
<h3>Features</h3>
|
||||
|
@ -40,8 +40,7 @@
|
|||
<li>Retrieving stock quotes</li>
|
||||
<li>Displaying the time in various time zones</li>
|
||||
<li>Listing the users on the channel</li>
|
||||
<li>Displaying weather information</li>
|
||||
<li>Posting to <a href="http://identi.ca/mobitopia">identi.ca</a></li>
|
||||
<li>Displaying weather information</li>
|
||||
<li>Posting to <a href="http://twitter.com/mobitopia">Twitter</a></li>
|
||||
</ul>
|
||||
<p>Some of the internal features include RSS feed backlogs, rolling logs, debugging toggle and much more.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue