diff -Nur pygopherd/pygopherd/handlers/url.py pygopherd-calcforge/pygopherd/handlers/url.py --- pygopherd/pygopherd/handlers/url.py 2005-09-22 13:00:20.000000000 +0000 +++ pygopherd-calcforge/pygopherd/handlers/url.py 2010-01-28 01:45:11.000000000 +0000 @@ -59,12 +59,12 @@ if self.selector[0] == '/': url = self.selector[5:] outdoc = "\n" - outdoc += '' % url + outdoc += '' % url outdoc += "\n" outdoc += """ You are following a link from gopher to a website. You will be automatically taken to the web site shortly. If you do not get - sent there, plesae click """ + sent there, please click """ outdoc += 'here ' % url outdoc += """to go to the web site.

diff -Nur pygopherd/pygopherd/protocols/http.py pygopherd-calcforge/pygopherd/protocols/http.py --- pygopherd/pygopherd/protocols/http.py 2005-09-22 13:00:21.000000000 +0000 +++ pygopherd-calcforge/pygopherd/protocols/http.py 2010-01-28 02:11:39.000000000 +0000 @@ -161,7 +161,7 @@ def renderdirstart(self, entry): retstr ='' - retstr += "\nGopher" + retstr += "\n<HTML><HEAD><TITLE>CalcForge" if self.entry.getname(): retstr += ": " + cgi.escape(self.entry.getname()) retstr += "" @@ -171,7 +171,7 @@ self.server.server_port), self.config.get("protocols.http.HTTPProtocol", "pagetopper")) - retstr += "

Gopher" + retstr += "

CalcForge" if self.entry.getname(): retstr += ": " + cgi.escape(self.entry.getname()) retstr += '

' diff -Nur pygopherd/pygopherd/protocols/wap.py pygopherd-calcforge/pygopherd/protocols/wap.py --- pygopherd/pygopherd/protocols/wap.py 2005-09-22 13:00:21.000000000 +0000 +++ pygopherd-calcforge/pygopherd/protocols/wap.py 2010-01-28 03:44:27.000000000 +0000 @@ -113,7 +113,7 @@ self.accesskeyidx = 0 self.postfieldidx = 0 retval = wmlheader - title = 'Gopher' + title = 'CalcForge' if self.entry.getname(): title = cgi.escape(self.entry.getname()) retval += '' % \