Move postman and web inside src
This commit is contained in:
84
templates/terms.html.tera
Normal file
84
templates/terms.html.tera
Normal file
@ -0,0 +1,84 @@
|
||||
{% 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>
|
||||
<p class="">
|
||||
The Terms of Service apply whenever you use the hosted edition of <strong>Reminder Bot</strong> and the
|
||||
<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
|
||||
Reminder Bot or the Discord server. None of these will necessarily be preceded or succeeded by a warning
|
||||
or notice.
|
||||
<br>
|
||||
<br>
|
||||
The Terms of Service may be updated. Notice will be provided via the Discord server. You
|
||||
should consider the Terms of Service to be a guide for appropriate behaviour.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="title">Reminder Bot</h2>
|
||||
<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.
|
||||
</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>
|
||||
<li>
|
||||
Attempt to circumvent restrictions imposed by the bot or website, including trying to access
|
||||
data of other users, circumvent Patreon restrictions, or uploading files and creating reminders that
|
||||
are too large for the bot to send or process.
|
||||
</li>
|
||||
</ul>
|
||||
<br>
|
||||
<p>
|
||||
Some or all of these actions may be illegal in your country.
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section">
|
||||
<div class="container">
|
||||
<h2 class="title">JellyWX's Home</h2>
|
||||
<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
|
||||
limited to real names<sup>1</sup>, addresses, phone numbers, country of origin<sup>2</sup>, religion, email address,
|
||||
IP address.</li>
|
||||
<li>Send malicious links or attachments.</li>
|
||||
<li>Advertise without permission.</li>
|
||||
<li>Send unwarranted direct messages.</li>
|
||||
</ul>
|
||||
<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>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user