mirror of
https://github.com/Limnoria/limnoria.net.git
synced 2025-04-04 14:29:44 +00:00
66 lines
2.8 KiB
HTML
66 lines
2.8 KiB
HTML
<!DOCTYPE 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 multipurpose Python IRC bot, designed for flexibility and robustness,
|
|
while being easy to install, set up, and maintain.
|
|
</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 60 builtin <a href="./plugins.xhtml">plugins</a> providing around 400 actual commands.
|
|
</p>
|
|
|
|
<p>
|
|
There are also dozens of third-party <a href="./plugins.xhtml">plugins</a>
|
|
written by dozens of independent developers,
|
|
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://irc.libera.chat:6697/#limnoria">#limnoria on Libera.Chat</a>.
|
|
|
|
You can also find help in French on <a href="ircs://irc.libera.chat:6697/#limnoria-fr">#limnoria-fr on Libera.Chat</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> (<a href="https://git.tf/Limnoria/Limnoria">mirror</a>)</li>
|
|
<li><a href="https://github.com/progval/Limnoria/issues">Bug tracker</a></li>
|
|
<li><a href="./plugins.xhtml">Plugin overview</a></li>
|
|
<li><a href="https://github.com/progval/Limnoria/wiki/CoC">Code of Conduct</a></li>
|
|
</ul>
|
|
</nav>
|
|
</body>
|
|
</html>
|