new-bigly-chat/docs/tou.php

39 lines
1.5 KiB
PHP
Raw Normal View History

2024-11-29 17:44:28 -05:00
<?php
require("../libs/page.php");
page_header();
?>
<div class="comment">
<h1 class="content-header">Terms of Use</h1>
<h2>1. Respect</h2>
2024-12-06 08:26:03 -05:00
<p>Respect the BiglyChat community. Specifically, don't:</p>
2024-11-29 17:44:28 -05:00
<ol>
2024-12-06 08:26:03 -05:00
<li>Repeatedly attack a person</li>
<li>Expose personal information</li>
<li>Encourage illegal activity with respect to United States law</li>
2024-12-30 03:14:13 -05:00
<li>Discriminate against sexuality, race, disability, or religion</li>
<li>Encourage self-harm</li>
<li>Nag staff for content without community discourse</li>
</ol>
2024-11-29 17:44:28 -05:00
<h2>2. Communication</h2>
2024-12-30 03:14:13 -05:00
<p>Official communication with BiglyChat staff is on the native website, or alternatively via Discord. Report
2024-11-29 17:44:28 -05:00
misbehavior, suggestions, and bug fixes to these channels.</p>
<h2>3. Exploits</h2>
2024-12-06 08:26:03 -05:00
<p>Don't exploit unintended functionality in Dervland services or hijack accounts to do so.</p>
2024-11-29 17:44:28 -05:00
<h2>4. Age</h2>
2024-12-30 03:14:13 -05:00
<p>You must be 13 years or older to use private channels outside of reports to staff.</p>
2024-11-29 17:44:28 -05:00
<h2>5. Blanket bans</h2>
2024-12-06 08:26:03 -05:00
<p>Certain topics are disallowed in public spaces that frequently spiral to unhealthy discussion or impulsive behavior:</p>
2024-11-29 17:44:28 -05:00
<ol>
<li>Non-historical politics</li>
2024-12-06 08:26:03 -05:00
<li>Cryptocurrency or financial services, excluding commissions for art services</li>
2024-12-30 03:14:13 -05:00
<li>Drama that is excessive, fruitless, or unrelated to Dervland</li>
<li>Violent radicalism</li>
<li>Lewd content</li>
2024-11-29 17:44:28 -05:00
</ol>
</div>
<?php
page_footer();
2024-12-06 08:26:03 -05:00
?>