wiki:Dev

Version 102 (modified by zooko, at 2011-07-13T19:01:31Z) (diff)

name coding standards

Dev

Views into the process of Tahoe-LAFS hackery.

  • 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 User Doc page

Source Code (via revision control)

Community

Extensions

  • Tahoe-LAFS has a programmatic API which enables building custom applications on top of the storage infrastructure.
  • The docs/frontends/webapi.rst document shows how to control a Tahoe-LAFS node programmatically over HTTP.
  • The Extension Page has some additional tips on how to use the web-API.

Developer Docs

Tools

  • ViewTickets
  • Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each project site
  • To fetch the source code using darcs (version 2.0 or newer): darcs get --lazy http://tahoe-lafs.org/source/tahoe-lafs/trunk tahoe-lafs
  • there is an experimental git mirror of the darcs repository (not necessarily up-to-date) on github.
  • http://tahoe-lafs.org/source/tahoe/tarballs/ contains snapshots of current source code.
  • The Buildbot page (linked at the top of each page) shows current build and test results. See the BuildbotPolicy page and HowtoContributeABuildbot page.
  • 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 code coverage statistics show which lines of code get exercised by the unit tests.

Metrics

See Also