This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent 2f0b0fb39f
commit 2db35ebd45
3 changed files with 24 additions and 2 deletions

View file

@ -1,3 +1,5 @@
# BiglyChat
With **BiglyChat**, users can take control of their communications with others; the entire codebase is libre software.
*Collab on videos... make creative animations... and more!*
With **BiglyChat**, users can take control of their videos; the codebase is libre software.

17
views/guidelines.ejs Normal file
View file

@ -0,0 +1,17 @@
<ol>
<li>Respect other users and communities. Bigotry, bullying, and hacking are prohibited, however constructive
criticism is encouraged.</li>
<li>Stay within the United States and international law.</li>
<li>Use the service as intended, regardless of the utility of an unintended feature. Feature requests and exploits
can be reported on Codeberg.</li>
<li>Do not associate with communities (i.e. fandoms) that promote prohibited behvaior. However, excluding
edge-cases,
affiliation isn't a bannable offense by itself.</li>
<li>Respect other users' property and work. Inspiration is allowed, although assets lifted from other users must be
properly credited.</li>
<li>Users under 13 may not be granted access to hyperlinks that violate COPPA, and are only allowed to access
BiglyChat on a case-by-case
basis. All ages are accepted, although underage users are a higher burden to this sites' moderation.</li>
<li>Don't post porn or fetish content, especially pedophillia.</li>
<li>The moderation isn't responsible for behavior on other instances of this software.</li>
</ol>

View file

@ -11,7 +11,10 @@
href='https://codeberg.org/onezDerv/bigly-chat'>source</a> if you want to contribute or make a
fork.</i></p>
</details>
<details>
<summary><b>Guidelines</b></summary>
<%- include ('guidelines.ejs') -%>
</details>
<%if (username=='!nobody' ) { %>
<div class="button"><a href="/client/register">Join</a></div>
<% } %>