mirror of
https://github.com/Limnoria/limnoria.net.git
synced 2025-04-08 00:09:44 +00:00
62 lines
2.5 KiB
HTML
62 lines
2.5 KiB
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
||
<head>
|
||
<title>Limnoria - a Python IRC bot</title>
|
||
<link rel="stylesheet" href="./style.css" type="text/css" />
|
||
</head>
|
||
|
||
<body>
|
||
<h1>Limnoria</h1>
|
||
|
||
<section>
|
||
<h2>Introduction</h2>
|
||
<p>
|
||
Limnoria is a Python IRC bot that is robust (it doesn’t crash),
|
||
user friendly (it’s easy to configure),
|
||
and programmer friendly (plugins are extremely easy to write).
|
||
</p>
|
||
<p>
|
||
It aims to be an adequate replacement for most existing IRC bots.
|
||
It includes a very flexible and powerful
|
||
<a href="https://docs.limnoria.net/use/capabilities.html">ACL system</a>
|
||
for controlling access to commands,
|
||
an equality powerful
|
||
<a href="https://docs.limnoria.net/use/configuration.html">configuration system</a>
|
||
to customize your bot,
|
||
as well as more than <a href="./plugins.xhtml">60 builtin plugins</a> providing around 400 actual commands.
|
||
</p>
|
||
|
||
<p>
|
||
There are also dozens of <a href="./plugins.xhtml">third-party plugins</a>,
|
||
and it is very easy to
|
||
<a href="https://docs.limnoria.net/develop/plugin_tutorial.html">write your own</a>
|
||
with only basic knowledge of Python.
|
||
</p>
|
||
|
||
<p>
|
||
It is the successor of
|
||
<a href="https://sourceforge.net/projects/supybot/">Supybot</a>
|
||
since 2010 and provides many new features, but keeps full compatibility with existing configurations and plugins.
|
||
</p>
|
||
</section>
|
||
|
||
<section>
|
||
<h2>Contact</h2>
|
||
|
||
The main support channel is <a href="ircs://chat.freenode.net:6697/#limnoria">#limnoria on freenode</a>.
|
||
|
||
You can also find help in French on <a href="ircs://chat.freenode.net:6697/#supybot-fr">#supybot-fr on freenode</a>.
|
||
</section>
|
||
|
||
<nav>
|
||
<h2>Links</h2>
|
||
|
||
<ul>
|
||
<li><a href="https://docs.limnoria.net/">Documentation</a></li>
|
||
<li><a href="https://docs.limnoria.net/use/install.html">Install guide</a></li>
|
||
<li><a href="https://github.com/ProgVal/Limnoria/">Code repository</a></li>
|
||
<li><a href="./plugins.xhtml">Plugin overview</a></li>
|
||
</ul>
|
||
</nav>
|
||
</body>
|
||
</html>
|