mirror of
https://git.sdf.org/humanacollaborator/humanacollabora.git
synced 2024-10-01 08:25:43 -04:00
added git.eta.st, removed redundancy from gitlab-dot-com.md
This commit is contained in:
parent
52c6f6d17b
commit
94ddc404d1
@ -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||
|
||||
|
@ -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]
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user