server-relative urls (so they are https and not http)

[Imported from Trac: page Dev, version 108]
zooko 2011-11-17 01:03:44 +00:00
parent 5b5c34cdad
commit c53ad6b0c8

22
Dev.md

@ -7,8 +7,8 @@ Views into the process of Tahoe-LAFS hackery.
## Source Code (via revision control) ## Source Code (via revision control)
* Darcs checkout: * Darcs checkout:
`darcs get --lazy <http://tahoe-lafs.org/source/tahoe-lafs/trunk> tahoe-lafs` `darcs get --lazy <https://tahoe-lafs.org/source/tahoe-lafs/trunk> tahoe-lafs`
* [git checkout](https://github.com/warner/tahoe-lafs) (EXPERIMENTAL!) announced [here](http://tahoe-lafs.org/pipermail/tahoe-dev/2010-October/005408.html): * [git checkout](https://github.com/warner/tahoe-lafs) (EXPERIMENTAL!) announced [//pipermail/tahoe-dev/2010-October/005408.html here]:
`git clone git://github.com/warner/tahoe-lafs.git` `git clone git://github.com/warner/tahoe-lafs.git`
## Community ## Community
@ -31,12 +31,12 @@ Views into the process of Tahoe-LAFS hackery.
* after that, look at the "Presentations / Papers", below, or at the "architecture.rst" file in the docs/ directory. * after that, look at the "Presentations / Papers", below, or at the "architecture.rst" file in the docs/ directory.
### Presentations / Papers ### Presentations / Papers
* <http://tahoe-lafs.org/trac/tahoe-lafs/attachment/wiki/News/tahoe-RSA-slides.pdf> presented at RSA 2010 * [//trac/tahoe-lafs/attachment/wiki/News/tahoe-RSA-slides.pdf] presented at RSA 2010
* [Tahoe The Least-Authority Filesystem](http://tahoe-lafs.org/~zooko/lafs.pdf) presented at [Storage Security and Survivability '08](http://storagess.org/2008) * [//~zooko/lafs.pdf Tahoe The Least-Authority Filesystem] presented at [Storage Security and Survivability '08](http://storagess.org/2008)
* [Tahoe: A Secure Distributed Filesystem](http://tahoe-lafs.org/~warner/pycon-tahoe.html) presented at * [//~warner/pycon-tahoe.html Tahoe: A Secure Distributed Filesystem] presented at
[PyCon2008](http://us.pycon.org/2008/about/), [PyCon2008](http://us.pycon.org/2008/about/),
providing an overview of the Tahoe-LAFS design, and the providing an overview of the Tahoe-LAFS design, and the
[slides](http://tahoe-lafs.org/~warner/pycon-tahoe-slides.zip) (.zip) that [//~warner/pycon-tahoe-slides.zip slides] (.zip) that
were used for the presentation were used for the presentation
* [A Performance Evaluation and Examination of Open-Source Erasure Coding Libraries For Storage](http://www.cs.utk.edu/~plank/plank/papers/FAST-2009.html) to be presented at [FAST-2009: 7th USENIX Conference on File and Storage Technologies](http://www.usenix.org/events/fast09) * [A Performance Evaluation and Examination of Open-Source Erasure Coding Libraries For Storage](http://www.cs.utk.edu/~plank/plank/papers/FAST-2009.html) to be presented at [FAST-2009: 7th USENIX Conference on File and Storage Technologies](http://www.usenix.org/events/fast09)
@ -55,11 +55,11 @@ Views into the process of Tahoe-LAFS hackery.
* [The Packaging page](Packaging) shows our current policy for how to re-use 3rd-party libraries and how to distribute Tahoe-LAFS to users. * [The Packaging page](Packaging) shows our current 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 * [//cgi-bin/mailman/listinfo/tahoe-lafs-trac-stream tahoe-lafs-trac-stream] mailing list is the way to receive lots of emails from trac
* [ViewTickets](ViewTickets) * [ViewTickets](ViewTickets)
* Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [project site](http://tahoe-lafs.org/trac) * Sources for Tahoe-LAFS and its side-projects are browsable via the "Browse Source" button at the top of each [//trac project site]
* there is an experimental git mirror of the darcs repository (not necessarily up-to-date) [on github](http://github.com/warner/tahoe-lafs). * there is an experimental git mirror of the darcs repository (not necessarily up-to-date) [on github](http://github.com/warner/tahoe-lafs).
* <http://tahoe-lafs.org/source/tahoe/tarballs/> contains snapshots of current source code. * [//source/tahoe-lafs/tarballs/ <https://source/tahoe-lafs/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](BuildbotPolicy) page and [HowtoContributeABuildbot](HowtoContributeABuildbot) page. * The Buildbot page (linked at the top of each page) shows current build and test results. See the [BuildbotPolicy](BuildbotPolicy) page and [HowtoContributeABuildbot](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 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).
* [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests. * [/../../tahoe-figleaf/current The code coverage statistics] show which lines of code get exercised by the unit tests.
@ -68,8 +68,8 @@ Views into the process of Tahoe-LAFS hackery.
## Dependencies ## Dependencies
* Copies of libraries that Tahoe-LAFS is dependent on are at <http://tahoe-lafs.org/source/tahoe-lafs/deps/>. * Copies of libraries that Tahoe-LAFS is dependent on are at [//source/tahoe-lafs/deps/].
* The [tahoe-dep-eggs](http://tahoe-lafs.org/source/tahoe-lafs/deps/tahoe-dep-eggs) subdirectory has precompiled "egg" packages (scroll to the bottom for a matrix of platforms and Python versions for each package). * 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).
## Metrics ## Metrics