summaryrefslogtreecommitdiff
path: root/sfeed_web.1
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:21:51 +0000
committerHiltjo Posthuma <hiltjo@codemadness.org>2014-05-08 13:21:51 +0000
commit5921a23c9f2d1f3a8f39878ae41eba8c069ccd1c (patch)
treeeb84061606def16f155c839b0d8798a920bfe50a /sfeed_web.1
parenteb88964172ced3dd937fffef83a524d6933dbab6 (diff)
sfeed_web: add manpage
Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>
Diffstat (limited to 'sfeed_web.1')
-rw-r--r--sfeed_web.124
1 files changed, 24 insertions, 0 deletions
diff --git a/sfeed_web.1 b/sfeed_web.1
new file mode 100644
index 0000000..1fe650d
--- /dev/null
+++ b/sfeed_web.1
@@ -0,0 +1,24 @@
+.TH SFEED 1 sfeed\-0.9
+.SH NAME
+sfeed_web \- find urls to feeds from a webpage
+.SH SYNOPSIS
+.B sfeed_web
+.RB [baseurl]
+.SH OPTIONS
+.TP
+.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
+stdout in the format:
+
+content\-type<space>url
+
+content\-type is usually: application/atom+xml or application/rss+xml
+.SH EXAMPLES
+.TP
+Get urls from xkcd website:
+.nf
+wget http://www.xkcd.com -q -O - | ./sfeed_web "http://www.xkcd.com/"
+.SH BUGS
+Please report them!