The Tahoe-LAFS decentralized secure filesystem.
Go to file
Brian Warner 9175c2451a fix bundled data under git, remove setuptools_darcs
This uses explicitly enumerated packages= and package_data= arguments to
setup(), rather than relying upon the convenient (but darcs-specific)
functions which would determine these values by asking the revision-control
system.

Note that darcsver is still used, when building from a darcs tree.
2012-01-08 14:12:50 -08:00
bin Add support to bin/tahoe for invoking a runner command prefixed with @, with the Tahoe libraries on the PYTHONPATH. This is documented in 'tahoe debug --help'. 2011-01-18 21:11:37 -08:00
darcsver-1.7.2.egg setup: upgrade bundled version of darcsver from 1.7.1 to 1.7.2 to support the new bbfreeze feature (by, strangely, having darcsver write out unix newlines regardless of what the underlying platform prefers) 2011-01-20 21:28:38 -08:00
docs Use a private/drop_upload_dircap file instead of the [drop_upload]upload.dircap option in tahoe.cfg. Fail if the upload.dircap option is used, or options are missing. Also updates tests and docs. fixes #1593 2011-11-20 23:24:26 +00:00
misc add test-git-ignore.py, to port the 'clean' buildbot test to git 2012-01-08 14:12:32 -08:00
setuptools_darcs-1.2.12.egg setup: bundle a copy of setuptools_darcs-1.2.12 2011-01-17 22:25:21 -08:00
setuptools-0.6c16dev3.egg Bundled zetuptoolz: bump version in EGG-INFO directory. 2010-11-28 10:42:42 -08:00
src mutable/retrieve.py: clean up control flow to avoid dropping errors 2012-01-08 14:12:48 -08: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
twisted/plugins twisted/allmydata_trial.py: fix stale comment that referred to trial_figleaf.py (replaced with trial_coverage.py). 2011-01-21 17:39:13 -08:00
.darcs-boringfile .darcs-boringfile: minor cleanups. 2011-09-20 08:49:18 -07:00
.gitignore add test-git-ignore.py, to port the 'clean' buildbot test to git 2012-01-08 14:12:32 -08:00
COPYING.GPL Fix repeated 'the' in license text. 2011-08-19 13:48:36 -07:00
COPYING.TGPPL.rst docs: fix the rst formatting of COPYING.TGPPL.rst 2011-10-02 21:33:33 -07:00
CREDITS update NEWS for the 1.9.0 release 2011-10-31 05:22:52 +00:00
Makefile add test-git-ignore.py, to port the 'clean' buildbot test to git 2012-01-08 14:12:32 -08:00
MANIFEST.in fix bundled data under git, remove setuptools_darcs 2012-01-08 14:12:50 -08:00
NEWS.rst update NEWS for the 1.9.0 release 2011-10-31 05:22:52 +00:00
README.txt tiny change to exercise the buildbot hook 2011-11-18 00:15:11 +00:00
relnotes.txt relnotes.txt: fix footnotes 2011-11-01 00:19:35 -07:00
setup.cfg setup.py: get version from git or darcs 2011-12-04 20:40:01 -08:00
setup.py fix bundled data under git, remove setuptools_darcs 2012-01-08 14:12:50 -08: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
=======

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://tahoe-lafs.org/source/tahoe-lafs/trunk/docs/quickstart.rst
.. _COPYING.GPL: https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.GPL
.. _COPYING.TGPPL.rst: https://tahoe-lafs.org/trac/tahoe-lafs/browser/COPYING.TGPPL.rst
.. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf