re-add channel field to members.json

This commit is contained in:
Ben Harris 2018-11-16 12:04:20 -05:00
parent 5b11a31799
commit 69f125ceff
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@
"description": "thunix offers Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge. ",
"link": "https://www.thunix.org",
"name": "thunix",
"channel": "#thunix",
"sysadmins": [
[
"hexhaxtron",
@ -35,6 +36,7 @@
"description": "non-commercial space for teaching, learning, and enjoying the social medium of unix",
"link": "https://tilde.team",
"name": "tilde.team",
"channel": "#team",
"sysadmins": [
[
"ben",
@ -54,6 +56,7 @@
"description": "intentional digital community for making art, socializing, and learning",
"link": "https://tilde.town",
"name": "tilde.town",
"channel": "#town",
"sysadmins": [
[
"vilmibm",
@ -65,6 +68,7 @@
"description": "basically a social network inside SSH: there is chat, email, forums, games, and lots more.",
"link": "https://yourtilde.com",
"name": "yourtilde.com",
"channel": "#yourtilde",
"sysadmins": [
[
"deepend",

View File

@ -5,7 +5,7 @@
<div class="list-group-item">
<h3 class="list-group-item-heading"><a href="<?=$member->link?>"><?=$member->name?></a></h3>
<p class="list-group-item-text"><?=$member->description?></p>
<h4>Sysadmins</h4>
<h4>sysadmins</h4>
<ul>
<?php foreach ($member->sysadmins as $admin): ?>
<li><a href="<?=$admin[1]?>"><?=$admin[0]?></a></li>