From d659bf13294157ed3caf278123c3efdd5b7a7868 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 12 Jul 2018 19:10:45 -0400 Subject: [PATCH] add descriptions pulled from tilde homepages --- index.php | 9 ++++++--- members.json | 12 ++++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/index.php b/index.php index 22b3082..affd44c 100644 --- a/index.php +++ b/index.php @@ -3,10 +3,12 @@

hey hi

+

tilde.chat is an irc network for tildes: social unix servers built as an intentional community for teaching, learning, and sharing.

+

tilde.chat is meant to be an

you can connect to tilde.chat on port 6697 with ssl

or localhost 6667 from a shell on any of the member tildes :) (port 7766 on ~town until they're able to switch ircd ports)

-

feel free to contact a tilde.team sysadmin (members[1]; +

feel free to contact a tilde.team admin (members[2]; $count = count($team->sysadmins); foreach($team->sysadmins as $sysadmin) { echo "{$sysadmin[0]}"; @@ -34,7 +36,7 @@ $count--; } } - echo ", private channel: {$member->private_channel})\n"; + echo ", private channel: {$member->private_channel})  {$member->description}

\n"; } ?> @@ -51,6 +53,7 @@ #team - private channel #town - private channel #your - private channel +#fun - private channel

* = bridged to discord: tilde.chat private discord invites for tilde members here. join and confirm that you're a tilde member to get access to the channels (including a private Discord channel for your tilde). bridging configuration can be adjusted per request.

diff --git a/members.json b/members.json index d22030f..581950f 100644 --- a/members.json +++ b/members.json @@ -9,7 +9,8 @@ "https://tilde.fun/~shiki/" ] ], - "link": "https://tilde.fun" + "link": "https://tilde.fun", + "description": "Linux machine on the internet where you can get a shell account" }, { "private_channel": "#town", @@ -20,7 +21,8 @@ "https://tilde.town/~vilmibm/" ] ], - "link": "https://tilde.town" + "link": "https://tilde.town", + "description": "intentional digital community for making art, socializing, and learning" }, { "private_channel": "#team", @@ -43,7 +45,8 @@ "https://virtual.tilde.team/" ] ], - "link": "https://tilde.team" + "link": "https://tilde.team", + "description": "non-commercial space for teaching, learning, and enjoying the social medium of unix" }, { "private_channel": "#your", @@ -54,7 +57,8 @@ "https://yourtilde.com/~deepend/" ] ], - "link": "https://yourtilde.com" + "link": "https://yourtilde.com", + "description": "basically a social network inside SSH: there is chat, email, forums, games, and lots more." } ] } \ No newline at end of file