The Tahoe-LAFS decentralized secure filesystem.
Go to file
2008-01-04 12:27:42 -07:00
bin setup: fix bin/tahoe to include .egg's from the source tree root dir as well 2008-01-01 01:51:28 -07:00
docs new licences, move details from README to doc/install-details.html 2008-01-04 12:27:42 -07:00
extensions remove some no-longer needed replacements of "/" with "!" in uris 2007-12-19 17:54:40 -07:00
misc debian: update dependencies to match calc-deps.py, mainly pycryptopp-0.2.8 2008-01-02 15:14:34 -07:00
src/allmydata suppress the skipped and the todo unit tests in order to make unit test results prettier (the install.html instructs users to run the unit tests) 2008-01-04 00:36:18 -07:00
twisted/plugins change #!/usr/bin/python to #!/usr/bin/env python 2007-03-29 14:01:28 -07:00
.darcs-boringfile setup: update the list of files that we think are boring when we are using darcs 2007-12-31 23:49:04 -07:00
calcdeps.py setup: rename build-deps to build-auto-deps 2008-01-01 01:49:21 -07:00
COPYING.GPL new licences, move details from README to doc/install-details.html 2008-01-04 12:27:42 -07:00
COPYING.TGPPL new licences, move details from README to doc/install-details.html 2008-01-04 12:27:42 -07:00
CREDITS CREDITS: more credit to nejucomo since we accepted a doc patch 2007-11-07 10:01:07 -07:00
ez_setup.py setup: copy in the latest version of ez_setup.py, which works even if setuptools is already imported, or can be imported, into the current Python interpreter, but can't be imported into a new Python interpreter in a subprocess 2007-12-21 23:26:20 -07:00
Makefile Makefile: run 'make-version' at least once, in the 'build' target, to make sure we populate src/allmydata/_version.py 2008-01-03 14:33:33 -07:00
README new licences, move details from README to doc/install-details.html 2008-01-04 12:27:42 -07:00
README.win32 docs: a few updates, edits, and formatting tweaks to README.win32 2007-12-30 05:38:12 -07:00
relnotes.txt relnotes.txt: fix bug in relnotes.txt for v0.6.1 -- it incorrectly described v0.6 as having been released in August; it was actually September 2007-10-15 21:33:25 -07:00
roadmap.txt roadmap.txt: mark CLI tool as done (although the current version is rudimentary) 2007-09-21 14:15:10 -07:00
setup.py setup: use darcsver instead of pyutil for darcsver, use setup.py plugin instead of executable for darcsver 2007-12-31 23:28:31 -07:00
Tahoe.home rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -07:00

Welcome to the Tahoe project, 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.

See the web site for information, news, and discussion:

http://allmydata.org


INSTALLING

See doc/install.html .


LICENCE

You may use this package under the GNU General Public License, version 2 or, at
your option, any later version.  You may use this package under the Transitive
Grace Period Public Licence, version 1.0.  (You may choose to use this package
under the terms of either licence, at your option.)  See the file COPYING.GPL
for the terms of the GNU General Public License, version 2.  See the file
COPYING.TGPPL for the terms of the Transitive Grace Period Public Licence,
version 1.0.