sfeed

Simple RSS and Atom feed parser
git clone https://git.sinitax.com/codemadness/sfeed
Log | Files | Refs | README | LICENSE | Upstream | sfeed.txt

commit 94c2ea473abd4c107b40e727488d15c413d2a364
parent 70ec60e906df8910571d5224eaf25eee76553432
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 26 Nov 2021 20:36:07 +0100

README: small rewording

Diffstat:
MREADME | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/README b/README @@ -16,15 +16,14 @@ $ make # make install -To build sfeed without sfeed_curses: +To build sfeed without sfeed_curses set SFEED_CURSES to an empty string: $ make SFEED_CURSES="" # make SFEED_CURSES="" install -To change the default theme you can set SFEED_THEME using make or in the -Makefile or include the header file in sfeed_curses.c. See also the themes/ -directory. +To change the default theme you can set SFEED_THEME. See the themes/ directory +for the theme names. $ make SFEED_THEME="templeos" # make SFEED_THEME="templeos" install