commit c255b652d844ac3679c0c728fbd371bb6cbacd82
Author: NRK <nrk_AT_disroot.org>
Date: Wed Jan 18 15:34:07 2023 +0600
[rocks]: remove "lightweight" from newsraft
just looking at it's dependencies, it does not strike me as lightweight
at all.
and build time dependencies matter too, because software has to be built
before it can be run - and some of it's dependencies seem to require
shit like CMake or autohell to build.
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 610e4a6a..da40e89d 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
_AT_@ -91,7 +91,7 @@ This covers most console-based programs and programs from
### Feed aggregators / newsreaders
-* [newsraft](
https://codeberg.org/grisha/newsraft) - lightweight feed reader with ncurses user interface.
+* [newsraft](
https://codeberg.org/grisha/newsraft) - feed reader with ncurses user interface.
* [sfeed](
https://codemadness.org/sfeed.html) - RSS and Atom parser, CLI programs and [sfeed_curses UI](
https://codemadness.org/sfeed_curses.html).
* [snownews](
https://github.com/kouya/snownews/) - Text mode RSS newsreader for Linux and Unix.
* [zs](
http://r-36.net/scm/zs/) - Zeitungsschau RSS to email converter.
Received on Wed Jan 18 2023 - 10:43:07 CET