sfeed

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

commit 8a07c4a3d0b6662fd7cd2d360e0a0002620f4b97
parent ae4efcfe056be97ab231c065380df0c78fbed65a
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 24 Jul 2021 22:46:05 +0200

sfeed_{web,xmlenc}.1: use my site as an example

Diffstat:
Msfeed_web.1 | 4++--
Msfeed_xmlenc.1 | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sfeed_web.1 b/sfeed_web.1 @@ -1,4 +1,4 @@ -.Dd July 7, 2021 +.Dd July 24, 2021 .Dt SFEED_WEB 1 .Os .Sh NAME @@ -35,7 +35,7 @@ Usually application/atom+xml or application/rss+xml. .Sh EXAMPLES Get URLs from xkcd website: .Bd -literal -curl -s -L 'http://www.xkcd.com/' | sfeed_web 'http://www.xkcd.com/' +curl -s -L 'https://codemadness.org/' | sfeed_web 'https://codemadness.org/' .Ed .Sh SEE ALSO .Xr sfeed_update 1 , diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1 @@ -1,4 +1,4 @@ -.Dd March 12, 2021 +.Dd July 24, 2021 .Dt SFEED_XMLENC 1 .Os .Sh NAME @@ -16,7 +16,7 @@ which are not allowed in an encoding-name. .Sh EXAMPLES Get text-encoding from xkcd Atom feed: .Bd -literal -curl -s -L http://www.xkcd.com/atom.xml | sfeed_xmlenc +curl -s -L 'https://codemadness.org/atom.xml' | sfeed_xmlenc .Ed .Sh SEE ALSO .Xr sfeed_update 1 ,