switch to Git; update build files and feed links; update copyright year

This commit is contained in:
Mark Pilgrim
2011-05-18 20:31:03 -04:00
parent 8da551bda9
commit 85be3148de
28 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -55,5 +55,5 @@ with open(output_file, 'w', encoding="utf-8") as _out, open(input_file, encoding
else:
_out.write(g)
if g.lower() == '<!doctype html>':
_out.write('\n<!-- readable source @ http://hg.diveintopython3.org/hgweb.cgi/file/tip/{0} -->\n'.format(os.path.basename(input_file)))
_out.write('\n<!-- readable source @ https://github.com/diveintomark/diveintopython3/blob/master/{0} -->\n'.format(os.path.basename(input_file)))