File: sfeed_opml_import.1

package info (click to toggle)
sfeed 2.3-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 412 kB
  • sloc: ansic: 5,176; sh: 275; makefile: 126; xml: 58
file content (22 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.Dd January 15, 2021
.Dt SFEED_OPML_IMPORT 1
.Os
.Sh NAME
.Nm sfeed_opml_import
.Nd generate a sfeedrc config file from an OPML subscription list
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
reads the OPML XML data from stdin and writes the config file text to stdout.
.Sh EXIT STATUS
.Ex -std
.Sh EXAMPLES
.Bd -literal
sfeed_opml_import < opmlfile.xml > ~/.sfeed/sfeedrc
.Ed
.Sh SEE ALSO
.Xr sfeed_update 1 ,
.Xr sfeedrc 5
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org