diff --git a/forge_comparison.md b/forge_comparison.md index 1653710..15aa115 100644 --- a/forge_comparison.md +++ b/forge_comparison.md @@ -20,6 +20,7 @@ The following forges have no significant ethical issues: [git.pofilo.fr](https://git.pofilo.fr)|❌|Gitea 1.16.1[⚠][gitea-bug]|n|n|n|n|no registration link| [git.kescher.at](https://git.kescher.at)|✅|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| [git.redxen.eu](https://git.redxen.eu)|❌|Gitea 1.16.5[⚠][gitea-bug]|n|n|n|n|| +[git.platypush.tech](https://git.platypush.tech)|✅|Gitea 1.16.8[⚠][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| [gitlab.gnome.org](https://gitlab.gnome.org)|✅|Gitlab (CE)|n|n|n|n|possibly restricted to Gnome efforts| diff --git a/input_data/forges.sql b/input_data/forges.sql index aeca2f0..40042a1 100644 --- a/input_data/forges.sql +++ b/input_data/forges.sql @@ -67,6 +67,8 @@ insert into forgesTbl (url_clrnet, software) values ('https://git.kescher.at','G insert into forgesTbl (url_clrnet, software, openpubreg) values ('https://git.redxen.eu','Gitea 1.16.5',0); insert into forgesTbl (url_clrnet, software, notes) values ('https://gitnet.fr','Gitea','Forge is resource deprived. The admin (simonv) had to ask a project to leave his forge for [performance reasons](https://framagit.org/dCF/deCloudflare/-/issues/46)'); insert into forgesTbl (url_clrnet, software, notes) values ('https://git.exozy.me','Gitea 1.18.0','silently deletes repos without notice; [supports federated issues](https://social.exozy.me/@ta180m/108631221939677386)'); /* dCF censored */ +insert into forgesTbl (url_clrnet, software) values ('https://git.platypush.tech','Gitea 1.16.8'); + /* 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: