sfeed

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

commit 0e100930ceee6e7fa93693f45bcae9b6a5af2696
parent ea848bdbde26b847c5759fc6e7b10b00e00d922b
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  8 May 2014 13:35:14 +0000

manpage: example non-local path

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

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

diff --git a/sfeed_web.1 b/sfeed_web.1 @@ -19,6 +19,6 @@ content\-type is usually: application/atom+xml or application/rss+xml .TP Get urls from xkcd website: .nf -wget http://www.xkcd.com -q -O - | ./sfeed_web "http://www.xkcd.com/" +wget http://www.xkcd.com -q -O - | sfeed_web "http://www.xkcd.com/" .SH BUGS Please report them! diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1 @@ -9,7 +9,7 @@ It reads XML data from stdin and writes the found text\-encoding to stdout. .TP Get text\-encoding from from xkcd Atom feed: .nf -wget http://www.xkcd.com/atom.xml -q -O - | ./sfeed_xmlenc +wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc .SH SEE ALSO .BR sh(1) .BR sfeed_update(1)