Changes between Version 1 and Version 2 of test
- Timestamp:
- 2008-07-10T23:51:25Z (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
test
v1 v2 1 = Welcome to Allmydata.org "Tahoe" = 2 Welcome to allmydata.org "Tahoe": a secure, decentralized, 3 fault-tolerant filesystem. All of the source code is available 4 under a Free Software, Open Source licence. 1 {{{ 2 #!html 5 3 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. 4 <div align="left"> 9 5 10 [http://allmydata.org/source/tahoe/trunk/docs/about.html The one-page summary] explains the unique properties of this system. 6 <h1 style="color: #2f8ab5; font-family: helvetica, arial, sans-serif">Welcome to Allmydata.org "Tahoe"</h1> 11 7 12 == Get Started == 13 [http://allmydata.org/source/tahoe/trunk/docs/install.html Installing Tahoe] tells how to install the software, how to run a node that can upload and download files, and how to set up your own private grid or connect to the public test grid.14 * DownloadDebianPackages contains pointers to an APT repository from which you can install pre-compiled packages on your Debian or Ubuntu system. 8 <p> 9 Tahoe is a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence. This filesystem is encrypted and spread over multiple peers in such a way that it remains available even when some of the peers are unavailable, malfunctioning, or malicious. The one-page summary explains the unique properties of this system. 10 <p> 15 11 16 == Get Involved == 17 [http://allmydata.org/cgi-bin/mailman/listinfo/tahoe-dev The tahoe-dev mailing list] is the community forum for discussion of Tahoe design, implementation, and usage. 12 <h1 style="color: #2f8ab5; font-family: helvetica, arial, sans-serif">Get Started</h1> 18 13 19 [wiki:Dev The Dev page] is the place to start hacking on Tahoe. It has development tools (such as code coverage and patch browsing) and documentation.14 Installing Tahoe tells how to install the software, how to run a node that can upload and download files, and how to set up your own private grid or connect to the public test grid. 20 15 21 == Latest News == 16 DownloadDebianPackages contains pointers to an APT repository from which you can install pre-compiled packages on your Debian or Ubuntu system. 22 17 23 === 2008-06-11 -- v1.1 released! === 18 <h1 style="color: #2f8ab5; font-family: helvetica, arial, sans-serif">Get Involved</h1> 19 20 The tahoe-dev mailing list is the community forum for discussion of Tahoe design, implementation, and usage. 21 22 The Dev page is the place to start hacking on Tahoe. It has development tools (such as code coverage and patch browsing) and documentation. 23 24 Latest News 25 26 2008-06-11 -- v1.1 released! 24 27 25 28 This release fixes several serious issues in Tahoe v1.0, and improves the user interfaces. 26 29 27 Please see [source:relnotes.txt@2693 the Release Notes].30 Please see the Release Notes. 28 31 29 === other current news === 32 other current news 30 33 31 [wiki:News The News page]has other current news, blogs, etc.34 The News page has other current news, blogs, etc. 32 35 33 == Documentation == 34 See [wiki:Doc the Doc page] for explanation of how Tahoe works. 36 Documentation 35 37 36 == Sponsorship == 38 See the Doc page for explanation of how Tahoe works. 37 39 38 [http://www.allmydata.com/index.php?tracking=allmydata_org allmydata.com] sponsors the Tahoe project. We are eternally grateful for their generous and public-spirited support. 40 Sponsorship 39 41 40 == Navigating This Web Site == 41 42 allmydata.com sponsors the Tahoe project. We are eternally grateful for their generous and public-spirited support. 43 44 Navigating This Web Site 45 42 46 See TracStartingPoints for how to use this bug tracker/source code browser/wiki. 43 47 44 48 TitleIndex is a complete list of pages on this wiki. 45 49 46 ==Testing=== 50 </div> 47 51 48 [wiki: test] 52 }}}