Changes between Version 42 and Version 43 of Dev


Ignore:
Timestamp:
2007-10-21T21:09:26Z (17 years ago)
Author:
warner
Comment:

remove blank space between list entries, so that the 'Dev' page link is visible without scrolling

Legend:

Unmodified
Added
Removed
Modified
  • Dev

    v42 v43  
    66
    77 * Run {{{darcs get http://allmydata.org/source/tahoe/trunk tahoe}}} to grab a copy of the source code.
    8 
    98 * 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 
    119 * [wiki:Doc The Doc page] contains extensive documentation, which is very useful guide for hacking.
    1210
     
    1412
    1513 * [/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage.
    16 
    1714 * Tahoe hackers chat on irc.freenode.net.  For historical reasons, we tend to gather in channel #mnet.
    18 
    1915 * [source:CREDITS The CREDITS file] contains names people who have contributed to the Tahoe project.
    2016
     
    2218
    2319 * Tahoe has a programmatic API which enables building custom applications on top of the storage infrastructure.
    24 
    2520 * The [/trac/tahoe/browser/docs/webapi.txt webapi.txt] document shows how to control a Tahoe node programmatically.
    26 
    2721 * [wiki:Extensions The Extension Page] lists extension projects and extension development resources.
    2822
     
    3024
    3125 * The Buildbot page (linked at the top of each page) shows current build and test results.
    32 
    3326 * 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?".
    3728 * [/tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests.
    3829   * [/tahoe-figleaf Archived data] is also available.
    3930   * [/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.
    4031   * [/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 
    4232 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.
    4333
     
    4535
    4636 * [wiki:Performance The Performance page] has notes and graphs about performance measurements.
    47 
    4837 * [wiki:TestGrid The TestGrid page] contains usage statistics about the public test grid.
    4938
     
    5140
    5241 * [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.
    5344
    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.