#!/usr/bin/python import urllib, re print """Content-Type: text/html Conferences in Arithmetic Geometry

Conferences in Arithmetic Geometry

""" f = urllib.urlopen("http://scripts.mit.edu/~kedlaya/wiki/index.php?title=Conferences_in_Arithmetic_Geometry") str = f.read() matchObj = re.search('(.*)', str, re.DOTALL) str2 = matchObj.group(1) str3 = re.sub(' """