Added support for del.icio.us

This commit is contained in:
Erik C. Thauvin 2005-03-05 21:40:28 +00:00
parent 6755d959a1
commit 0ebd570de7
14 changed files with 950 additions and 707 deletions

View file

@ -9,7 +9,7 @@
<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="http://www.thauvin.net/cgi-bin/viewcvs.cgi/java/mobibot/"><strong>CVS</strong></a>. </p>
<p class="note"> The latest version of mobibot is always available via <a href="http://cvs.thauvin.net/java/mobibot/"><strong>CVS</strong></a>. </p>
<h3>About mobibot</h3>
<p><strong>mobibot</strong> is the <a href="http://www.mobitopia.com/"><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>
@ -18,6 +18,7 @@
<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://sourceforge.net/projects/delicious-java/">delicious-java</a></li>
<li><a href="http://google-taglib.sourceforge.net">Google Tag Library</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>
@ -48,7 +49,7 @@
<p><code>mobibot: help</code></p>
<p>mobibot will reply with a listing of the commands currently supported.</p>
<h3>Licenses</h3>
<p>There are various open source licenses attached to mobibot. Please refer to the <strong><a href="http://www.thauvin.net/cgi-bin/viewcvs.cgi/java/mobibot/licenses/">licenses</a></strong> directory in the CVS tree for more details.</p>
<p>There are various open source licenses attached to mobibot. Please refer to the <strong><a href="http://cvs.thauvin.net/java/mobibot/licenses/">licenses</a></strong> directory in the CVS tree for more details.</p>
</div>
</body>
</html>