summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:30:09 +0000
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:30:09 +0000
commit280ba1b968fbd6169e954ae22b29afe5b99c5e1a (patch)
tree5ef6f0977cd5133ffa46495a9b50531a73a990ab
parent5921a23c9f2d1f3a8f39878ae41eba8c069ccd1c (diff)
sfeed_xmlenc: add man page
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
-rw-r--r--sfeed_web.12
-rw-r--r--sfeed_xmlenc.117
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!