add breadpunk.club
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Ben Harris 2021-07-14 15:43:49 -04:00
parent 1f8b050a41
commit 132116bfe8
2 changed files with 20 additions and 1 deletions

View File

@ -15,6 +15,25 @@
]
]
},
{
"description": "We are a shared Unix computer focused on bread: baking it, eating it, using it as fiat currency in the event of a cataclysm, that sort of thing.",
"link": "https://breadpunk.club",
"gopher": "breadpunk.club",
"name": "breadpunk.club",
"created": "2020-03-28T02:17:24Z",
"channel": "#bread",
"os": "ubuntu lts",
"sysadmins": [
[
"breadw",
"https://breadpunk.club/~breadw/"
],
[
"lucitoast",
"https://breadpunk.club/~lucitoast/"
]
]
},
{
"description": "cosmic.voyage is a tilde community based around a collaborative science-fiction universe.",
"link": "https://cosmic.voyage",

View File

@ -18,7 +18,7 @@ include __DIR__.'/../header.php';
<?php endforeach; ?>
</p>
<p><strong>os</strong>: <?=$member->os?></p>
<p><strong>channel</strong>: <?=$member->channel?></p>
<p><strong>channel</strong>: <a href="https://tilde.chat/kiwi/<?=$members->channel?>"><?=$member->channel?></a></p>
<?php if (!empty($member->created)) { ?>
<p><strong>created</strong>: <?=date("D M jS, Y", strtotime($member->created))?></p>
<?php } ?>