summaryrefslogtreecommitdiff
path: root/sfeed_xmlenc.1
blob: ce624e8d4176d40259e0d025833211a556ea480b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.Dd December 25, 2014
.Dt SFEED_XMLENC 1
.Os
.Sh NAME
.Nm sfeed_xmlenc
.Nd get text\-encoding from XML
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
reads XML data from stdin and writes the found text\-encoding to stdout.
.Sh EXAMPLES
Get text\-encoding from xkcd Atom feed:
.Bd -literal
wget http://www.xkcd.com/atom.xml -q -O - | sfeed_xmlenc
.Ed
.Sh SEE ALSO
.Xr sh 1 ,
.Xr sfeed_update 1
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org