ubuntu-bots/index.html

53 lines
1.7 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" />
<title>ubottu</title>
<link rel="stylesheet" href="bot.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/png" />
</head>
<body>
<div class="home">
<div id="about">
<h1>ubottu <img src="bot.png" alt="Hi!" /></h1>
<p>
This is the home of the ubottu bot which you can find in various
Ubuntu channels on the <a href="https://libera.chat/">Libera</a> network.
If you want her to join your Ubuntu channel, ask in
<a href="ircs://irc.libera.chat/ubuntu-irc">#ubuntu-irc</a>
</p>
</div>
<div id="plugins">
<h2>Plugins</h2>
<p>
The bot is powered by <a href="https://limnoria.net/">Limnoria</a>,
and the homegrown plugins used by it can be found at
<a href="https://launchpad.net/ubuntu-bots">Launchpad</a>,
where also bug reports and feature requests can be filed.
</p>
</div>
<div id="web">
<h2>Web interface</h2>
<p>
<a href="factoids.cgi">Factoid database</a>
</p>
</div>
<div id="raw">
<h2>Raw data</h2>
<p>
<a href="ubuntu.db">Ubuntu database</a>
</p>
</div>
<div id="footer" class="footer">
<p>
&copy;2020 Krytarik Raido<br/>
&copy;2015-2019 Benjamin Rubin<br/>
&copy;2008-2015 Terence Simpson<br />
&copy;2006-2007 Dennis Kaarsemaker
</p>
</div>
</div>
</body>
</html>