Changes between Version 87 and Version 88 of Dev
- Timestamp:
- 2010-06-23T00:07:34Z (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v87 v88 1 1 = Dev = 2 2 3 Views into the process of Tahoe hackery.3 Views into the process of Tahoe-LAFS hackery. 4 4 * The Roadmap page (linked at the top of each page) shows the next planned release and what improvements and bugfixes we are working on. 5 5 * [wiki:Doc The User Doc page] … … 7 7 == Community == 8 8 9 * [/../../cgi-bin/mailman/listinfo/tahoe-dev The 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-LAFS design, implementation, and usage. 10 10 * Tahoe hackers chat on [irc://irc.freenode.net/%23tahoe irc.freenode.net in channel #tahoe-lafs]. 11 * [source:CREDITS The CREDITS file] contains names people who have contributed to the Tahoe project.11 * [source:CREDITS The CREDITS file] contains names people who have contributed to the Tahoe-LAFS project. 12 12 * [wiki:RelatedProjects The RelatedProjects page] has extensions to Tahoe-LAFS and integrations of Tahoe-LAFS with other open source software. 13 13 … … 24 24 * [wiki:Patches How to Submit Patches] 25 25 * [wiki:CodingStandards] 26 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe to users.26 * [wiki:Packaging The Packaging page] shows our currently policy for how to re-use 3rd-party libraries and how to distribute Tahoe-LAFS to users. 27 27 28 28 == Tools == 29 29 * [http://tahoe-lafs.org/cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream tahoe-lafs-trac-stream] mailing list is the way to receive lots of emails from trac 30 30 * [wiki:ViewTickets] 31 * Sources for Tahoe and its side-projects are browsable via the "Browse Source" button at the top of each [http://allmydata.org/trac project site]31 * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [http://allmydata.org/trac project site] 32 32 * To fetch the source code using [http://darcs.net darcs v2]: {{{darcs get --lazy http://allmydata.org/source/tahoe-lafs/trunk tahoe-lafs}}} 33 33 * {{{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}}}. … … 49 49 * [wiki:Bibliography The Bibliography page] contains links to scientific papers of interest. 50 50 * [wiki:RelatedProjects The RelatedProjects page] contains links to a few other decentralized storage projects that you might be interested in. 51 * [wiki:ResearchVenues The ResearchVenues page] contains a list of conferences and other venues where Tahoe is a potential topic of interest.52 * TahoeVsDebianBuggyOpenSsl for details about Tahoe 's mild vulnerability to51 * [wiki:ResearchVenues The ResearchVenues page] contains a list of conferences and other venues where Tahoe-LAFS is a potential topic of interest. 52 * TahoeVsDebianBuggyOpenSsl for details about Tahoe-LAFS's mild vulnerability to 53 53 the recent (May 2008) Debian OpenSSL problems. 54 54 * [wiki:GSoCIdeas Google Summer of Code Ideas]