reference tildeverse.org/members.json

this prevents keeping two separate member lists in sync.
This commit is contained in:
Ben Harris 2018-11-16 11:44:01 -05:00
parent 1e372006f7
commit 46507012b7
2 changed files with 1 additions and 65 deletions

View File

@ -7,7 +7,7 @@
<p>tilde.chat is meant to be a space for all tilde members to hang out, share, teach, and learn.</p>
<p>feel free to contact a tilde.team admin (<?php
$team = json_decode(file_get_contents("members.json"))->members[0];
$team = json_decode(file_get_contents("https://tildeverse.org/members.json"))->members[1];
$count = count($team->sysadmins);
foreach($team->sysadmins as $sysadmin) {
echo "<a href='{$sysadmin[1]}'>{$sysadmin[0]}</a>";

View File

@ -1,64 +0,0 @@
{
"members": [
{
"private_channel": "#team",
"name": "tilde.team",
"sysadmins": [
[
"ben",
"https://ben.tilde.team/"
],
[
"khuxkm",
"https://khuxkm.tilde.team/"
],
[
"cmccabe",
"https://cmccabe.tilde.team/"
]
],
"link": "https://tilde.team",
"description": "non-commercial space for teaching, learning, and enjoying the social medium of unix"
},
{
"private_channel": "#town",
"name": "tilde.town",
"sysadmins": [
[
"vilmibm",
"https://tilde.town/~vilmibm/"
]
],
"link": "https://tilde.town",
"description": "intentional digital community for making art, socializing, and learning"
},
{
"private_channel": "#your",
"name": "yourtilde.com",
"sysadmins": [
[
"deepend",
"https://yourtilde.com/~deepend/"
]
],
"link": "https://yourtilde.com",
"description": "basically a social network inside SSH: there is chat, email, forums, games, and lots more."
},
{
"private_channel": "#thunix",
"name": "thunix.org",
"sysadmins": [
[
"hexhaxtron",
"https://thunix.org/~hexhaxtron/"
],
[
"amcclure",
"https://amcclure.ttm.sh/"
]
],
"link": "https://www.thunix.org",
"description": "thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge."
}
]
}