sfeed_opml_import.1 - sfeed - RSS and Atom parser
(HTM) git clone git://git.codemadness.org/sfeed
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
sfeed_opml_import.1 (477B)
---
1 .Dd January 15, 2021
2 .Dt SFEED_OPML_IMPORT 1
3 .Os
4 .Sh NAME
5 .Nm sfeed_opml_import
6 .Nd generate a sfeedrc config file from an OPML subscription list
7 .Sh SYNOPSIS
8 .Nm
9 .Sh DESCRIPTION
10 .Nm
11 reads the OPML XML data from stdin and writes the config file text to stdout.
12 .Sh EXIT STATUS
13 .Ex -std
14 .Sh EXAMPLES
15 .Bd -literal
16 sfeed_opml_import < opmlfile.xml > ~/.sfeed/sfeedrc
17 .Ed
18 .Sh SEE ALSO
19 .Xr sfeed_update 1 ,
20 .Xr sfeedrc 5
21 .Sh AUTHORS
22 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org