]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - README.rst
Rename README.txt to README.rst, and add Travis-CI and Coveralls badges to it.
[tahoe-lafs/tahoe-lafs.git] / README.rst
1 ==========
2 Tahoe-LAFS
3 ==========
4
5 Tahoe-LAFS is a Free Software/Open Source decentralized data store. It
6 distributes your filesystem across multiple servers, and even if some of the
7 servers fail or are taken over by an attacker, the entire filesystem continues
8 to work correctly and to preserve your privacy and security.
9
10 To get started please see `quickstart.rst`_ in the docs directory.
11
12 LICENCE
13 =======
14
15 Copyright 2006-2014 The Tahoe-LAFS Software Foundation
16
17 You may use this package under the GNU General Public License, version 2 or, at
18 your option, any later version.  You may use this package under the Transitive
19 Grace Period Public Licence, version 1.0, or at your option, any later
20 version. (You may choose to use this package under the terms of either licence,
21 at your option.)  See the file `COPYING.GPL`_ for the terms of the GNU General
22 Public License, version 2.  See the file `COPYING.TGPPL.rst`_ for the terms of
23 the Transitive Grace Period Public Licence, version 1.0.
24
25 See `TGPPL.PDF`_ for why the TGPPL exists, graphically illustrated on three slides.
26
27 .. _quickstart.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/docs/quickstart.rst
28 .. _COPYING.GPL: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.GPL
29 .. _COPYING.TGPPL.rst: https://github.com/tahoe-lafs/tahoe-lafs/blob/master/COPYING.TGPPL.rst
30 .. _TGPPL.PDF: https://tahoe-lafs.org/~zooko/tgppl.pdf
31
32 ----
33
34 .. image:: https://travis-ci.org/tahoe-lafs/tahoe-lafs.png?branch=master
35   :target: https://travis-ci.org/tahoe-lafs/tahoe-lafs
36
37 .. image:: https://coveralls.io/repos/tahoe-lafs/tahoe-lafs/badge.png?branch=master
38   :target: https://coveralls.io/r/tahoe-lafs/tahoe-lafs?branch=master