add ToU
This commit is contained in:
parent
a473e38a87
commit
9fe59efa74
3 changed files with 24 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
# BiglyChat
|
# 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
17
views/guidelines.ejs
Normal 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>
|
|
@ -11,7 +11,10 @@
|
||||||
href='https://codeberg.org/onezDerv/bigly-chat'>source</a> if you want to contribute or make a
|
href='https://codeberg.org/onezDerv/bigly-chat'>source</a> if you want to contribute or make a
|
||||||
fork.</i></p>
|
fork.</i></p>
|
||||||
</details>
|
</details>
|
||||||
|
<details>
|
||||||
|
<summary><b>Guidelines</b></summary>
|
||||||
|
<%- include ('guidelines.ejs') -%>
|
||||||
|
</details>
|
||||||
<%if (username=='!nobody' ) { %>
|
<%if (username=='!nobody' ) { %>
|
||||||
<div class="button"><a href="/client/register">Join</a></div>
|
<div class="button"><a href="/client/register">Join</a></div>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
Loading…
Reference in a new issue