Changes between Version 107 and Version 108 of Dev
- Timestamp:
- 2011-11-17T01:03:44Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Dev
v107 v108 8 8 9 9 * Darcs checkout: 10 {{{darcs get --lazy http ://tahoe-lafs.org/source/tahoe-lafs/trunk tahoe-lafs}}}11 * [https://github.com/warner/tahoe-lafs git checkout] (EXPERIMENTAL!) announced [ http://tahoe-lafs.org/pipermail/tahoe-dev/2010-October/005408.html here]:10 {{{darcs get --lazy https://tahoe-lafs.org/source/tahoe-lafs/trunk tahoe-lafs}}} 11 * [https://github.com/warner/tahoe-lafs git checkout] (EXPERIMENTAL!) announced [//pipermail/tahoe-dev/2010-October/005408.html here]: 12 12 {{{git clone git://github.com/warner/tahoe-lafs.git}}} 13 13 … … 32 32 33 33 === Presentations / Papers === 34 * [ http://tahoe-lafs.org/trac/tahoe-lafs/attachment/wiki/News/tahoe-RSA-slides.pdf] presented at RSA 201035 * [ http://tahoe-lafs.org/~zooko/lafs.pdf Tahoe – The Least-Authority Filesystem] presented at [http://storagess.org/2008 Storage Security and Survivability '08]36 * [ http://tahoe-lafs.org/~warner/pycon-tahoe.html Tahoe: A Secure Distributed Filesystem] presented at34 * [//trac/tahoe-lafs/attachment/wiki/News/tahoe-RSA-slides.pdf] presented at RSA 2010 35 * [//~zooko/lafs.pdf Tahoe – The Least-Authority Filesystem] presented at [http://storagess.org/2008 Storage Security and Survivability '08] 36 * [//~warner/pycon-tahoe.html Tahoe: A Secure Distributed Filesystem] presented at 37 37 [http://us.pycon.org/2008/about/ PyCon2008], 38 38 providing an overview of the Tahoe-LAFS design, and the 39 [ http://tahoe-lafs.org/~warner/pycon-tahoe-slides.zip slides] (.zip) that39 [//~warner/pycon-tahoe-slides.zip slides] (.zip) that 40 40 were used for the presentation 41 41 * [http://www.cs.utk.edu/~plank/plank/papers/FAST-2009.html A Performance Evaluation and Examination of Open-Source Erasure Coding Libraries For Storage] to be presented at [http://www.usenix.org/events/fast09 FAST-2009: 7th USENIX Conference on File and Storage Technologies] … … 56 56 57 57 == Tools == 58 * [ 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 trac58 * [//cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream tahoe-lafs-trac-stream] mailing list is the way to receive lots of emails from trac 59 59 * [wiki:ViewTickets] 60 * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [ http://tahoe-lafs.org/trac project site]60 * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [//trac project site] 61 61 * there is an experimental git mirror of the darcs repository (not necessarily up-to-date) [http://github.com/warner/tahoe-lafs on github]. 62 * http://tahoe-lafs.org/source/tahoe/tarballs/contains snapshots of current source code.62 * [//source/tahoe-lafs/tarballs/ https://source/tahoe-lafs/tarballs] contains snapshots of current source code. 63 63 * The Buildbot page (linked at the top of each page) shows current build and test results. See the BuildbotPolicy page and [wiki:HowtoContributeABuildbot] page. 64 64 * 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). … … 69 69 == Dependencies == 70 70 71 * Copies of libraries that Tahoe-LAFS is dependent on are at [ http://tahoe-lafs.org/source/tahoe-lafs/deps/].72 * The [ http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-eggs tahoe-dep-eggs] subdirectory has precompiled "egg" packages (scroll to the bottom for a matrix of platforms and Python versions for each package).71 * Copies of libraries that Tahoe-LAFS is dependent on are at [//source/tahoe-lafs/deps/]. 72 * The [//source/tahoe-lafs/deps/tahoe-dep-eggs tahoe-dep-eggs] subdirectory has precompiled "egg" packages (scroll to the bottom for a matrix of platforms and Python versions for each package). 73 73 74 74