70 lines
3.1 KiB
HTML
70 lines
3.1 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>MiDGARD - Rules</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>
|
|
_ __ __
|
|
____ ___ (_)___/ /___ _____ __________/ /
|
|
/ __ `__ \/ / __ / __ `/ __ `/ ___/ __ /
|
|
/ / / / / / / /_/ / /_/ / /_/ / / / /_/ /
|
|
/_/ /_/ /_/_/\__,_/\__, /\__,_/_/ \__,_/
|
|
/____/
|
|
</pre>
|
|
<div class="nav">
|
|
<a href="/index.php">HOME</a>
|
|
<a href="/rules.xhtml" class="current">RULES</a>
|
|
<a href="/services.xhtml">SERVICES</a>
|
|
<a href="/contact.xhtml">CONTACT</a> *
|
|
<a href="/sites.xhtml">USERSITES</a> <br />
|
|
</div>
|
|
</div>
|
|
<div class="main">
|
|
<h1>Rules</h1>
|
|
<p>
|
|
I know you came here expecting a long list of rules you must follow detailing how
|
|
you must have the same opinions, but that's not really what this is. Most of this
|
|
document will be about web bloat. There are some rules to the Midgard services
|
|
outside of that though.
|
|
</p>
|
|
<p>
|
|
You are not allowed to use Midgard to advocate for, distribute, host, or in any way
|
|
promote abuse material. Midgard cannot be used for selling/promoting illegal goods
|
|
either (drugs, weapons, etc). Midgard is not a porn site and not a place for you
|
|
dump all of that. You also shouldn't use it for spreading hate speech, but I'm not
|
|
going to ban you for being a bit edgy in your humor either.
|
|
</p>
|
|
<p>
|
|
The rest of this is mainly about user sites. Your site on Midgard should be
|
|
minimal, small, and accessible. This isn't to say that it shouldn't look good, but
|
|
it should avoid depending on JS or browser-specific functionality. XHTML usage is
|
|
recommended but not mandatory as it follows a strict standard. Sites shouldn't be
|
|
very large, this is both for not flooding the server and to keep things fast for the
|
|
end user. "very large" depends on the site, but you should aim for not overloading
|
|
things with tons of CSS imports, JS libraries, etc. Smaller is better.
|
|
</p>
|
|
</div>
|
|
<div class="footer">
|
|
<hr />
|
|
<img src="/assets/img/kopimi.png" style="vertical-align: middle; width: 15px" />
|
|
Information should be free, Kopimi. Site content, as well as Midgard and Yggdrasil buttons, are CC BY-SA.<br />
|
|
Licenses for other badges are unknown.<br />
|
|
<div class="buttons">
|
|
<img src="/assets/badges/midgard-v1.png" alt="Midgard" />
|
|
<img src="/assets/badges/cc-by-sa.png" alt="Creative Commons Attribution-ShareAlike" />
|
|
<img src="/assets/badges/valid-xhtml11.png" alt="Valid XHTML 1.1" />
|
|
<img src="/assets/badges/powered-by-i2p.png" alt="I2P" />
|
|
<img src="/assets/badges/tor.gif" alt="Tor" />
|
|
<img src="/assets/badges/yggdrasil.png" alt="Yggdrasil" />
|
|
<img src="/assets/badges/alpine.png" alt="Alpine Powered" />
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
</html>
|