sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeedsfeed.zip
Log | Files | Refs | Atom | README | LICENSE

sfeed_opml_import.1 (raw) (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