From 9fe59efa7431391761739dcc9a88579f6a850678 Mon Sep 17 00:00:00 2001 From: onezDerv Date: Fri, 20 Sep 2024 17:56:28 -0400 Subject: [PATCH] add ToU --- README.md | 4 +++- views/guidelines.ejs | 17 +++++++++++++++++ views/main.ejs | 5 ++++- 3 files changed, 24 insertions(+), 2 deletions(-) create mode 100644 views/guidelines.ejs diff --git a/README.md b/README.md index 0b061e5..f3c76a1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # BiglyChat -With **BiglyChat**, users can take control of their communications with others; the entire codebase is libre software. \ No newline at end of file +*Collab on videos... make creative animations... and more!* + +With **BiglyChat**, users can take control of their videos; the codebase is libre software. \ No newline at end of file diff --git a/views/guidelines.ejs b/views/guidelines.ejs new file mode 100644 index 0000000..9993a81 --- /dev/null +++ b/views/guidelines.ejs @@ -0,0 +1,17 @@ +
    +
  1. Respect other users and communities. Bigotry, bullying, and hacking are prohibited, however constructive + criticism is encouraged.
  2. +
  3. Stay within the United States and international law.
  4. +
  5. Use the service as intended, regardless of the utility of an unintended feature. Feature requests and exploits + can be reported on Codeberg.
  6. +
  7. Do not associate with communities (i.e. fandoms) that promote prohibited behvaior. However, excluding + edge-cases, + affiliation isn't a bannable offense by itself.
  8. +
  9. Respect other users' property and work. Inspiration is allowed, although assets lifted from other users must be + properly credited.
  10. +
  11. 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.
  12. +
  13. Don't post porn or fetish content, especially pedophillia.
  14. +
  15. The moderation isn't responsible for behavior on other instances of this software.
  16. +
\ No newline at end of file diff --git a/views/main.ejs b/views/main.ejs index d7e7527..799312a 100644 --- a/views/main.ejs +++ b/views/main.ejs @@ -11,7 +11,10 @@ href='https://codeberg.org/onezDerv/bigly-chat'>source if you want to contribute or make a fork.

- +
+ Guidelines + <%- include ('guidelines.ejs') -%> +
<%if (username=='!nobody' ) { %>
Join
<% } %>