summaryrefslogtreecommitdiff
path: root/sfeed_web.1
blob: 1fe650d35926fcc3a4e2599c29e6c5ac98616f2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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!