From 7121fa6a62a22aeefed0f19b8012e23faf2f71f2 Mon Sep 17 00:00:00 2001 From: Dennis Kaarsemaker Date: Fri, 8 Jun 2007 20:51:18 +0200 Subject: [PATCH] Update index.html --- Encyclopedia/factoids.cgi | 2 +- index.html | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Encyclopedia/factoids.cgi b/Encyclopedia/factoids.cgi index ae718d0..863628a 100755 --- a/Encyclopedia/factoids.cgi +++ b/Encyclopedia/factoids.cgi @@ -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 (" diff --git a/index.html b/index.html index f77c2dd..51a3563 100644 --- a/index.html +++ b/index.html @@ -8,15 +8,15 @@

Ubugtu & Ubotu Hi!

- 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

Plugins

The home grown plugins used by these bots can be found in the bzr branch located at http://bots.ubuntulinux.nl/code/ + href="http://blackbird.kaarsemaker.net/code/ubotu/">http://blackbird.kaarsemaker.net/code/ubotu

Bugs and feature requests can be filed at Ubuntu database

gNewSense database

A collection of larts

-

©2006 Dennis Kaarsemaker

+

©2006-2007 Dennis Kaarsemaker