From c5a2f08c461182c40f525f5f5f5815106ae07dc5 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Mon, 19 Jul 2021 19:20:35 -0400 Subject: [PATCH] Add note stating forge.april.org is for www.april.org members --- forge_comparison.md | 2 +- input_data/forges.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/forge_comparison.md b/forge_comparison.md index 00f6604..0704038 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -16,7 +16,7 @@ The following forges have no significant ethical issues: [git.nixnet.services](https://git.nixnet.services)|❌|Gitea 1.14.1[⚠][gitea-bug]|n|n|n|n|formerly git.nixnet.xyz| [git.safemobile.org](https://git.safemobile.org)|✅|Gitea 1.14.1[⚠][gitea-bug]|n|n|n|n|| [git.disroot.org](https://git.disroot.org)|✅|Gitea 1.14.2[⚠][gitea-bug]|n|n|n|n|SSH over Tor works; based in NL| -[forge.april.org](https://forge.april.org)|❌|Gitea 1.14.5[⚠][gitea-bug]|n|n|n|n|French is the most common language; no registration form so apparently not open to the general public.| +[forge.april.org](https://forge.april.org)|❌|Gitea 1.14.5[⚠][gitea-bug]|n|n|n|n|French is the primary language; no registration form; access is for [April](https://www.april.org) members -- but perhaps April membership is open to all?| [git.nogafam.es](https://git.nogafam.es)([onion](http://git.hsdtecd4h2b5z732pvkg2yw3746epap4qusgvjjze6nhmfcdpz2suiad.onion/))|✅|Gitea 1.15.0[⚠][gitea-bug]|n|n|n|n|[SSH disabled](https://git.nogafam.es/deCloudflare/deCloudflare/issues/18#issuecomment-75); large repos are [git-inaccessible over Tor](https://git.nogafam.es/deCloudflare/deCloudflare/issues/18#issuecomment-48)| [try.gitea.io](https://try.gitea.io)|✅|Gitea 1.15.0[⚠][gitea-bug]|n|n|n|n|Intended only for Gitea experimentation; no expectation of future availability| [framagit.org](https://framagit.org)|✅|Gitlab (CE 13.10.2)|n|n|n|n|[may become more restricted](https://framablog.org/2019/09/26/lets-de-frama-tify-the-internet) in mid-2021| diff --git a/input_data/forges.sql b/input_data/forges.sql index e78209b..e69a5ef 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -58,7 +58,7 @@ insert into forgesTbl (url_clrnet, software, notes) values ('https://opendev.org insert into forgesTbl (url_clrnet, software, dead) values ('https://git.passageenseine.fr','Gitea',1); insert into forgesTbl (url_clrnet, software, dead) values ('https://gitea.shuishan.net.cn','Gitea',1); insert into forgesTbl (url_clrnet, software, notes) values ('https://try.gitea.io','Gitea 1.15.0','Intended only for Gitea experimentation; no expectation of future availability'); -insert into forgesTbl (url_clrnet, software, openpubreg, notes) values ('https://forge.april.org','Gitea 1.14.5',0,'French is the most common language; no registration form so apparently not open to the general public.'); +insert into forgesTbl (url_clrnet, software, openpubreg, notes) values ('https://forge.april.org','Gitea 1.14.5',0,'French is the primary language; no registration form; access is for [April](https://www.april.org) members -- but perhaps April membership is open to all?'); /* Bug: the record for de.edumat.io sorts unfavorably. We need a natural sort but that's not part of Sqlite. A collation function is needed: