From 49588fb15dc4a861667c7c9ef919c5181858c298 Mon Sep 17 00:00:00 2001 From: humanacollaborator Date: Mon, 19 Jul 2021 19:03:58 -0400 Subject: [PATCH] Added forge.april.org to the SQL file and re-generated --- forge_comparison.md | 2 +- input_data/forges.sql | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/forge_comparison.md b/forge_comparison.md index 2a1ae38..91f5c21 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -16,10 +16,10 @@ 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| [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| -[forge.april.org](https://forge.april.org)|✅|Gitea|n|n|n|n|| [git.jami.net](https://git.jami.net)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Jami efforts; acces to help page blocked to non-members so CE/EE unknown| [gitlab.gnome.org](https://gitlab.gnome.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts| [gitlab.tails.boum.org](https://gitlab.tails.boum.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Tails efforts but no AUP says otherwise| diff --git a/input_data/forges.sql b/input_data/forges.sql index b8d8b11..07242eb 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -58,6 +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, notes) values ('https://forge.april.org','Gitea 1.14.5','French is the most common language'); /* 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: