mirror of
https://git.everypizza.im/n/everypizza.im.git
synced 2025-04-10 10:26:13 +02:00
66 lines
No EOL
2.8 KiB
HTML
66 lines
No EOL
2.8 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
|
|
<head>
|
|
<title>EveryPizza IM</title>
|
|
<link rel="stylesheet" href="/assets/style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="header">
|
|
<pre>
|
|
_
|
|
(_)
|
|
_____ _____ _ __ _ _ _ __ _ __________ _
|
|
/ _ \ \ / / _ \ '__| | | | '_ \| |_ /_ / _` |
|
|
| __/\ V / __/ | | |_| | |_) | |/ / / / (_| |
|
|
\___| \_/ \___|_| \__, | .__/|_/___/___\__,_|
|
|
__/ | |
|
|
|___/|_|
|
|
|
|
</pre>
|
|
<div class="nav">
|
|
<a href="/index.xht">HOME</a>
|
|
<a href="/rules.xht" class="current">RULES</a>
|
|
<a href="/services.xht">SERVICES</a>
|
|
<a href="/contact.xht">CONTACT</a>
|
|
<a href="/servers.xht">SERVERS</a>
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<p>
|
|
Our rules are pretty light. It's the least possible to help us achive our goals
|
|
and not get us in legal trouble.
|
|
</p>
|
|
<p>
|
|
You may not use everypizza.im services to break Texas or US law. Brute-forcing passwords,
|
|
DDoSing, unnecessarily using system resources, "pentesting", etc. is strictly forbidden.
|
|
If you see abusive content on our services, <i>please</i> report it. When possible, <i>please</i> try
|
|
to solve small conflicts on your own. If a user is actively engaging in harassment or abuse towards you,
|
|
it is very important that you report it to help us take down the harrassing content.
|
|
</p>
|
|
<p>
|
|
Privacy is also important. When you access these services, the mininum possible is logged. For XMPP,
|
|
the admins are sent a notification with your chosen username and that is it. For Sharkey, the software
|
|
for some reason requires your IP used for registration to be logged. If you do not like this, you may
|
|
use a VPN or service like Tor. Our disks also have full disk encryption. Data is only acessible by Nyx
|
|
and 2 others it trusts with its life.
|
|
</p>
|
|
<p>
|
|
While we try our best to keep services running as much as possible, outside factors can effect the stability
|
|
of our services. As everything is self-hosted at home, <b>do not</b> store <i>vital</i> information on our
|
|
services.
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<p>
|
|
This design is <del>stolen from</del> inspired by Midgard, on
|
|
<a href="http://[300:5506:25eb:d0d9::]/">Yggdrasil</a> and
|
|
<a href="http://midgardmvjfdvespsrfr3fmcyjwmnqhvsmiea7wqoyrrn5rpzp6zo5ad.onion/">Tor</a>.
|
|
</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |