diff options
author | Pratyush Desai | 2023-06-27 20:46:57 +0200 |
---|---|---|
committer | Pratyush Desai | 2023-06-27 20:46:57 +0200 |
commit | 217052452edbbae06ba9adb4e083412c3cc6999b (patch) | |
tree | da1417e01ed30503d11f74a2ae26e41c5f5d3be6 | |
parent | b8ac00c78c32c5cf07bceed2adb50dec2383089f (diff) | |
parent | 3c2eca9ab4ff6845327b9f9fbaf239f85343fe23 (diff) | |
download | website-217052452edbbae06ba9adb4e083412c3cc6999b.tar.gz website-217052452edbbae06ba9adb4e083412c3cc6999b.tar.bz2 website-217052452edbbae06ba9adb4e083412c3cc6999b.zip |
Merge pull request 'rm/edit redundant links' (#25) from upkeep-general into master
Reviewed-on: https://git.com.de/LibertaCasa/website/pulls/25
-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> |