From 63b24152a710b0472ab8b57744501e30e2cab2ea Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx <zooko@zooko.com> Date: Mon, 8 Oct 2012 11:43:50 -0600 Subject: [PATCH] link from the tahoe-lafs-dep-eggs/README.html to the relevant wiki pages --- misc/build_helpers/gen-package-table.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/build_helpers/gen-package-table.py b/misc/build_helpers/gen-package-table.py index e0c50b3f..b2171ff3 100644 --- a/misc/build_helpers/gen-package-table.py +++ b/misc/build_helpers/gen-package-table.py @@ -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)): -- 2.45.2