Files
tildefriends/core/eula.html

68 lines
2.4 KiB
HTML
Raw Normal View History

<!doctype html>
<html>
<head>
<title>Tilde Friends End User License Agreement</title>
<link type="text/css" rel="stylesheet" href="/static/w3.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="w3-content">
<h1>Tilde Friends End User License Agreement</h1>
<p>
Tilde Friends is an app that enables communication with other users
through the
<a href="https://ssbc.github.io/scuttlebutt-protocol-guide/"
>Secure Scuttlebutt</a
>
protocol.
</p>
<h2>You are responsible for your actions</h2>
<p>
Apple tolerates no objectionable content or abusive users on their
platforms.
</p>
<p>
Your government, employer, family, friend group, etc. may impose
additional restrictions on acceptable behavior that you may be expected to
follow.
</p>
<p>
You are solely responsible for your own actions within this app,
especially but not limited to what content you choose to post.
</p>
<h2>You choose what you see</h2>
<p>
You are in full control of the content you see in Tilde Friends by the
peers to which you choose to connect and the users you choose to follow.
Initially you will be following no one with no connections and as a result
see no content from other users.
</p>
<p>
If you find some content objectionable, you can filter it from your view
by blocking the user who posted it. This also makes it so that users
following you will not see it as a result of following you.
</p>
<p>
The <code>admin</code> app contains a variety of settings that control the
types of connections Tilde Friends will make or accept, including whether
the app will even accept or make connections at all.
</p>
<h2>This app is not a service</h2>
<p>
This app relies on no official servers. The author of this app has no more
ability to see or filter what you post or read than any other user of the
network.
</p>
<p>
If you believe objectionable content obtained from a service that is
running as part of the Secure Scuttlebutt network should be flagged, look
for an email address contact for the service, generally by accessing the
server address in a web browser, and report it to the operator.
</p>
<h2>Agree with these terms?</h2>
<p>If you do not accept these terms, do not use this app.</p>
<div class="w3-bar w3-center">
<a class="w3-button w3-blue" href="/eula/accept">Accept Agreement</a>
</div>
</body>
</html>