Link to wiki documentation

master
Colin Watson 11 years ago committed by Martin Pitt
parent 39fb743f3b
commit b874ff151d

@ -379,6 +379,7 @@ def write_excuses(excuselist, dest_file, output_format="yaml"):
f.write("<html><head><title>excuses...</title>")
f.write("<meta http-equiv=\"Content-Type\" content=\"text/html;charset=utf-8\"></head><body>\n")
f.write("<p>Generated: " + time.strftime("%Y.%m.%d %H:%M:%S %z", time.gmtime(time.time())) + "</p>\n")
f.write("<p>See the <a href=\"https://wiki.ubuntu.com/ProposedMigration\">documentation</a> for help interpreting this page.</p>\n")
f.write("<ul>\n")
for e in excuselist:
f.write("<li>%s" % e.html())

Loading…
Cancel
Save