diff options
| -rw-r--r-- | index.html | 19 | ||||
| -rw-r--r-- | rules.html | 53 | 
2 files changed, 56 insertions, 16 deletions
| @@ -28,20 +28,7 @@ There is a focus on supporting <a href="https://en.wikipedia.org/wiki/Free_and_o  You can also visit us over The Onion Routing protocol at <a href="http://qzzf2qcfbhievvs5nzkccuwddroipy62qjocqtmgcgh75vd6w57m7yad.onion">our onion address.</a> -Donts: -====== - -    -Repeated harassment of any network user. -    -Distribution of child pornography. -    -Dealing of goods and using the network as a space for commericial operations. -    -Any denial of service against the network or its users. -    -Use of our network resources or services for malicious intent. -    -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots. -    -Unwanted advertisement of websites, IRC network, or channels (also known as spamming). -    -Evading bans, either those placed by network staff or by individual channels. -    -Impersonation of network staff or services. -    -Connecting through open proxies. -    -Any other behavior deemed inappropriate by network staff. +<a href="/rules.html">Rules</a>  Services (Clearnet): @@ -50,7 +37,7 @@ Services (Clearnet):  Communications:  -------------- -<a href="/irc.html">IRC</a> | <a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="https://meet.lysergic.dev">Jitsi Video Conferencing </a> +<a href="/irc.html">IRC</a> | <a href="/xmpp.html">XMPP</a>  Search Engines:  -------------- @@ -88,7 +75,7 @@ Communications:  Contribute:  ========== -Check our <a href="git.html">/git</a> info page or head directly to the <a href="https://git.casa/">main repository.</a> +Check out the <a href="git.html">/git</a> info page or head directly to the <a href="https://git.casa/">main repository.</a> diff --git a/rules.html b/rules.html new file mode 100644 index 0000000..f8ed64d --- /dev/null +++ b/rules.html @@ -0,0 +1,53 @@ +<!DOCTYPE html> +<html> + +<head> +<meta charset="UTF-8"> +  <link rel="stylesheet" href="styles.css"> +<title>LibertaCasa - Rules</title> +</head> + +<body> +<pre> +┬   ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐ +│    │  │─│ │─  │┬┘  │  │─┤ +┘─┘ └┴┘ │─┘ ┴─┘ │└┘  ┘  ┘ │ + +┌─┐ ┬─┐ ┐─┐ ┬─┐ +│   │─┤ └─┐ │─┤ +└─┘ ┘ │ ──┘ ┘ │ +</pre> +<h3>Rules</h3> +<pre> + +Donts: +======== + +  -Repeated harassment of any network user. +  -Distribution of child pornography. +  -Dealing of goods and using the network as a space for commericial operations. +  -Any denial of service against the network or its users. +  -Use of our network resources or services for malicious intent. +  -Connecting to the network for any reason using a compromised machine, including as a proxy or loading trojans or bots. +  -Unwanted advertisement of websites, IRC network, or channels (also known as spamming). +  -Evading bans, either those placed by network staff or by individual channels. +  -Impersonation of network staff or services. +  -Connecting through open proxies. +  -Any other behavior deemed inappropriate by network staff. + + + + + + + + + + + +<footer> +  <a href="mailto:hello@liberta.casa"> Contact </a> +</footer> +</pre> +</body> +</html> | 
