summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratyush Desai2023-06-28 18:33:04 +0200
committerPratyush Desai2023-06-28 18:33:04 +0200
commit25016d9ef701e083f265f6e0f24f0094840d5cb6 (patch)
tree620057532e41a27cdd931881cd66674845627627
parent217052452edbbae06ba9adb4e083412c3cc6999b (diff)
parentf444ddd4a3d5088369583d1e44967750b17ac51c (diff)
downloadwebsite-25016d9ef701e083f265f6e0f24f0094840d5cb6.tar.gz
website-25016d9ef701e083f265f6e0f24f0094840d5cb6.tar.bz2
website-25016d9ef701e083f265f6e0f24f0094840d5cb6.zip
Merge pull request 'Remove convos link and i2p guide from irc' (#26) from rm-irc-redundant into master
Reviewed-on: https://git.com.de/LibertaCasa/website/pulls/26
-rw-r--r--irc.html12
-rw-r--r--matrix.html46
2 files changed, 2 insertions, 56 deletions
diff --git a/irc.html b/irc.html
index 5babe9c..67b6f02 100644
--- a/irc.html
+++ b/irc.html
@@ -23,7 +23,7 @@
<a href="/register">Registration</a>
-<a href="/kiwi">KiwiIRC Webchat</a> | <a href="/gamja">Gamja Webchat</a> | <a href="/convos">Convos Webchat/Bouncer</a>
+<a href="/kiwi">KiwiIRC Webchat</a> | <a href="/gamja">Gamja Webchat</a>
Connection Details:
@@ -48,14 +48,6 @@ you can access the network via
Webchat via Tor is available through the links on the top - KiwiIRC will offer the best experience.
-2. I2P
-
- Guide to setting up i2p <a href="/i2p.html">here</a>
-
- Use the samle configuration shown above.
- Destination: fzsgc66e52ve5phrcktrekqtko423ihau42u72v4cfg6bg4osuda.b32.i2p
- Port: 6668
- SSL/TLS: False
Account registration FAQ
========================
@@ -73,7 +65,7 @@ Once you register your nick it becomes your account name. It is the name with wh
2. How do I authenticate to my nickname?
-You should enable SASL in your client.
+You should enable SASL in your client.
- If your client doesn't support SASL, then update to a good client!
diff --git a/matrix.html b/matrix.html
deleted file mode 100644
index 2751d37..0000000
--- a/matrix.html
+++ /dev/null
@@ -1,46 +0,0 @@
-<!DOCTYPE html>
-<html>
-
-<head>
-<meta charset="UTF-8">
- <link rel="stylesheet" href="styles.css">
-<title>LibertaCasa</title>
-</head>
-
-<body>
-<pre>
-┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
-│ │ │─│ │─ │┬┘ │ │─┤
-┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
-
-┌─┐ ┬─┐ ┐─┐ ┬─┐
-│ │─┤ └─┐ │─┤
-└─┘ ┘ │ ──┘ ┘ │
-</pre>
-<h3>Matrix</h3>
-<pre>
-<a href="https://matrix.org/">What's Matrix (official Website)</a>
-
-Connection Details:
-===================
-
-The only fully featured Matrix client is Element. Our instance is available at <a href="https://element.liberta.casa/">https://element.liberta.casa</a>.
-
-After having created an account in Element, it is possible to connect other Matrix clients using the Homeserver address <code>matrix.liberta.casa</code>.
-
-
-
-
-
-
-
-
-
-
-
-<footer>
- <a href="mailto:hello@liberta.casa"> Contact </a>
-</footer>
-</pre>
-</body>
-</html>