"Tahoe" => "Tahoe-LAFS"

[Imported from Trac: page Dev, version 88]
zooko 2010-06-23 00:07:34 +00:00
parent a8702b6863
commit 57a4710402

14
Dev.md

@ -1,14 +1,14 @@
# Dev # Dev
Views into the process of Tahoe hackery. 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 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](Doc) * [The User Doc page](Doc)
## Community ## Community
* [/../../cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. * [/../../cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe-LAFS design, implementation, and usage.
* Tahoe hackers chat on [irc.freenode.net in channel #tahoe-lafs]irc://irc.freenode.net/%23tahoe. * Tahoe hackers chat on [irc.freenode.net in channel #tahoe-lafs]irc://irc.freenode.net/%23tahoe.
* [The CREDITS file]source:CREDITS contains names people who have contributed to the Tahoe project. * [The CREDITS file]source:CREDITS contains names people who have contributed to the Tahoe-LAFS project.
* [The [RelatedProjects](RelatedProjects) page](RelatedProjects) has extensions to Tahoe-LAFS and integrations of Tahoe-LAFS with other open source software. * [The [RelatedProjects](RelatedProjects) page](RelatedProjects) has extensions to Tahoe-LAFS and integrations of Tahoe-LAFS with other open source software.
## Extensions ## Extensions
@ -23,12 +23,12 @@ Views into the process of Tahoe hackery.
* [How to review patches](PatchReviewProcess) <-- You can help! * [How to review patches](PatchReviewProcess) <-- You can help!
* [How to Submit Patches](Patches) * [How to Submit Patches](Patches)
* [CodingStandards](CodingStandards) * [CodingStandards](CodingStandards)
* [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users. * [The Packaging page](Packaging) shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe-LAFS to users.
## Tools ## Tools
* [tahoe-lafs-trac-stream](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream) mailing list is the way to receive lots of emails from trac * [tahoe-lafs-trac-stream](http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream) mailing list is the way to receive lots of emails from trac
* [ViewTickets](ViewTickets) * [ViewTickets](ViewTickets)
* Sources for Tahoe and its side-projects are browsable via the "Browse Source" button at the top of each [project site](http://allmydata.org/trac) * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [project site](http://allmydata.org/trac)
* To fetch the source code using [darcs v2](http://darcs.net): `darcs get --lazy <http://allmydata.org/source/tahoe-lafs/trunk> tahoe-lafs` * To fetch the source code using [darcs v2](http://darcs.net): `darcs get --lazy <http://allmydata.org/source/tahoe-lafs/trunk> tahoe-lafs`
* `darcs v2` is highly recommended over `darcs v1`. If you really don't want to install `darcs v2`, then you can use `darcs v1` instead, but you'll have to run a slightly different command-line and be prepared to wait for tens of minutes for the initial `get` to finish. The command-line for `darcs v1` is: `darcs get <http://allmydata.org/source/tahoe/trunk-darcs1format> tahoe`. * `darcs v2` is highly recommended over `darcs v1`. If you really don't want to install `darcs v2`, then you can use `darcs v1` instead, but you'll have to run a slightly different command-line and be prepared to wait for tens of minutes for the initial `get` to finish. The command-line for `darcs v1` is: `darcs get <http://allmydata.org/source/tahoe/trunk-darcs1format> tahoe`.
* <http://allmydata.org/source/tahoe/tarballs/> contains snapshots of current source code. * <http://allmydata.org/source/tahoe/tarballs/> contains snapshots of current source code.
@ -48,7 +48,7 @@ Views into the process of Tahoe hackery.
* [The News page](News) for sources of news and information. * [The News page](News) for sources of news and information.
* [The Bibliography page](Bibliography) contains links to scientific papers of interest. * [The Bibliography page](Bibliography) contains links to scientific papers of interest.
* [The [RelatedProjects](RelatedProjects) page](RelatedProjects) contains links to a few other decentralized storage projects that you might be interested in. * [The [RelatedProjects](RelatedProjects) page](RelatedProjects) contains links to a few other decentralized storage projects that you might be interested in.
* [The [ResearchVenues](ResearchVenues) page](ResearchVenues) contains a list of conferences and other venues where Tahoe is a potential topic of interest. * [The [ResearchVenues](ResearchVenues) page](ResearchVenues) contains a list of conferences and other venues where Tahoe-LAFS is a potential topic of interest.
* [TahoeVsDebianBuggyOpenSsl](TahoeVsDebianBuggyOpenSsl) for details about Tahoe's mild vulnerability to * [TahoeVsDebianBuggyOpenSsl](TahoeVsDebianBuggyOpenSsl) for details about Tahoe-LAFS's mild vulnerability to
the recent (May 2008) Debian OpenSSL problems. the recent (May 2008) Debian OpenSSL problems.
* [Google Summer of Code Ideas](GSoCIdeas) * [Google Summer of Code Ideas](GSoCIdeas)