The Tahoe-LAFS decentralized secure filesystem.
Go to file
Daira Hopwood f0fc048d53 Merge pull request #107 from warner/2281-trialcoverage
Remove 'trialcoverage' plugin and support code
2014-09-09 13:31:19 +01:00
bin Require at least Python 2.6. fixes #1658 2013-03-15 05:13:30 +00:00
docs CLI.rst: expand the 'cp -r' subdirectory example 2014-09-02 12:51:13 -07:00
misc Update coverage-related targets in Makefile. refs #1698 2014-09-08 22:49:23 +01:00
setuptools-0.6c16dev4.egg Move embedded setuptools egg to reflect new version (0.6c16dev4). 2013-03-17 16:53:32 +00:00
src Remove 'trialcoverage' plugin and support code 2014-09-08 17:28:26 -07:00
static Make bb-freeze (and probably other static packaging tools) work. This updates various places where we assumed that the tahoe process was executed via the Python interpreter. It also allows tests to recursively invoke the same tahoe.exe, rather than bin/tahoe. refs #585 2011-01-21 00:04:29 -08:00
.gitignore Ignore .*.kate-swp and /*.patch files. 2013-07-16 16:14:42 +01:00
.travis.yml .travis.yml: okay, fetching just tags apparently isn't sufficient (and this use of 'git pull' won't actually pull any new commits, because we'll be on a detached head). 2014-09-02 15:08:58 +01:00
COPYING.GPL Fix repeated 'the' in license text. 2011-08-19 13:48:36 -07:00
COPYING.TGPPL.rst magic first line tells emacs to use utf8+bom 2013-11-08 21:08:05 +00:00
CREDITS Update my CREDITS entry. 2014-03-15 22:17:03 +00:00
Makefile Update .PHONY declarations in Makefile. 2014-09-08 22:49:54 +01:00
MANIFEST.in Remove darcs from setup.py, remove darcsver egg. Closes #1908. 2013-03-19 16:07:22 -07:00
NEWS.rst magic first line tells emacs to use utf8+bom 2013-11-08 21:08:05 +00:00
README.txt Update copyright year. 2014-09-02 19:40:21 +01:00
relnotes.txt update docs for 1.10 release 2013-05-01 10:25:40 -07:00
setup.cfg remove obsolete debian-package building tools 2014-09-04 22:05:08 -07:00
setup.py Remove 'trialcoverage' plugin and support code 2014-09-08 17:28:26 -07:00
Tahoe.home rename bin/allmydata-tahoe to bin/tahoe. Closes #155. 2007-10-11 03:38:24 -07:00

==========
Tahoe-LAFS
==========

Tahoe-LAFS is a Free Software/Open Source decentralized data store. It
distributes your filesystem across multiple servers, and even if some of the
servers fail or are taken over by an attacker, the entire filesystem continues
to work correctly and to preserve your privacy and security.

To get started please see `quickstart.rst`_ in the docs directory.

LICENCE
=======

Copyright 2006-2014 The Tahoe-LAFS Software Foundation

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, or at your option, any later
version. (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.rst`_ for the terms of
the Transitive Grace Period Public Licence, version 1.0.

See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slides.

.. _quickstart.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/quickstart.rst
.. _COPYING.GPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.GPL
.. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst
.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf