mirror of
https://git.envs.net/envs/pleroma-custom.git
synced 2024-11-10 12:39:26 +01:00
add infos about pleroma and also a privacy policy
This commit is contained in:
parent
b43fce2722
commit
96fe23964a
1 changed files with 44 additions and 7 deletions
|
@ -1,9 +1,20 @@
|
||||||
<div>
|
<div>
|
||||||
<p>Terms adapted from <a href="https://mastodon.social/about/more">mastodon.social</a>.</p>
|
<h1>Welcome to Plermoma on envs.net</h1>
|
||||||
|
|
||||||
<p>
|
<p>...a microblogging instance, which is part of the fediverse and is running Pleroma, a lightweight social network platform, compatible with many other ActivityPub and OStatus implementations.</p>
|
||||||
<em>The following guidelines are not a legal document, and final interpretation is up to the administration of pleroma.envs.net; they are here to provide you with an insight into our content moderation policies:</em>
|
|
||||||
</p>
|
<ul>
|
||||||
|
<li><a href="https://blog.soykaf.com/post/what-is-pleroma/" target="_blank">What is Pleroma?</a></li>
|
||||||
|
<li><a href="https://docs-develop.pleroma.social/frontend/USER_GUIDE/" target="_blank">Pleroma-FE user guide</a></li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h2>Terms of Service</h2>
|
||||||
|
|
||||||
|
<p>Terms adapted from <a href="https://mastodon.social/about/more">mastodon.social</a>.</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
<em>The following guidelines are not a legal document, and final interpretation is up to the administration of pleroma.envs.net; they are here to provide you with an insight into our content moderation policies:</em>
|
||||||
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>The following types of content will be removed from the public timeline:</strong>
|
<strong>The following types of content will be removed from the public timeline:</strong>
|
||||||
|
@ -42,7 +53,33 @@
|
||||||
<li>Inciting users to engage another user in continued interaction or discussion after a user has requested for said engagement with that user to cease and desist (informally called brigading or dogpiling) may be considered harassment.</li>
|
<li>Inciting users to engage another user in continued interaction or discussion after a user has requested for said engagement with that user to cease and desist (informally called brigading or dogpiling) may be considered harassment.</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
<strong>These provisions notwithstanding, the administration of the service reserves the right to revoke any user's access permissions, at any time, for any reason, except as limited by law.</strong>
|
<strong>These provisions notwithstanding, the administration of the service reserves the right to revoke any user's access permissions, at any time, for any reason, except as limited by law.</strong>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
<h2>Privacy Policy</h2>
|
||||||
|
|
||||||
|
<h3>What is stored on our servers</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Your IP address</li>
|
||||||
|
<li>Your browser's user-agent string</li>
|
||||||
|
<li>Your e-mail address</li>
|
||||||
|
<li>A username and password that you specify</li>
|
||||||
|
<li>Every message you publish using the service including direct/private messages</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>What is stored on your computer</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Access tokens which correspond to your username and password that you provided to us. These may, but not necessarily, be stored as cookies.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
|
<h3>Data shared with third parties</h3>
|
||||||
|
|
||||||
|
<ul>
|
||||||
|
<li>Public and follower-only messages you have written will be distributed to third-party instances which follow your account.</li>
|
||||||
|
<li>Messages of any kind that you have written will be distributed to third-party instances whose accounts are mentioned in the message.</li>
|
||||||
|
</ul>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue