Changes between Version 80 and Version 81 of Dev
- Timestamp:
- 2010-01-09T20:19:33Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v80 v81 4 4 * The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on. 5 5 * [wiki:Doc The User Doc page] 6 7 == Developer Docs ==8 * [source:docs/ the docs/ directory] <-- most core doc is in the source tree here9 * [wiki:Capabilities]: help to clear up confusion about readcaps and writecaps and verifycaps, etc10 * [wiki:PatchReviewProcess How to review patches] <-- You can help!11 6 12 7 == Community == … … 24 19 * [wiki:Extensions The Extension Page] lists extension projects and extension development resources. 25 20 26 == Source Code == 21 == Developer Docs == 22 * [source:docs/ the docs/ directory] <-- most core doc is in the source tree here 23 * [wiki:Capabilities]: help to clear up confusion about readcaps and writecaps and verifycaps, etc 24 * [wiki:PatchReviewProcess How to review patches] <-- You can help! 25 * [wiki:Patches How to Submit Patches] 26 * [wiki:CodingStandards] 27 * [wiki:ViewTickets] 27 28 * Sources for Tahoe and its side-projects are browsable via the "Browse Source" button at the top of each [http://allmydata.org/trac project site] 28 29 * To fetch the source code using [http://darcs.net darcs v2]: {{{darcs get --lazy http://allmydata.org/source/tahoe/trunk-hashedformat tahoe}}} … … 35 36 * [/../../tahoe-figleaf-graph/hanford.allmydata.com-tahoe_figleaf2.html This graph] measures the number of lines that are '''not''' covered. 36 37 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. 37 * [wiki:Patches How to Submit Patches]38 * [wiki:CodingStandards]39 * [wiki:ViewTickets]40 38 41 39 == Metrics ==