diff --git a/forge_comparison.md b/forge_comparison.md index 14e5909..28a4c58 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -19,6 +19,7 @@ The following forges have no significant ethical issues: [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| +[git.eta.st](https://git.eta.st)|✅|Gitea 1.15[⚠][gitea-bug]|n|n|n|n|| [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| [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| [git.stuxhost.com](https://git.stuxhost.com)|✅|Gitlab (CE)|n|n|n|n|| diff --git a/gitlab-dot-com.md b/gitlab-dot-com.md index 611a41d..b255bcb 100644 --- a/gitlab-dot-com.md +++ b/gitlab-dot-com.md @@ -6,22 +6,13 @@ There is Gitlab software, and there are services that use that software. The software comes in two varieties: "*Community Edition*" (CE) and "*Enterprise Edition*" (EE). The Community Edition is free -software. These services run Gitlab as their backend: +software. Several forges run Gitlab as their +backend. E.g. framagit.org, git.feneas.org, git.hardenedbsd.org, +git.jami.net, gitlab.com, gitlab.freedesktop.org, gitlab.gnome.org, +gitlab.torproject.org, source.puri.sm, and source.small-tech.org. See +the [full list](forge_comparison.md) if you're interested. -| host | notes | -|---|---| -| framagit.org || -| git.feneas.org | reCAPTCHA impedes registration | -| git.hardenedbsd.org | possibly restricted to BSD efforts | -| git.jami.net | possibly restricted to Jami efforts | -| gitlab.com (EE) | flagship instance running the *Enterprise Edition*; uses hCAPTCHA; heavily restricted with discriminatory policies (noted below) | -| gitlab.freedesktop.org | possibly restricted to Freedesktop efforts | -| gitlab.gnome.org | possibly restricted to Gnome efforts | -| gitlab.torproject.org (CE) | possibly restricted to the Tor Project (Google reCAPTCHA [is used][GRConTP]) | -| source.puri.sm | open registration; *not* restricted to puri.sm efforts; no CAPTCHA | -| source.small-tech.org | closed registration | - -The rest of this article is focused on the gitlab _.com_ ***service***. +This article is only focused on the gitlab _.com_ ***service***. These are the ethical problems with that specific instance: 1. Sexist treatment toward saleswomen who are [told to wear][sexism] diff --git a/input_data/forges.sql b/input_data/forges.sql index cc3c865..65abf9f 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -59,6 +59,7 @@ insert into forgesTbl (url_clrnet, software, dead) values ('https://git.passagee 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 primary language; no registration form; access is for [April](https://www.april.org) members -- but perhaps April membership is open to all?'); +insert into forgesTbl (url_clrnet, software) values ('https://git.eta.st','Gitea 1.15'); /* 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: