Compare commits

...

5 Commits

Author SHA1 Message Date
ubergeek cf6c245afc removed thunix from members
need to be removed until such a time as thunix can be a stable system again.
2022-09-05 14:59:23 +00:00
Ben Harris e51b585806 irc participation is a member requirement 2022-05-26 16:34:57 -04:00
Ben Harris 25d208521e show all repos 2022-03-25 15:26:44 -04:00
Ben Harris 72c406a451 fix sorting on members.json 2022-01-05 13:59:40 -05:00
Ben Harris 39b1d8504c Merge pull request 'Add heathens.club' (#47) from palm93/site:master into master
Reviewed-on: tildeverse/site#47
2022-01-05 18:52:03 +00:00
2 changed files with 10 additions and 48 deletions

View File

@ -52,7 +52,7 @@
<div class="list-group">
<?php
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos") ?? []);
$repos = json_decode(file_get_contents("https://tildegit.org/api/v1/orgs/tildeverse/repos?limit=100") ?? []);
usort($repos, function ($repo1, $repo2) {
return $repo2->updated_at <=> $repo1->updated_at;
});

View File

@ -69,17 +69,17 @@
]
},
{
"description": "envs.net is a minimalist, non-commercial shared linux system and will always be free to use. - located in germany",
"link": "https://envs.net",
"gopher": "envs.net",
"name": "envs",
"created": "2018-08-11T22:21:07Z",
"channel": "",
"os": "debian",
"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",
"gopher": "",
"name": "heathens.club",
"created": "2021-01-12T19:34:00Z",
"channel": "#midgard",
"os": "Alpine Linux",
"sysadmins": [
{
"name": "creme",
"link": "https://envs.net/~creme/"
"name": "palm93",
"link": "https://heathens.club/~palm93/"
}
]
},
@ -113,29 +113,6 @@
}
]
},
{
"description": "thunix offers Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge.",
"link": "https://www.thunix.net",
"gopher": "thunix.net",
"name": "thunix",
"created": "2019-02-10T03:13:23Z",
"channel": "#thunix",
"os": "debian stable",
"sysadmins": [
{
"name": "fosslinux",
"link": "https://www.thunix.net/~fosslinux"
},
{
"name": "naglfar",
"link": "https://www.thunix.net/~naglfar"
},
{
"name": "ubergeek",
"link": "https://www.thunix.net/~ubergeek"
}
]
},
{
"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",
@ -238,21 +215,6 @@
"link": "https://tilde.town/~l0010o0001l/"
}
]
},
{
"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",
"gopher": "",
"name": "heathens.club",
"created": "2021-01-12T19:34:00Z",
"channel": "#midgard",
"os": "Alpine Linux",
"sysadmins": [
{
"name": "palm93",
"link": "https://heathens.club/~palm93/"
}
]
}
]
}