diff options
-rw-r--r-- | irc.html | 12 | ||||
-rw-r--r-- | matrix.html | 46 |
2 files changed, 2 insertions, 56 deletions
@@ -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> |