sfeed

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

commit 7526bd914c314dd86cc7386bbfaf55ad0d130130
parent a2aa09baf8a1f4a98313f8691d999eaff8b4ceea
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 15 Dec 2023 13:48:49 +0100

README: sfeed_opml_export uses awk

Diffstat:
MREADME | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README @@ -108,7 +108,8 @@ Optional dependencies - POSIX sh(1), used by sfeed_update(1) and sfeed_opml_export(1). - POSIX utilities such as awk(1) and sort(1), - used by sfeed_content(1), sfeed_markread(1) and sfeed_update(1). + used by sfeed_content(1), sfeed_markread(1), sfeed_opml_export(1) and + sfeed_update(1). - curl(1) binary: https://curl.haxx.se/ , used by sfeed_update(1), but can be replaced with any tool like wget(1), OpenBSD ftp(1) or hurl(1): https://git.codemadness.org/hurl/