Supybot: more lists ♥

This commit is contained in:
Mikaela Suomalainen 2014-06-29 19:19:47 +03:00
parent ddaba030e4
commit e6fe451d4a
2 changed files with 35 additions and 17 deletions

View File

@ -58,11 +58,19 @@ ga('send', 'pageview');
<h3 id="how-to-avoid-them">How to avoid them?</h3>
<p>You can add anticapability for these commands using <code>owner defaultcapability</code>, but that is only a temporary solution. There can also be other issues.</p>
<p>There are also two active Supybot forks, known as <a href="https://github.com/ProgVal/Limnoria">Limnoria</a> and <a href="http://github.com/nanotube/supybot_fixed">Gribble</a>, which are actively developed and have fixed these issues. If you want permanent solution, you should install either of them.</p>
<p>I recommend <a href="https://github.com/ProgVal/Limnoria">Limnoria</a>, because it seems to be more active (activity of <a href="http://github.com/nanotube/supybot_fixed">Gribble</a> isn't announced anywhere) and it has additional commands, translations and new plugin called <a href="https://github.com/ProgVal/Limnoria/tree/master/plugins/PluginDownloader">PluginDownloader</a>, which makes installing of 3rd party plugins easy.</p>
<p>Ohloh supports comparing different projects, <a href="https://www.ohloh.net/p/compare?project_0=Limnoria&amp;project_1=Gribble%3A+Support+Bottie&amp;project_2=Supybot">here is comparsion of Limnoria, Gribble and Supybot</a>.</p>
<p><a href="https://sourceforge.net/p/gribble/wiki/Gribble_Project_Git_Repository/">Gribble modifications when compared to stock Supybot</a></p>
<p><strong>SourceForge and that link are a little broken, when they are moved elsewhere, please remove this notice!</strong></p>
<p><a href="https://github.com/ProgVal/Limnoria/wiki/LGC">Limnoria modifications when compared to Gribble.</a> Features of Gribble are fully merged to Limnoria.</p>
<p>I recommend <a href="https://github.com/ProgVal/Limnoria">Limnoria</a> * it seems to be more actively developed. * (activity of <a href="http://github.com/nanotube/supybot_fixed">Gribble</a> isn't announced anywhere) * it has additional * commands * translations support * plugins * <a href="https://github.com/ProgVal/Limnoria/tree/master/plugins/PluginDownloader">PluginDownloader</a>, which makes installing of 3rd party plugins easy. * NickAuth * Allows identifying to the bot using NickServ account. * all changes of <a href="http://github.com/nanotube/supybot_fixed">Gribble</a>. * Conditional &amp; MessageParser * [Limnoria also supports SASL and CertFP], which are methods to <a href="https://mkaysi.github.io/pages/external/identifying.html">identify to services automatically.</a></p>
<h2 id="interesting-things">Interesting things</h2>
<ul class="incremental">
<li><a href="https://www.ohloh.net/p/compare?project_0=Limnoria&amp;project_1=Gribble%3A+Support+Bottie&amp;project_2=Supybot">Comparsion of commit activity between Limnoria, Gribble and Supybot</a>.</li>
<li><a href="https://sourceforge.net/p/gribble/wiki/Gribble_Project_Git_Repository/">Gribble's modifications to stock Supybot</a>
<ul class="incremental">
<li>SourceForge and that link are a little broken, when they are moved elsewhere, please remove this notice!</li>
</ul></li>
<li><a href="https://github.com/ProgVal/Limnoria/wiki/LGC">Limnoria's modifications to Gribble.</a>
<ul class="incremental">
<li>Features of Gribble are fully merged to Limnoria.</li>
</ul></li>
</ul>
<p>Your current botname.conf is <strong>100% compatible with forks</strong>.</p>
<p><a href="ircs://chat.freenode.net:6697/#supybot,#gribble,#limnoria">Join Supybot channels on freenode!</a></p>
<h2 id="installing-forks">Installing forks</h2>

View File

@ -112,20 +112,30 @@ There are also two active Supybot forks, known as [Limnoria] and
[Gribble], which are actively developed and have fixed these issues.
If you want permanent solution, you should install either of them.
I recommend [Limnoria], because it seems to be more active
(activity of [Gribble] isn't announced anywhere) and it has additional
commands, translations and new plugin called [PluginDownloader], which
makes installing of 3rd party plugins easy.
I recommend [Limnoria]
* it seems to be more actively developed.
* (activity of [Gribble] isn't announced anywhere)
* it has additional
* commands
* translations support
* plugins
* [PluginDownloader], which makes installing of
3rd party plugins easy.
* NickAuth
* Allows identifying to the bot using NickServ account.
* all changes of [Gribble].
* Conditional & MessageParser
* [Limnoria also supports SASL and CertFP], which are methods to
[identify to services automatically.](https://mkaysi.github.io/pages/external/identifying.html)
Ohloh supports comparing different projects, [here is comparsion of Limnoria, Gribble and Supybot](https://www.ohloh.net/p/compare?project_0=Limnoria&project_1=Gribble%3A+Support+Bottie&project_2=Supybot).
## Interesting things
[Gribble modifications when compared to stock Supybot](https://sourceforge.net/p/gribble/wiki/Gribble_Project_Git_Repository/)
**SourceForge and that link are a little broken, when they are moved
elsewhere, please remove this notice!**
[Limnoria modifications when compared to Gribble.](https://github.com/ProgVal/Limnoria/wiki/LGC)
Features of Gribble are fully merged to Limnoria.
* [Comparsion of commit activity between Limnoria, Gribble and Supybot](https://www.ohloh.net/p/compare?project_0=Limnoria&project_1=Gribble%3A+Support+Bottie&project_2=Supybot).
* [Gribble's modifications to stock Supybot](https://sourceforge.net/p/gribble/wiki/Gribble_Project_Git_Repository/)
* SourceForge and that link are a little broken, when they are moved
elsewhere, please remove this notice!
* [Limnoria's modifications to Gribble.](https://github.com/ProgVal/Limnoria/wiki/LGC)
* Features of Gribble are fully merged to Limnoria.
Your current botname.conf is **100% compatible with forks**.