The Tahoe-LAFS decentralized secure filesystem.
Go to file
Brian Warner 085ee6a63f .gitignore: ignore the generated zope.interface egg too
Some dependencies are installed in the top-level directory, maybe
because they're required by the build process itself? I'm not sure.
Twisted is one of these, if the system version is not new enough, and
our .gitignore has a clause to ignore the resulting .egg directory. Now
that we've bumped our zope.interface dependency, it sometimes builds a
z.i egg too (even if it doesn't build a Twisted one). So ignore both.
2013-05-01 10:25:31 -07:00
bin Require at least Python 2.6. fixes #1658 2013-03-15 05:13:30 +00:00
docs known_issues, quickstart: add version and anticipated release date 2013-04-24 17:17:45 -07:00
misc resurrect provisioning.py 2013-03-25 17:57:01 -07:00
setuptools-0.6c16dev4.egg Move embedded setuptools egg to reflect new version (0.6c16dev4). 2013-03-17 16:53:32 +00:00
src Update version requirement for zope.interface. 2013-04-25 19:33:55 +01: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
.gitignore .gitignore: ignore the generated zope.interface egg too 2013-05-01 10:25:31 -07: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 CREDITS: change my name. 2013-03-26 19:23:27 +00:00
Makefile Makefile: oops, fix tahoe-deps/tahoe-lafs-deps mismatch 2013-04-24 15:20:47 -07:00
MANIFEST.in Remove darcs from setup.py, remove darcsver egg. Closes #1908. 2013-03-19 16:07:22 -07:00
NEWS.rst NEWS: caution about secret introducer.furl in world-readable tahoe.cfg 2013-04-25 19:14:17 -07:00
README.txt update some copyright dates 2013-04-24 08:58:40 -07:00
relnotes.txt edit for clarity 2013-04-04 17:39:08 -06:00
setup.cfg update deps URLs to use "tahoe-lafs" instead of bare "tahoe" 2013-04-24 14:58:27 -07:00
setup.py Include allmydata/web/static/css/*.css files in install. 2013-03-28 05:21:55 +00: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-2013 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