]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - misc/build_helpers/gen-package-table.py
link from the tahoe-lafs-dep-eggs/README.html to the relevant wiki pages
[tahoe-lafs/tahoe-lafs.git] / misc / build_helpers / gen-package-table.py
index e0c50b3f303e6d8181c58abc503b135926d2d97d..b2171ff3486cf8dbfaf899408b555ff6b4b34111 100644 (file)
@@ -73,6 +73,8 @@ print '  <meta http-equiv="Content-Type" content="text/html;charset=us-ascii">'
 print '  <title>Software packages that Tahoe-LAFS depends on</title>'
 print '</head>'
 print '<body>'
+print '<h2>What is this?</h2>'
+print '<p>See <a href="https://tahoe-lafs.org/trac/tahoe-lafs/browser/docs/quickstart.rst">quickstart.rst</a>, <a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/Installation">wiki:Installation</a>, and <a href="https://tahoe-lafs.org/trac/tahoe-lafs/wiki/CompileError">wiki:CompileError</a>.'
 print '<h2>Software packages that Tahoe-LAFS depends on</h2>'
 print
 for pyver in reversed(sorted(python_versions)):