1
0
Fork 0
mirror of https://github.com/ProjectSynthoria/SynthoriaArchive.git synced 2025-03-12 15:26:56 +02:00
SynthoriaArchive/nyaa/templates/rules.html

27 lines
2 KiB
HTML
Raw Permalink Normal View History

2017-05-12 20:51:49 +02:00
{% extends "layout.html" %}
{% block title %}Rules :: {{ config.SITE_NAME }}{% endblock %}
{% block body %}
2017-06-03 15:06:15 -04:00
<div class="content">
2017-05-12 20:51:49 +02:00
<h1>Site Rules</h1><!-- <br> -->
2025-03-04 23:56:47 +02:00
<h1>Breaking any of the rules on this page may result in getting banned</h1>
<p><b>Shitposting and trolling:</b> Your account will be banned if you keep this up. Repeatedly making inaccurate/false reports falls under this rule as well.</p>
2017-05-12 20:51:49 +02:00
<p><b>Bumping:</b> Your account will be banned if you keep deleting and reposting your torrents.</p>
<p><b>URL redirection services:</b> These are removed on sight along with their torrents.</p>
<p><b>Advertising:</b> No.</p>
2025-03-04 23:56:47 +02:00
<p><b>Malware:</b> No.</p>
<p><b>Content restrictions:</b> This site is for content related to voice synthesizers. Other content is prohibited without exceptions and will be removed.</p>
<h3>Synthoria is dedicated to hosting and preserving legal torrents only. We do not facilitate piracy in any form. This website is not a platform for pirated materials, and we encourage users to respect the intellectual property rights of creators and owners.</h3>
<h4>This platform may host content that does not strictly adhere to the End User License Agreement (EULA) of certain voice synthesizers. While we allow such content to be shared, we emphasize that users who download and use this content do so at their own risk. By using this content, users acknowledge that they are responsible for ensuring compliance with the relevant EULA and any applicable laws. We do not condone or encourage any violation of EULAs or laws, and we disclaim any liability for any consequences arising from the use of such content.</h4>
<p><b>Notes concerning uploading other people's work:</b></p>
2017-05-12 20:51:49 +02:00
<ul>
<li>
2025-03-04 23:56:47 +02:00
<p>Do not upload cracked or pirated voice synthesizers or voicebanks. Only official, legal, or open-source content is allowed.</p>
2017-05-12 20:51:49 +02:00
</li>
<li>
2025-03-04 23:56:47 +02:00
<p>Do not upload voicebanks where the author has explicitly stated that redistribution is prohibited.</p>
2017-05-12 20:51:49 +02:00
</li>
</ul>
2017-08-31 14:19:22 +02:00
</div>
2017-05-12 20:51:49 +02:00
{% endblock %}