reminder-bot/templates/terms.html.tera

85 lines
3.9 KiB
Plaintext
Raw Permalink Normal View History

2022-02-11 17:44:08 +00:00
{% extends "base" %}
{% block init %}
{% set title = "Terms of Service" %}
{% set page_title = "Terms of Service" %}
{% set page_subtitle = "" %}
{% set page_emoji = "" %}
{% endblock %}
{% block content %}
<section class="section">
<div class="container">
<h2 class="title">Outline</h2>
2023-05-27 15:40:41 +00:00
<p class="">
The Terms of Service apply whenever you use the hosted edition of <strong>Reminder Bot</strong> and the
2022-02-11 17:44:08 +00:00
<strong>JellyWX's Home</strong> Discord server.
<br>
<br>
Violating the Terms of Service may result in receiving a permanent ban from the Discord server,
permanent restriction on your usage of Reminder Bot, or removal of some or all of your content on
2022-07-22 22:30:45 +00:00
Reminder Bot or the Discord server. None of these will necessarily be preceded or succeeded by a warning
or notice.
2022-02-11 17:44:08 +00:00
<br>
<br>
2022-07-22 22:30:45 +00:00
The Terms of Service may be updated. Notice will be provided via the Discord server. You
2023-05-27 15:40:41 +00:00
should consider the Terms of Service to be a guide for appropriate behaviour.
2022-02-11 17:44:08 +00:00
</p>
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">Reminder Bot</h2>
2023-05-27 15:40:41 +00:00
<p>
The Terms of Service <strong>do not</strong> apply to self-hosting users who are using the source code
or pre-packaged Debian files to run their own instance of Reminder Bot.
2023-05-27 15:40:41 +00:00
</p>
<br>
<h3 class="subtitle">Your access to Reminder Bot may be restricted if you:</h3>
<ul class="pl-6" style="list-style: disc">
<li>Abuse exploits or bugs in Reminder Bot.</li>
<li>Use the bot to harass other Discord users.</li>
<li>Use the bot to transmit malware or other illegal content.</li>
<li>Use the bot to send more than 15 messages during a 60 second period.</li>
2022-07-22 22:30:45 +00:00
<li>
2023-05-27 15:40:41 +00:00
Attempt to circumvent restrictions imposed by the bot or website, including trying to access
2022-07-22 22:30:45 +00:00
data of other users, circumvent Patreon restrictions, or uploading files and creating reminders that
2023-05-27 15:40:41 +00:00
are too large for the bot to send or process.
2022-07-22 22:30:45 +00:00
</li>
2022-02-11 17:44:08 +00:00
</ul>
2023-05-27 15:40:41 +00:00
<br>
<p>
Some or all of these actions may be illegal in your country.
</p>
2022-02-11 17:44:08 +00:00
</div>
</section>
<section class="section">
<div class="container">
<h2 class="title">JellyWX's Home</h2>
2023-05-27 15:40:41 +00:00
<h3 class="subtitle">Your access to the JellyWX's Home Discord server may be restricted if you:</h3>
<ul class="pl-6" style="list-style: disc">
<li>Discuss politics, harass other users, or use language intended to upset other users.</li>
<li>Abuse any exploits.</li>
<li>Share personal information about yourself or any other user. This includes but is not
2022-03-19 17:41:34 +00:00
limited to real names<sup>1</sup>, addresses, phone numbers, country of origin<sup>2</sup>, religion, email address,
IP address.</li>
2023-05-27 15:40:41 +00:00
<li>Send malicious links or attachments.</li>
<li>Advertise without permission.</li>
<li>Send unwarranted direct messages.</li>
2022-02-11 17:44:08 +00:00
</ul>
2022-03-19 17:41:34 +00:00
<p class="small">
<sup>1</sup> Some users may use their real name on their account. In this case, do not assert that
this is a user's real name, or use it to try and identify a user.
<br>
<sup>2</sup> Country of current residence may be discussed, as this is relevant to timezone and
DST selection.
</p>
2022-02-11 17:44:08 +00:00
</div>
</section>
{% endblock %}