mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-20 13:33:09 +00:00
7eb291302c
mv README to docs/about.html and reformat it as HTML add a new README which is a text file pointing to docs/{about,install,running}.html include the Transitive Grace Period Public Licence in its HTML form (it is too big)
27 lines
2.0 KiB
HTML
27 lines
2.0 KiB
HTML
<!DOCtype HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html lang="en">
|
|
<head>
|
|
<title>Welcome To Tahoe</title>
|
|
<link rev="made" class="mailto" href="mailto:zooko[at]zooko[dot]com">
|
|
<meta name="description" content="welcome to Tahoe">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="keywords" content="tahoe secure decentralized filesystem installation">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Welcome to Tahoe</h1>
|
|
<p>Welcome to the Tahoe project, a secure, decentralized, fault-tolerant filesystem. All of the source code is available under a Free Software, Open Source licence.</p>
|
|
<p>This filesystem is encrypted and spread over multiple peers in such a way that it remains available even when some of the peers are unavailable, malfunctioning, or malicious.</p>
|
|
<p>See the web site for information, news, and discussion:</p>
|
|
<p><a href="http://allmydata.org">http://allmydata.org</a></p>
|
|
|
|
<h2>Installing</h2>
|
|
<p>To install Tahoe, please see <a href="install.html">install.html</a>.</p>
|
|
|
|
<h2>Licence</h2>
|
|
<p>You may use this package under the GNU General Public License, version 2 or, at your option, any later version.</p>
|
|
<p>You may use this package under the Transitive Grace Period Public Licence, version 1.0, or, at your option, any later version. The Transitive Grace Period Public Licence says that you may redistribute proprietary derived works of this work without releasing the source code of that derived work for up to twelve months, after which time you are obligated to release the source code of the derived work under the Transitive Grace Period Public Licence.</p>
|
|
<p>(You may choose to use this package under the terms of either licence, at your option.) See the file <a href="../COPYING.GPL">COPYING.GPL</a> for the terms of the GNU General Public License, version 2. See the file <a href="../COPYING.TGPPL.html">COPYING.TGPPL.html</a> for the terms of the Transitive Grace Period Public Licence, version 1.0.</p>
|
|
</body>
|
|
</html>
|