From 57a4710402954b1655d1dfaacfbc13da31161c66 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 23 Jun 2010 00:07:34 +0000 Subject: [PATCH] "Tahoe" => "Tahoe-LAFS" [Imported from Trac: page Dev, version 88] --- Dev.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Dev.md b/Dev.md index ed57f4e..5ec8a88 100644 --- a/Dev.md +++ b/Dev.md @@ -1,14 +1,14 @@ # 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 User Doc page](Doc) ## 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. - * [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. ## Extensions @@ -23,12 +23,12 @@ Views into the process of Tahoe hackery. * [How to review patches](PatchReviewProcess) <-- You can help! * [How to Submit Patches](Patches) * [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 * [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) - * 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 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 tahoe`. * 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 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 [ResearchVenues](ResearchVenues) page](ResearchVenues) contains a list of conferences and other venues where Tahoe is a potential topic of interest. - * [TahoeVsDebianBuggyOpenSsl](TahoeVsDebianBuggyOpenSsl) for details about Tahoe's mild vulnerability to + * [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-LAFS's mild vulnerability to the recent (May 2008) Debian OpenSSL problems. * [Google Summer of Code Ideas](GSoCIdeas) \ No newline at end of file