Update index.html

This commit is contained in:
Dennis Kaarsemaker 2007-06-08 20:51:18 +02:00
parent d218ddad74
commit 7121fa6a62
2 changed files with 5 additions and 5 deletions

View File

@ -51,7 +51,7 @@ if 'search' in form:
# Select factoids
if search:
keys = [urllib2.unquote(x.strip()) for x in search.split() if len(x.strip()) >2][:5]
keys = [urllib2.unquote(x.strip()) for x in search.split() if len(x.strip()) >=2][:5]
if not keys:
keys = ['']
query1 = "SELECT name, value, author, added, popularity FROM facts WHERE name NOT LIKE '%-also' AND ("

View File

@ -8,15 +8,15 @@
<div class="home">
<h1>Ubugtu &amp; Ubotu <img src="xchat.png" alt="Hi!" /></h1>
<p>
This is the home of the Ubugtu and Ubotu bots you can find in various
Ubuntu channels on the Freenode network. If you want them to join your
This is the home of the and Ubotu bot which you can find in various
Ubuntu channels on the Freenode network. If you want him to join your
channel: /msg Seveas
</p>
<h1>Plugins</h1>
<p>
The home grown plugins used by these bots can be found in the bzr branch
located at <a
href="http://bots.ubuntulinux.nl/code/">http://bots.ubuntulinux.nl/code/</a>
href="http://blackbird.kaarsemaker.net/code/ubotu/">http://blackbird.kaarsemaker.net/code/ubotu</a>
</p>
<p>
Bugs and feature requests can be filed at <a
@ -30,7 +30,7 @@
<p><a href="ubuntu.db">Ubuntu database</a></p>
<p><a href="gnewsense.db">gNewSense database</a></p>
<p><a href="Lart.flat.db">A collection of larts</a></p>
<p>&copy;2006 Dennis Kaarsemaker</p>
<p>&copy;2006-2007 Dennis Kaarsemaker</p>
</div>
</body>
</html>