sfeed_opml_export.1 - sfeed - RSS and Atom parser
HTML git clone git://git.codemadness.org/sfeed
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
sfeed_opml_export.1 (626B)
---
1 .Dd January 3, 2021
2 .Dt SFEED_OPML_EXPORT 1
3 .Os
4 .Sh NAME
5 .Nm sfeed_opml_export
6 .Nd export feeds in a sfeedrc file to OPML data
7 .Sh SYNOPSIS
8 .Nm
9 .Op Ar sfeedrc
10 .Sh DESCRIPTION
11 .Nm
12 reads the specified
13 .Ar sfeedrc
14 config file and output OPML XML data to stdout.
15 .Sh OPTIONS
16 .Bl -tag -width Ds
17 .It sfeedrc
18 Default:
19 .Pa $HOME/.sfeed/sfeedrc
20 see the
21 .Xr sfeed_update 1
22 .Sx FILES READ
23 section for more information.
24 .El
25 .Sh EXIT STATUS
26 .Ex -std
27 .Sh EXAMPLES
28 .Bd -literal
29 sfeed_opml_export ~/.sfeed/sfeedrc > opmlfile.xml
30 .Ed
31 .Sh SEE ALSO
32 .Xr sfeed_update 1 ,
33 .Xr sfeedrc 5
34 .Sh AUTHORS
35 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org