mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +00:00
The Tahoe-LAFS decentralized secure filesystem.
085ee6a63f
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. |
||
---|---|---|
bin | ||
docs | ||
misc | ||
setuptools-0.6c16dev4.egg | ||
src | ||
static | ||
twisted/plugins | ||
.gitignore | ||
COPYING.GPL | ||
COPYING.TGPPL.rst | ||
CREDITS | ||
Makefile | ||
MANIFEST.in | ||
NEWS.rst | ||
README.txt | ||
relnotes.txt | ||
setup.cfg | ||
setup.py | ||
Tahoe.home |
========== 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