Changes between Version 17 and Version 18 of Dev


Ignore:
Timestamp:
2007-07-18T22:41:03Z (17 years ago)
Author:
zooko
Comment:

layout, formatting, more links, etc.

Legend:

Unmodified
Added
Removed
Modified
  • Dev

    v17 v18  
    33Views into the process of Tahoe hackery.
    44
     5== The Most Important Parts ==
     6
    57 * Run {{{darcs get http://allmydata.org/source/tahoe/trunk tahoe}}} to grab a copy of the source code.
    68
    7  * The [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage.
     9 * [/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage.
    810
    9  * The page (linked at the top of each page) shows current build and test results.
     11 * The Buildbot page (linked at the top of each page) shows current build and test results.
    1012
    11  * The [wiki:Doc Doc] page contains extensive documentation, which is very useful guide for hacking.
     13 * [wiki:Doc The Doc page] contains extensive documentation, which is very useful guide for hacking.
     14
     15 * [http://allmydata.org/trac/tahoe/query?status=new&status=assigned&status=reopened&groupdesc=1&group=priority&component=code&milestone=0.5.0&order=priority The tickets] to be fixed for the v0.5 release.
     16
     17== More Good Stuff For Hackers ==
    1218 
    1319 * 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).
    1420
    15  * The [http://allmydata.org/darcs.cgi/tahoe/?c=browse darcs patch browser] allows you to answer questions like "Which lines did this patch change?" and "Which patches changed this line?".
     21 * [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?".
    1622
    17  * The [/tahoe-figleaf/current code coverage statistics] show which lines of code get exercised by the unit tests.
     23 * [/tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests.
    1824   * [/tahoe-figleaf Archived data] is also available.
    1925   * [/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.
     
    2228 * The TestGrid page contains usage statistics about the public test grid.
    2329
    24  * The [wiki:Packaging Packaging] page shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.
     30 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.
    2531
    2632= See Also =
    2733
    28  * The [wiki:News News] page for sources of news and information.
     34 * [wiki:News The News page] for sources of news and information.
    2935
    30  * [http://allmydata.org/trac/tahoe/query?status=new&status=assigned&status=reopened&groupdesc=1&group=priority&component=code&milestone=0.5.0&order=priority tickets] to be fixed by the next release
     36 * [wiki:Bibliography The Bibliography page] contains links to scientific papers of interest.
    3137
    32  * The [wiki:Bibliography Bibliography] page contains links to scientific papers of interest.
    33 
    34  * The RelatedProjects page contains links to a few other decentralized storage projects that you might be interested in.
     38 * [wiki:RelatedProjects The RelatedProjects page] contains links to a few other decentralized storage projects that you might be interested in.