From 0911bef499f39c71a1cb874c2f8d96ca9333beee Mon Sep 17 00:00:00 2001 From: Fred Uggla Date: Sat, 11 Jun 2022 13:06:09 +0200 Subject: [PATCH 1/8] Updated broken Invidious links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff84a9a..1e82190 100644 --- a/README.md +++ b/README.md @@ -39,9 +39,9 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Invidious](https://github.com/iv-org/invidious): Invidious is an alternative front-end to YouTube - Lightweight, no ads, no tracking, no JavaScript required - Home page: https://invidious.io - - Invidious instances (Github): https://github.com/iv-org/documentation/blob/master/Invidious-Instances.md + - Invidious instances: https://docs.invidious.io/instances/ - Invidious instances API: https://api.invidious.io - - Installation guide for self-hosting: https://docs.invidious.io/Installation.md + - Installation guide for self-hosting: https://docs.invidious.io/installation/ - [Piped](https://github.com/TeamPiped/Piped): An alternative privacy-friendly YouTube frontend which is efficient by design - Lightweight, no ads, no tracking - Official instance: https://piped.kavin.rocks From 3b79895a00ddb88ed20e71ad203c34667a1c03d2 Mon Sep 17 00:00:00 2001 From: Missu Date: Mon, 20 Jun 2022 23:36:21 +0530 Subject: [PATCH 2/8] add Quora --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ff84a9a..a158e13 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Facebook Messenger](#facebook-messenger) - [Mastodon](#mastodon) - [Medium](#medium) +- [Quora](#quora) - [Reuters](#reuters) - [Apple AirPlay](#apple-airplay) - [Shazam](#shazam) @@ -349,6 +350,10 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Scribe](https://sr.ht/~edwardloveall/scribe): Alternative front-end to Medium.com - Official website: https://scribe.rip +### Quora +- [Quora](https://github.com/zyachel/quetre): A libre front-end for Quora + - Official website: https://quetre.herokuapp.com/ + ### Reuters - [Neuters](https://github.com/HookedBehemoth/neuters): An alternative front-end to Reuters.com. It is intented to be lightweight and fast, and was heavily inspired by Nitter From 865d50141e2c10f24895efe7973a8cb0cf5b5430 Mon Sep 17 00:00:00 2001 From: Missu Date: Mon, 20 Jun 2022 23:39:01 +0530 Subject: [PATCH 3/8] add imdb --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ff84a9a..1427251 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Facebook Messenger](#facebook-messenger) - [Mastodon](#mastodon) - [Medium](#medium) +- [IMDb](#imdb) - [Reuters](#reuters) - [Apple AirPlay](#apple-airplay) - [Shazam](#shazam) @@ -349,6 +350,9 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Scribe](https://sr.ht/~edwardloveall/scribe): Alternative front-end to Medium.com - Official website: https://scribe.rip +### IMDb +- [IMDb](https://github.com/zyachel/libremdb): A FOSS alternative front-end to IMDb. + - Official instance: https://libremdb.herokuapp.com/ ### Reuters - [Neuters](https://github.com/HookedBehemoth/neuters): An alternative front-end to Reuters.com. It is intented to be lightweight and fast, and was heavily inspired by Nitter From f88def1798acfb01ae961a8bf358e7ae2744ce7e Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Fri, 23 Sep 2022 12:07:53 +0200 Subject: [PATCH 4/8] Unfortunately, Bibliogram is being discontinued https://cadence.moe/blog/2022-09-01-discontinuing-bibliogram --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff84a9a..65c77a8 100644 --- a/README.md +++ b/README.md @@ -210,6 +210,7 @@ Overview of alternative open source front-ends for popular internet platforms (e ### Instagram - [Bibliogram](https://sr.ht/~cadence/bibliogram): Bibliogram is an alternative front-end for Instagram + - Unfortunately, Bibliogram is being discontinued. See https://cadence.moe/blog/2022-09-01-discontinuing-bibliogram - Official instance: [https://bibliogram.art](https://bibliogram.art) - Public instances: https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md - Example: Troy Hunt on [Instagram](https://www.instagram.com/troyhunt) and [Bibliogram](https://bibliogram.art/u/troyhunt) From 6ee9f5c0f399e7b22b0dcd28f261ac2f4333603d Mon Sep 17 00:00:00 2001 From: mendel5 <60322520+mendel5@users.noreply.github.com> Date: Fri, 28 Oct 2022 17:14:08 +0200 Subject: [PATCH 5/8] Update link for Invidious instances --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 65c77a8..9e55e21 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Overview of alternative open source front-ends for popular internet platforms (e - [Invidious](https://github.com/iv-org/invidious): Invidious is an alternative front-end to YouTube - Lightweight, no ads, no tracking, no JavaScript required - Home page: https://invidious.io - - Invidious instances (Github): https://github.com/iv-org/documentation/blob/master/Invidious-Instances.md + - Invidious instances: https://github.com/iv-org/documentation/blob/master/docs/instances.md - Invidious instances API: https://api.invidious.io - Installation guide for self-hosting: https://docs.invidious.io/Installation.md From 684fa4de41613b43c062ff6db7379e6489fd3e9b Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Thu, 26 Jan 2023 21:56:13 +0100 Subject: [PATCH 6/8] update Quetre instance and list --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a158e13..21a6013 100644 --- a/README.md +++ b/README.md @@ -351,8 +351,10 @@ Overview of alternative open source front-ends for popular internet platforms (e - Official website: https://scribe.rip ### Quora -- [Quora](https://github.com/zyachel/quetre): A libre front-end for Quora - - Official website: https://quetre.herokuapp.com/ + +- [Quetre](https://github.com/zyachel/quetre): A libre front-end for Quora + - Official website: https://quetre.iket.me/ + - Public instances: https://github.com/zyachel/quetre#instances ### Reuters From 1891ce834d6322575eefbb0a2943420cb55391c6 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Thu, 26 Jan 2023 21:59:23 +0100 Subject: [PATCH 7/8] Update libremdb instance and list --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1427251..15fb553 100644 --- a/README.md +++ b/README.md @@ -351,8 +351,11 @@ Overview of alternative open source front-ends for popular internet platforms (e - Official website: https://scribe.rip ### IMDb -- [IMDb](https://github.com/zyachel/libremdb): A FOSS alternative front-end to IMDb. - - Official instance: https://libremdb.herokuapp.com/ + +- [libremdb](https://github.com/zyachel/libremdb): A FOSS alternative front-end to IMDb. + - Official instance: https://libremdb.iket.me/ + - Public Instances: https://github.com/zyachel/libremdb#instances + ### Reuters - [Neuters](https://github.com/HookedBehemoth/neuters): An alternative front-end to Reuters.com. It is intented to be lightweight and fast, and was heavily inspired by Nitter From 63d95e690c3c2e64ae2480bd4a1ee0875afdc448 Mon Sep 17 00:00:00 2001 From: HookedBehemoth Date: Thu, 26 Jan 2023 22:10:28 +0100 Subject: [PATCH 8/8] fix Scribe link (#118) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aac225d..5682eb0 100644 --- a/README.md +++ b/README.md @@ -349,7 +349,7 @@ Overview of alternative open source front-ends for popular internet platforms (e ### Medium -- [Scribe](https://sr.ht/~edwardloveall/scribe): Alternative front-end to Medium.com +- [Scribe](https://sr.ht/~edwardloveall/Scribe): Alternative front-end to Medium.com - Official website: https://scribe.rip ### IMDb