edits for ease of navigation, as requested by Brian

[Imported from Trac: page WikiStart, version 89]
zooko 2007-07-15 22:16:40 +00:00
parent 83e2761eff
commit 65d787d131

24
Home.md

@ -1,6 +1,6 @@
# Welcome to Allmydata "Tahoe"
The [Allmydata](http://allmydata.com) "Tahoe" project is a secure, distributed,
fault-tolerant storage grid, available under a free-software license.
The Allmydata "Tahoe" project is a secure, distributed, fault-tolerant
storage grid, available under a free-software license.
You can store files in the grid and retrieve them with a
cryptographically generated URI that securely identifies and decrypts that
@ -13,25 +13,27 @@ The code is currently functional. It is targeted at hackers who are
willing to use a minimal, text-oriented web user interface.
## Get Started
The [README file]source:README tells how to acquire and build the source code, how to run a node than can upload and download files, how to connect to the public test grid operated by [Allmydata, Inc.](http://allmydata.com), and how to set up your own private grid.
[The README file]source:README tells how to acquire and build the source code, how to run a node than can upload and download files, how to connect to the public test grid operated by [Allmydata, Inc.](http://allmydata.com), and how to set up your own private grid.
[DownloadDebianPackages](DownloadDebianPackages) tells how to get prebuilt packages for a Debian-like system (including Ubuntu).
## Get Involved
The [/cgi-bin/mailman/listinfo/tahoe-dev tahoe-dev] mailing list is the community forum for discussion of Tahoe design, implementation, and usage.
[/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage.
The [Dev](Dev) page is the place to start hacking on Tahoe.
[The Dev page](Dev) is the place to start hacking on Tahoe.
## Latest News -- 2007-06-29: Allmydata Tahoe v0.4 is released!
This version adds encrypted, mutable directories, so that you can organize your files into directories, change the contents of directories, and share your directories with your friends, without thereby sharing your directories with anyone else -- not even with the owners of the servers that host your directories.
Please see the [Release Notes]source:relnotes.txt@849.
Please see [the Release Notes]source:relnotes.txt@849.
### Other News and Status Information
Please see the [News](News) page for news, blogs, and network utilization graphs, and please see the [Dev](Dev) page for buildbot, code coverage, patch browser and other useful development tools.
Please see [the News page](News) for news, blogs, and network utilization graphs, and
[the Dev page](Dev) for buildbot, code coverage, patch browser and other useful development tools.
## Documentation
See the [Doc](Doc) page for explanation of how Tahoe works.
See [the Doc page](Doc) for explanation of how Tahoe works.
## License
Tahoe is offered under the GNU General Public License (v2 or later), with the
@ -41,10 +43,12 @@ this obligation for up to 12 months. Code that you release must be released
under this same licence including this added permission.
## Test Grid
An experimental public grid is running on Allmydata servers. See [TestGrid](TestGrid) to view usage statistics (with pretty graphs!) and instructions for how to connect to the test grid.
An experimental public grid is running on Allmydata servers.
See [TestGrid](TestGrid) to view usage statistics (with pretty graphs!) and instructions for how to connect to the test grid.
## Navigating This Web Site
See [TracStartingPoints](TracStartingPoints) for how to use this bug tracker/source code browser/wiki.
For a complete list of local wiki pages, see [TitleIndex](TitleIndex).
[TitleIndex](TitleIndex) is a complete list of pages on this wiki.