ios: Add a EULA to try to appease Apple's Guideline 1.2 - Safety - User-Generated Content.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 22m0s

This commit is contained in:
2025-11-02 14:30:25 -05:00
parent 24f0cdb398
commit 7879ab1d50
12 changed files with 305 additions and 82 deletions

67
core/eula.html Normal file
View File

@@ -0,0 +1,67 @@
<!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>