Compare commits

...

9 Commits

2 changed files with 36 additions and 4 deletions

View File

@ -52,10 +52,14 @@
<div class="list-group">
<?php
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100") ?? []);
// have to use a token now? seems to be since gitea 1.19 - this one's read-only
$repos = json_decode(file_get_contents(
"https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100&token=448c748ee0082f46ccf246daf759874ca5d067cb") ?? []);
usort($repos, function ($repo1, $repo2) {
return $repo2->updated_at <=> $repo1->updated_at;
});
foreach ($repos as $repo):
if ($repo->archived) continue; ?>
<div class="list-group-item">

View File

@ -3,6 +3,7 @@
{
"description": "aussies.space is a tilde located in australia focused around australian tilde users.",
"link": "https://aussies.space",
"gemini": false,
"gopher": "aussies.space",
"name": "aussies.space",
"created": "2019-02-19T19:44:58.0Z",
@ -18,6 +19,7 @@
{
"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",
"gemini": true,
"gopher": "breadpunk.club",
"name": "breadpunk.club",
"created": "2020-03-28T02:17:24Z",
@ -37,6 +39,7 @@
{
"description": "cosmic.voyage is a tilde community based around a collaborative science-fiction universe.",
"link": "https://cosmic.voyage",
"gemini": true,
"gopher": "cosmic.voyage",
"name": "cosmic.voyage",
"created": "2018-11-20T04:43:32Z",
@ -55,7 +58,8 @@
},
{
"description": "Ctrl-C Club is a Linux server offering free SSH and web accounts to users who want to build webpages, chat online, learn Linux, play text console games, or fiddle around writing software.",
"link": "http://ctrl-c.club",
"link": "https://ctrl-c.club",
"gemini": false,
"gopher": "",
"name": "ctrl-c.club",
"created": "2014-12-06T06:13:44Z",
@ -71,6 +75,7 @@
{
"description": "A small but growing community of people sharing a computer and talking about the intersection of the human experience and the forces of nature",
"link": "https://heathens.club",
"gemini": true,
"gopher": "",
"name": "heathens.club",
"created": "2021-01-12T19:34:00Z",
@ -85,7 +90,8 @@
},
{
"description": "An experimental software community with a 199X aesthetic.",
"link": "http://rw.rs",
"link": "https://rw.rs",
"gemini": false,
"gopher": "",
"name": "rw.rs",
"created": "2019-04-13T07:53:39Z",
@ -101,6 +107,7 @@
{
"description": "Un tilde pero en castellano -- a small spanish-speaking tilde",
"link": "https://texto-plano.xyz",
"gemini": true,
"gopher": "texto-plano.xyz",
"name": "texto-plano.xyz",
"created": "2020-10-30T15:27:11.0Z",
@ -116,6 +123,7 @@
{
"description": "tilde.club is not a social network it is one tiny totally standard unix computer that people respectfully use together in their shared quest to build awesome web pages",
"link": "https://tilde.club",
"gemini": true,
"gopher": "tilde.club",
"name": "tilde.club",
"created": "2014-09-30T02:42:24Z",
@ -132,9 +140,26 @@
}
]
},
{
"description": "FreeBSD based tilde server with the general purpose of letting users explore FreeBSD.",
"link": "https://tilde.guru",
"gemini": false,
"gopher": "tilde.guru",
"name": "tilde.guru",
"created": "2021-07-24",
"channel": "#guru",
"os": "freebsd 13",
"sysadmins": [
{
"name": "sarmonsiill",
"link": "https://tilde.guru/~sarmonsiill"
}
]
},
{
"description": "A public-access UNIX system running OpenBSD",
"link": "https://tilde.institute",
"gemini": true,
"gopher": "tilde.institute",
"name": "tilde.institute",
"created": "2018-11-22T02:53:08Z",
@ -154,6 +179,7 @@
{
"description": "tilde.pink is a gopher-only tilde running on NetBSD open to everyone",
"link": "https://tilde.pink",
"gemini": true,
"gopher": "tilde.pink",
"name": "tilde.pink",
"created": "2019-04-14T00:23:59Z",
@ -169,6 +195,7 @@
{
"description": "non-commercial space for teaching, learning, and enjoying the social medium of unix",
"link": "https://tilde.team",
"gemini": true,
"gopher": "tilde.team",
"name": "tilde.team",
"created": "2017-05-30T20:25:48Z",
@ -192,6 +219,7 @@
{
"description": "intentional digital community for making art, socializing, and learning",
"link": "https://tilde.town",
"gemini": true,
"gopher": "tilde.town",
"name": "tilde.town",
"created": "2014-10-11T16:02:25Z",
@ -216,5 +244,5 @@
}
]
}
]
]
}