reorganize Dev a bit

[Imported from Trac: page Dev, version 34]
zooko 2007-09-23 15:47:15 +00:00
parent ed946f7dc9
commit a0d3f0ec72

8
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.