I was wondering if anyone could tell me how to save a html page to a website's filemanager
labeled as .html so that it would be searchable.
Like a wiki.
for example:
print "<html>"
print "<title>python</title>"
print "<body>"
print """<h1> I would Like to save this page as http://www.mysite.com/python.html</h1>"""
print "</body"
print "</html>"