From 6eb3a5bf9177e9384e7b7a1c7c00598ea13fea48 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 21 Apr 2010 17:12:50 +0000 Subject: [PATCH] s/allmydata.org/tahoe-lafs.org/ [Imported from Trac: page Doc, version 74] --- Doc.md | 56 ++++++++++++++++++++++++++++---------------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/Doc.md b/Doc.md index 5247e8b..a0d3de2 100644 --- a/Doc.md +++ b/Doc.md @@ -3,10 +3,10 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See the 'docs' directory of a Tahoe release for docs relating to that version. ## The Basics - * [about](http://allmydata.org/source/tahoe/trunk/docs/about.html): the Tahoe filesystem and the unique properties that it offers + * [about](http://tahoe-lafs.org/source/tahoe/trunk/docs/about.html): the Tahoe filesystem and the unique properties that it offers * [quickstart](http://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.html): how to get the software and set it up - * [running](http://allmydata.org/source/tahoe/trunk/docs/running.html): how to run it once it is set up - * [using](http://allmydata.org/source/tahoe/trunk/docs/using.html): how to use it once it is running + * [running](http://tahoe-lafs.org/source/tahoe/trunk/docs/running.html): how to run it once it is set up + * [using](http://tahoe-lafs.org/source/tahoe/trunk/docs/using.html): how to use it once it is running * [Known Issues]source:docs/known_issues.txt: things you need to be aware of if you want to rely on Tahoe to store your valuable data. * [How To Report A Bug](HowToReportABug): We love bug reports! Here's how. @@ -20,17 +20,17 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See * [Tips & Tricks](TipsTricks) ## A Glance Under The Hood or "Gee What Does This Button Do?" - * [configuration](http://allmydata.org/source/tahoe/trunk/docs/configuration.txt): a description of the contents of your ".tahoe" directory - * [architecture](http://allmydata.org/source/tahoe/trunk/docs/architecture.txt): a succinct overview of the whole system - * [Command Line Interface](http://allmydata.org/source/tahoe/trunk/docs/frontends/CLI.txt): the basic "how to" for the CLI - * [Web API](http://allmydata.org/source/tahoe/trunk/docs/frontends/webapi.txt): the basic "how to" for the WAPI + * [configuration](http://tahoe-lafs.org/source/tahoe/trunk/docs/configuration.txt): a description of the contents of your ".tahoe" directory + * [architecture](http://tahoe-lafs.org/source/tahoe/trunk/docs/architecture.txt): a succinct overview of the whole system + * [Command Line Interface](http://tahoe-lafs.org/source/tahoe/trunk/docs/frontends/CLI.txt): the basic "how to" for the CLI + * [Web API](http://tahoe-lafs.org/source/tahoe/trunk/docs/frontends/webapi.txt): the basic "how to" for the WAPI ## Presentations / Papers - * [Tahoe – The Least-Authority Filesystem](http://allmydata.org/~zooko/lafs.pdf) presented at [Storage Security and Survivability '08](http://storagess.org/2008) - * [Tahoe: A Secure Distributed Filesystem](http://allmydata.org/~warner/pycon-tahoe.html) presented at + * [Tahoe – The Least-Authority Filesystem](http://tahoe-lafs.org/~zooko/lafs.pdf) 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 [PyCon2008](http://us.pycon.org/2008/about/), providing an overview of the Tahoe design, and the - [slides](http://allmydata.org/~warner/pycon-tahoe-slides.zip) (.zip) that + [slides](http://tahoe-lafs.org/~warner/pycon-tahoe-slides.zip) (.zip) that 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) @@ -44,22 +44,22 @@ Note: these links are to the 'trunk' (latest) versions of the documentation. See - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + +
release notesdatewhat's new
v1.6.1February 27, 2010fixes a few small regressions in v1.6.0
v1.6February 1, 2010performance improvements, usability improvements, deep-immutable directories
v1.5August 1, 2009WUI style, forward-compatibility, no size-limit on directories, more efficient directories, safer mv
v1.4.1April 13, 2009garbage collection, improved diagnostics, performance improvement when downloading many GB files
v1.3February 13, 2009repairer, backup command, large files, (S)FTP server, more
v1.2July 21, 2008fix a minor security flaw, add operational improvements
v1.1June 11, 2008fix rare but serious issues, improve UI
v1.0March 25, 2008It's version 1.0!
v0.9March 13, 2008Tahoe is now ready to be relied on for secure storage
v0.8February 15, 2008"visibility" into the system and more user interfaces
v0.7January 8, 2008decentralized directories and mutable files, a FUSE interface, and new open source licensing options
v0.6.1October 15, 2007packaging, usability, and performance improvements
v0.6September 24, 2007improved performance and packaging
v0.5.1August 23, 2007fix a security problem in the Web API
v0.5August 17, 2007the Web API and the command-line interface
v0.4June 29, 2007new mutable, shareable, private directories
v0.3June 6, 2007improved basic functionality
v0.2May 2, 2007the first public release, on May 2, 2007 and giving a general overview of why the Tahoe project exists
v1.6.1February 27, 2010fixes a few small regressions in v1.6.0
v1.6February 1, 2010performance improvements, usability improvements, deep-immutable directories
v1.5August 1, 2009WUI style, forward-compatibility, no size-limit on directories, more efficient directories, safer mv
v1.4.1April 13, 2009garbage collection, improved diagnostics, performance improvement when downloading many GB files
v1.3February 13, 2009repairer, backup command, large files, (S)FTP server, more
v1.2July 21, 2008fix a minor security flaw, add operational improvements
v1.1June 11, 2008fix rare but serious issues, improve UI
v1.0March 25, 2008It's version 1.0!
v0.9March 13, 2008Tahoe is now ready to be relied on for secure storage
v0.8February 15, 2008"visibility" into the system and more user interfaces
v0.7January 8, 2008decentralized directories and mutable files, a FUSE interface, and new open source licensing options
v0.6.1October 15, 2007packaging, usability, and performance improvements
v0.6September 24, 2007improved performance and packaging
v0.5.1August 23, 2007fix a security problem in the Web API
v0.5August 17, 2007the Web API and the command-line interface
v0.4June 29, 2007new mutable, shareable, private directories
v0.3June 6, 2007improved basic functionality
v0.2May 2, 2007the first public release, on May 2, 2007 and giving a general overview of why the Tahoe project exists