sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 385c04b9660ae1825de477532bf527c1c6a6a9fc
parent ff174e700e230a133f73c347086a6db9026408c4
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 10 May 2019 13:38:05 +0200

README: use HTTPS links

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

diff --git a/README b/README @@ -88,14 +88,14 @@ Optional dependencies - POSIX make(1) (for Makefile). - POSIX sh(1), used by sfeed_update(1) and sfeed_opml_export(1). -- curl(1) binary: http://curl.haxx.se/ , +- curl(1) binary: https://curl.haxx.se/ , used by sfeed_update(1), can be replaced with any tool like wget(1), OpenBSD ftp(1) or hurl(1): https://git.codemadness.org/hurl/ - iconv(1) command-line utilities, used by sfeed_update(1). If the text in your RSS/Atom feeds are already UTF-8 - encoded then you don't need this. For an alternative minimal iconv - implementation: http://git.etalabs.net/cgit/noxcuse/tree/src/iconv.c -- mandoc for documentation: http://mdocml.bsd.lv/ . + encoded then you don't need this. For a minimal iconv implementation: + https://git.etalabs.net/cgit/noxcuse/tree/src/iconv.c +- mandoc for documentation: https://mdocml.bsd.lv/ OS tested