add descriptions pulled from tilde homepages

This commit is contained in:
Ben Harris 2018-07-12 19:10:45 -04:00
parent 554452818e
commit d659bf1329
Signed by untrusted user: ben
GPG Key ID: 4E0AF802FFF7960C
2 changed files with 14 additions and 7 deletions

View File

@ -3,10 +3,12 @@
<hr>
<p>hey hi</p>
<p>tilde.chat is an irc network for tildes: social unix servers built as an intentional community for teaching, learning, and sharing.</p>
<p>tilde.chat is meant to be an </p>
<p>you can connect to tilde.chat on port 6697 with ssl</p>
<p>or localhost 6667 from a shell on any of the member tildes :) (port 7766 on ~town until they're able to switch ircd ports)</p>
<p>feel free to contact a tilde.team sysadmin (<?php
$team = json_decode(file_get_contents("members.json"))->members[1];
<p>feel free to contact a tilde.team admin (<?php
$team = json_decode(file_get_contents("members.json"))->members[2];
$count = count($team->sysadmins);
foreach($team->sysadmins as $sysadmin) {
echo "<a href='{$sysadmin[1]}'>{$sysadmin[0]}</a>";
@ -34,7 +36,7 @@
$count--;
}
}
echo ", private channel: {$member->private_channel})</li>\n";
echo ", private channel: {$member->private_channel})</li>&nbsp;&nbsp;{$member->description}<br><br>\n";
}
?>
</ul>
@ -51,6 +53,7 @@
#team - private channel
#town - private channel
#your - private channel
#fun - private channel
</pre>
<p>* = bridged to discord: tilde.chat private discord invites for tilde members <a href="/discord">here</a>. 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.</p>

View File

@ -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."
}
]
}