1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<html>
<head>
<title>Ubottu</title>
<link rel="stylesheet" href="bot.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/png" />
</head>
<body>
<div class="home">
<h1>Ubugtu & Ubotu <img src="xchat.png" alt="Hi!" /></h1>
<p>
This is the home of the Ubottu bot which you can find in various
Ubuntu channels on the Freenode network. If you want him to join your
channel ask in #ubuntu-ops
</p>
<h1>Plugins</h1>
<p>
The home grown plugins used by these bots can be found in the bzr branch
located at <a href="https://code.edge.launchpad.net/ubuntu-bots/">Launchpad</a>
</p>
<p>
Bugs and feature requests can be filed at <a
href="http://bugs.launchpad.net/ubuntu-bots">launchpad.net</a>
</p>
<h1>Web interface</h1>
<p><a href="timezones.html">Timezones</a></p>
<!--- <p><a href="bans.cgi">The bantracker</a></p> --->
<p><a href="factoids.cgi">Factoid database</a></p>
<h1>Raw data</h1>
<p><a href="ubuntu.db">Ubuntu database</a></p>
<p>©2006-2007 Dennis Kaarsemaker</p>
</div>
</body>
</html>
|