Changes between Version 42 and Version 43 of Dev
- Timestamp:
- 2007-10-21T21:09:26Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v42 v43 6 6 7 7 * Run {{{darcs get http://allmydata.org/source/tahoe/trunk tahoe}}} to grab a copy of the source code. 8 9 8 * The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on. 10 11 9 * [wiki:Doc The Doc page] contains extensive documentation, which is very useful guide for hacking. 12 10 … … 14 12 15 13 * [/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. 16 17 14 * Tahoe hackers chat on irc.freenode.net. For historical reasons, we tend to gather in channel #mnet. 18 19 15 * [source:CREDITS The CREDITS file] contains names people who have contributed to the Tahoe project. 20 16 … … 22 18 23 19 * Tahoe has a programmatic API which enables building custom applications on top of the storage infrastructure. 24 25 20 * The [/trac/tahoe/browser/docs/webapi.txt webapi.txt] document shows how to control a Tahoe node programmatically. 26 27 21 * [wiki:Extensions The Extension Page] lists extension projects and extension development resources. 28 22 … … 30 24 31 25 * The Buildbot page (linked at the top of each page) shows current build and test results. 32 33 26 * 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). 34 35 * [http://allmydata.org/darcs.cgi/tahoe/?c=browse The darcs patch browser] allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". 36 27 * [http://allmydata.org/darcs.cgi/tahoe/?c=browse The darcs patch browser] allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?". 37 28 * [/tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests. 38 29 * [/tahoe-figleaf Archived data] is also available. 39 30 * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf.html This graph] shows how code coverage has changed over time, measuring what percentage of the [source:src/allmydata allmydata] codebase is covered. 40 31 * [/tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This one] measures the number of lines that are '''not''' covered, which gives better resolution than the percentage-wise graph. 41 42 32 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. 43 33 … … 45 35 46 36 * [wiki:Performance The Performance page] has notes and graphs about performance measurements. 47 48 37 * [wiki:TestGrid The TestGrid page] contains usage statistics about the public test grid. 49 38 … … 51 40 52 41 * [wiki:News The News page] for sources of news and information. 42 * [wiki:Bibliography The Bibliography page] contains links to scientific papers of interest. 43 * [wiki:RelatedProjects The RelatedProjects page] contains links to a few other decentralized storage projects that you might be interested in. 53 44 54 * [wiki:Bibliography The Bibliography page] contains links to scientific papers of interest.55 56 * [wiki:RelatedProjects The RelatedProjects page] contains links to a few other decentralized storage projects that you might be interested in.