new-bigly-chat/docs/tou.php
2024-12-30 03:14:13 -05:00

38 lines
1.5 KiB
PHP
Executable file

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