summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
blob: 02c5553dbdb7f67471f68a8b51d6f90a69e7903d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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!