README: list status and lower expectations - frontends - front-ends for some si… | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6abd1bf1ad4172b25c28cf9e03395e70cc7b657d | |
parent 74c6d298f57f895cc82d55b5da2a5d710156cb27 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Fri, 7 Apr 2023 11:01:20 +0200 | |
README: list status and lower expectations | |
Diffstat: | |
M README | 20 +++++++++++++++++--- | |
1 file changed, 17 insertions(+), 3 deletions(-) | |
--- | |
diff --git a/README b/README | |
@@ -2,22 +2,36 @@ Work-in-progress / experiment | |
Frontends for: | |
- | |
+* Youtube | |
* Duckduckgo | |
-* Twitch (archived, not working anymore, because it now required 2FA and OAUTH… | |
+* Twitch | |
+ | |
+ | |
+Status | |
+------ | |
+ | |
+Actively maintained: | |
* Youtube | |
+Not (actively) maintained: | |
+* Duckduckgo | |
+ | |
+Unmaintained and archived: | |
+ | |
+* Twitch (archived, not working anymore, it now required 2FA and OAUTH). | |
+ | |
Build | |
----- | |
To compile a specific front-end: | |
+$ make youtube | |
$ make duckduckgo | |
$ make reddit | |
$ make twitch | |
-$ make youtube | |
Dependencies |