fix s/w printing

This commit is contained in:
humanacollaborator 2021-04-03 16:34:48 -04:00
parent 5778885953
commit 1e57c0ec41
2 changed files with 11 additions and 11 deletions

View File

@ -7,23 +7,23 @@ The following forges have no significant ethical issues:
| *forge* | *registration publicly open* | *software* | *Tor-hostile* | *sensitive info exposed to CloudFlare* | *forced re/hCAPTCHA* | *forced execution of non-free software* | *notes* |
|---|---|---|---|---|---|---|---|
([🧅](http://githidep2hynhdmutuv7n2tei4iie2c7lyqz5fes3r5zzoxe5dshtxyd.onion))|💀|gitea|n|n|n|n|**dead site**|
([🧅](http://githidep2hynhdmutuv7n2tei4iie2c7lyqz5fes3r5zzoxe5dshtxyd.onion))|💀|other|n|n|n|n|**dead site**|
[framagit.org](https://framagit.org)|🟢|Gitlab (CE)|n|n|n|n||
[git.fuwafuwa.moe](https://git.fuwafuwa.moe)([🧅](http://git.fuwafuwaqtlkkxwc.onion))|🟢|gitea|n|n|n|n|SSH over Tor broken; HTTPS over Tor works|
[git.fuwafuwa.moe](https://git.fuwafuwa.moe)([🧅](http://git.fuwafuwaqtlkkxwc.onion))|🟢|Gitea|n|n|n|n|SSH over Tor broken; HTTPS over Tor works|
[git.hardenedbsd.org](https://git.hardenedbsd.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to BSD efforts|
[git.jami.net](https://git.jami.net)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Jami efforts|
[git.nixnet.services](https://git.nixnet.services)|🔴|gitea|n|n|n|n|used to be git.nixnet.xyz|
[git.sdf.org](https://git.sdf.org)|🟢|gitea|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[git.slashdev.space](https://git.slashdev.space)|🟢|gitea|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[git.teknik.io](https://git.teknik.io)|🔴|gitea|n|n|n|n||
[git.nixnet.services](https://git.nixnet.services)|🔴|Gitea|n|n|n|n|used to be git.nixnet.xyz|
[git.sdf.org](https://git.sdf.org)|🟢|Gitea|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[git.slashdev.space](https://git.slashdev.space)|🟢|Gitea|n|n|n|n|SSH over Tor broken (try HTTPS over Tor)|
[git.teknik.io](https://git.teknik.io)|🔴|Gitea|n|n|n|n||
[gitlab.freedesktop.org](https://gitlab.freedesktop.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Freedesktop efforts|
[gitlab.gnome.org](https://gitlab.gnome.org)|🟢|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts|
[gitlab.torproject.org](https://gitlab.torproject.org)|🟢|Gitlab (CE)|n|n|n|n|open registration; repo creation possibly restricted; Google reCAPTCHA is [allegedley](https://lists.gnu.org/archive/html/repo-criteria-discuss/2021-03/msg00000.html) used, but [not at registration time](https://gitlab.onionize.space)|
[libregit.org](https://libregit.org)|🔴|gitea|n|n|n|n|reg by invite only|
[libregit.org](https://libregit.org)|🔴|Gitea|n|n|n|n|reg by invite only|
[source.puri.sm](https://source.puri.sm)|🟢|Gitlab (CE)|n|n|n|n|open registration; *not* restricted to puri.sm efforts; no CAPTCHA (confirmed March 2021)|
[source.small-tech.org](https://source.small-tech.org)|🔴|Gitlab (CE)|n|n|n|n||
[sr.ht](https://sr.ht)|🟢|gitea|n|n|n|n|javascript-free|
[yerbamate.dev](https://yerbamate.dev)|💀|gitea|n|n|n|n|**dead site**|
[sr.ht](https://sr.ht)|🟢|Sourcehut|n|n|n|n|javascript-free|
[yerbamate.dev](https://yerbamate.dev)|💀|other|n|n|n|n|**dead site**|
## Blacklist
@ -32,6 +32,6 @@ These forges have severe ethical or trust issues and should be boycotted:
| *forge* | *registration publicly open* | *software* | *Tor-hostile* | *sensitive info exposed to CloudFlare* | *forced re/hCAPTCHA* | *forced execution of non-free software* | *notes* |
|---|---|---|---|---|---|---|---|
git.feneas.org|🟢|Gitlab (CE)|n|n|⚒|☣|reCAPTCHA impedes registration|
git.openprivacy.ca|⛔ (exclusive walled garden)|gitea|👁|n|n|n|Tor users get 404 - suspected botnet; [listed](https://codeberg.org/crimeflare/cloudflare-tor/src/branch/master/cloudflare_users/cloudflare_supporter.txt) as a Cloudflare supporter|
git.openprivacy.ca|⛔ (exclusive walled garden)|other|👁|n|n|n|Tor users get 404 - suspected botnet; [listed](https://codeberg.org/crimeflare/cloudflare-tor/src/branch/master/cloudflare_users/cloudflare_supporter.txt) as a Cloudflare supporter|
gitlab.com|⛔ (exclusive walled garden)|Gitlab (EE)|n|🌩|⚒|☣|flagship instance running the *Enterprise Edition*; uses hCAPTCHA; heavily restricted with discriminatory policies|

View File

@ -126,7 +126,7 @@ $(intro $lst)"'
'
sqlite3 "${db_file}" "select $name_clause||case when url_onion is null then '' else '([${sym[onion]}]('||url_onion||'))' end,
case when dead then '${sym[skull]}' when cflogin or antitor then '${sym[noentry]} (exclusive walled garden)' when not openpubreg then '${sym[red_circle]}' else '${sym[green_circle]}' end,
case software when 'gitlab_ce' then 'Gitlab (CE)' when 'gitlab_ee' then 'Gitlab (EE)' else 'gitea' end,
case software when 'gitlab_ce' then 'Gitlab (CE)' when 'gitlab_ee' then 'Gitlab (EE)' else software end,
case when antitor then '${sym[eye]}' else 'n' end,
case when cflogin then '${sym[cloud_lightening]}' else 'n' end,
case when hrecaptcha = 'unavoidable' then '${sym[hammerpick]}' else 'n' end,