sfeed

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

commit 280ba1b968fbd6169e954ae22b29afe5b99c5e1a
parent 5921a23c9f2d1f3a8f39878ae41eba8c069ccd1c
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  8 May 2014 13:30:09 +0000

sfeed_xmlenc: add man page

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

Diffstat:
Msfeed_web.1 | 2+-
Asfeed_xmlenc.1 | 17+++++++++++++++++
2 files changed, 18 insertions(+), 1 deletion(-)

diff --git a/sfeed_web.1 b/sfeed_web.1 @@ -9,7 +9,7 @@ sfeed_web \- find urls to feeds from a webpage .B [baseurl] Optional baseurl if site uses relative urls to feed. .SH DESCRIPTION -It reads the HTML website as XML from stdin and writes the found urls to +It reads the HTML website as XML data from stdin and writes the found urls to stdout in the format: content\-type<space>url diff --git a/sfeed_xmlenc.1 b/sfeed_xmlenc.1 @@ -0,0 +1,17 @@ +.TH SFEED 1 sfeed\-0.9 +.SH NAME +sfeed_xmlenc \- get text\-encoding from XML +.SH SYNOPSIS +.B sfeed_xmlenc +.SH DESCRIPTION +It reads XML data from stdin and writes the found text\-encoding to stdout. +.SH EXAMPLES +.TP +Get text\-encoding from from xkcd Atom feed: +.nf +wget http://www.xkcd.com/atom.xml -q -O - | ./sfeed_xmlenc +.SH SEE ALSO +.BR sh(1) +.BR sfeed_update(1) +.SH BUGS +Please report them!