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

View File

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