Changes between Version 115 and Version 116 of WikiStart
- Timestamp:
- 2008-01-05T00:15:45Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v115 v116 1 1 = Welcome to Allmydata "Tahoe" = 2 The Allmydata "Tahoe" project is a secure, distributed, fault-tolerant 3 storage grid, available under a free-software licence. 2 Welcome to the Tahoe project, a secure, decentralized, 3 fault-tolerant filesystem. All of the source code is available 4 under a Free Software, Open Source licence. 4 5 5 You can store files in the grid and retrieve them with a 6 cryptographically generated URI that securely identifies and decrypts that 7 file. You can also organize files with filenames and directories, in the 8 familiar style. The basic idea is that the data in this storage grid is 9 spread over all participating nodes, using an algorithm that can recover 10 the data even if a majority of the nodes are no longer available. 6 This filesystem is encrypted and spread over multiple peers in 7 such a way that it remains available even when some of the 8 peers are unavailable, malfunctioning, or malicious. 11 9 12 10 The current code base is targeted at hackers and users who are 13 willing to use a minimal, text-oriented web user interface. 11 willing to use command-line tools or a hacker-oriented web user 12 interface. 14 13 15 14 == Get Started ==