From 9a09ce25fdbaa4cf58976abe5999eb2c55b6a67c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 17 Nov 2020 19:55:55 -0500 Subject: [PATCH] update webchat links --- badges/shieldsio.php | 4 ++-- gen_stats | 2 +- index.php | 4 +--- navbar.php | 10 +--------- stats/index.php | 2 +- wiki/pages/hamradio.md | 2 +- 6 files changed, 7 insertions(+), 17 deletions(-) diff --git a/badges/shieldsio.php b/badges/shieldsio.php index 6f21283..b675e9a 100644 --- a/badges/shieldsio.php +++ b/badges/shieldsio.php @@ -1,14 +1,14 @@ []); foreach ($stats->channels as $key=>$channel) { if ($channel->name==$channel_name) { - return "https://img.shields.io/badge/dynamic/json.svg?url=https://tilde.chat/stats.json&label=~chat&query=$.channels[$key].usercount&suffix=%20online%20on%20{$name_url}&link=https:%2F%2Ftilde.chat&link=https:%2F%2Fweb.tilde.chat%2F%3Fjoin%3D{$name_link}&colorB=%2300cc00"; + return "https://img.shields.io/badge/dynamic/json.svg?url=https://tilde.chat/stats.json&label=~chat&query=$.channels[$key].usercount&suffix=%20online%20on%20{$name_url}&link=https:%2F%2Ftilde.chat&link=https:%2F%2Fkiwi.tilde.chat%2F{$name_link}&colorB=%2300cc00"; } } return "https://img.shields.io/badge/~chat-invalid%20channel-red.svg"; diff --git a/gen_stats b/gen_stats index 74a699a..23885cc 100755 --- a/gen_stats +++ b/gen_stats @@ -52,7 +52,7 @@ for c in root.findall("./channellist/channel"): name=name, topic=unsanitize(c.find("./channeltopic/topictext"), "no topic set"), usercount=int(c.find("usercount").text), - webchatlink="https://web.tilde.chat/?join=" + quote(name), + webchatlink="https://kiwi.tilde.chat/" + quote(name), ) ) diff --git a/index.php b/index.php index 8c6d58f..ad6c233 100644 --- a/index.php +++ b/index.php @@ -15,9 +15,7 @@ na.tilde.chat, eu.tilde.chat, and au.tilde.chat on port 6697 with ssl.

or localhost 6667 from a shell on any of the member tildes :) (port 7766 on ~town)

-

if you don't have a client ready to go, try using one of our webchat clients: - thelounge or kiwiirc -

+

if you don't have a client ready to go, try using our webchat.

mumble server

use your client to connect to tilde.chat on the default port using "tilde.chat" as the password and talk!

diff --git a/navbar.php b/navbar.php index 770781d..3a691b3 100644 --- a/navbar.php +++ b/navbar.php @@ -13,15 +13,7 @@ diff --git a/stats/index.php b/stats/index.php index d79af8a..311318a 100644 --- a/stats/index.php +++ b/stats/index.php @@ -13,7 +13,7 @@ include __DIR__."/../header.php";
name?> - +
diff --git a/wiki/pages/hamradio.md b/wiki/pages/hamradio.md index b3b6001..8c4a849 100644 --- a/wiki/pages/hamradio.md +++ b/wiki/pages/hamradio.md @@ -18,4 +18,4 @@ This is a list of callsigns of tildeverse members. - [N3FOS = LickTheCheese](//lickthecheese.fuckup.club) - [KK6GET = NoraCodes](//tilde.town/~noracodes) -A ham radio operator channel is available: [#hamradio](https://web.tilde.chat/?join=hamradio). +A ham radio operator channel is available: [#hamradio](https://kiwi.tilde.chat/#hamradio).