From a0d3f0ec72b2a423be01e3888f7c532b1719c85b Mon Sep 17 00:00:00 2001 From: zooko <> Date: Sun, 23 Sep 2007 15:47:15 +0000 Subject: [PATCH] reorganize Dev a bit [Imported from Trac: page Dev, version 34] --- Dev.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dev.md b/Dev.md index 87f9610..ec7ccba 100644 --- a/Dev.md +++ b/Dev.md @@ -8,16 +8,16 @@ Views into the process of Tahoe hackery. * [/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. + * The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on. + * The Buildbot page (linked at the top of each page) shows current build and test results. + * The Timeline (linked at the top of each page) shows changes to the source code, the issue tickets, and the wiki (i.e. this web site). + * [The Doc page](Doc) contains extensive documentation, which is very useful guide for hacking. See especially the **webapi.txt** document, which shows how to control a Tahoe node programmatically. - * [The outstanding tickets](http://allmydata.org/trac/tahoe/query?status=new&status=assigned&status=reopened&groupdesc=1&group=component&milestone=0.6.0&order=priority) for the v0.6 release. - ## More Good Stuff For Hackers - * The Timeline (linked at the top of each page) has extensive details about changes to the source code, the issue tickets, and the wiki (i.e. this web site). - * [The darcs patch browser](http://allmydata.org/darcs.cgi/tahoe/?c=browse) allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". * [/tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests.