diff --git a/Doc.md b/Doc.md index 487a1bf..3d88074 100644 --- a/Doc.md +++ b/Doc.md @@ -19,11 +19,6 @@ These docs are stored in the source tree, under revision control. You can brows ## Developer Wiki Pages * [UseCases](UseCases): the ways in which Tahoe should be useful - * [Security](Security): known security issues and workarounds - * [ShareEncoding](ShareEncoding), explaining how we turn a chunk into shares: Reed-Solomon, FEC, that stuff - * [PeerSelection](PeerSelection), explaining how a Tahoe node chooses which other nodes to use for uploading and downloading files (which raises some unsolved issues in balancing scalability, robustness, performance, and simplicity) - * [ChangingFilesWhileCopyingThem](ChangingFilesWhileCopyingThem) : what are the semantics of the "upload" action? the upload takes - non-zero time: what happens if the file is changed during that time? ## Obsolete Docs These docs are here in case someone wants to copy out the parts that are still relevant before deleting them.