From 113a88482b3365fdd11e24f8ffc181d0a7208cd9 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 11 Jul 2007 21:35:58 +0000 Subject: [PATCH] add link to Doc and Packaging [Imported from Trac: page Dev, version 6] --- Dev.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Dev.md b/Dev.md index 994ef94..68ea122 100644 --- a/Dev.md +++ b/Dev.md @@ -2,7 +2,7 @@ Views into the process of Tahoe hackery. See also the [News](News) page for sources of news and information. - * the [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage + * The [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage. * The [buildbot](http://allmydata.org/buildbot/) page shows current build and test results. @@ -16,3 +16,6 @@ Views into the process of Tahoe hackery. See also the [News](News) page for sou * The [TestGrid](TestGrid) page contains usage statistics about the public test grid. + * The [Doc](Doc) page contains extensive documentation, which is very useful guide for hacking. + + * The [Packaging](Packaging) page shows our currently policy for how to re-use 3rd party libraries and how to distribute Tahoe to users.