diff options
-rw-r--r-- | sfeed_web.1 | 2 | ||||
-rw-r--r-- | sfeed_xmlenc.1 | 17 |
2 files changed, 18 insertions, 1 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1 index 1fe650d..1a9bb83 100644 --- 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 new file mode 100644 index 0000000..02c5553 --- /dev/null +++ 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! |