sfeed

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

sfeed_frames.1 (raw) (1266B)


   1 .Dd July 31, 2021
   2 .Dt SFEED_FRAMES 1
   3 .Os
   4 .Sh NAME
   5 .Nm sfeed_frames
   6 .Nd format feed data to HTML with frames
   7 .Sh SYNOPSIS
   8 .Nm
   9 .Op Ar
  10 .Sh DESCRIPTION
  11 .Nm
  12 formats feed data (TSV) from
  13 .Xr sfeed 1
  14 from stdin or for each
  15 .Ar file
  16 to HTML.
  17 It writes HTML files for the frameset to the current directory.
  18 If no
  19 .Ar file
  20 arguments are specified and so the data is read from stdin then the menu.html
  21 file is not written.
  22 .Pp
  23 Items with a timestamp from the last day compared to the system time at the
  24 time of formatting are counted and marked as new.
  25 Items are marked as new using a bold markup.
  26 .Pp
  27 There is an example style.css stylesheet file included in the distribution.
  28 .Sh FILES WRITTEN
  29 .Bl -tag -width 13n
  30 .It index.html
  31 The main HTML file referencing the files for the frames: items.html and
  32 menu.html.
  33 .It items.html
  34 The HTML file of the items frame which contains all the item links to the
  35 feeds.
  36 .It menu.html
  37 The HTML file of the menu frame which contains navigation "anchor" links (like
  38 "#feedname") to the feed names in items.html.
  39 .El
  40 .Sh EXIT STATUS
  41 .Ex -std
  42 .Sh EXAMPLES
  43 .Bd -literal
  44 sfeed_frames ~/.sfeed/feeds/*
  45 .Ed
  46 .Sh SEE ALSO
  47 .Xr sfeed 1 ,
  48 .Xr sfeed_html 1 ,
  49 .Xr sfeed_plain 1 ,
  50 .Xr sfeed 5
  51 .Sh AUTHORS
  52 .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org