sfeed/sfeed_frames.1

53 lines
1.2 KiB
Groff
Raw Permalink Normal View History

2021-07-27 09:25:02 +00:00
.Dd July 31, 2021
2015-01-02 13:10:48 +00:00
.Dt SFEED_FRAMES 1
.Os
.Sh NAME
.Nm sfeed_frames
2015-08-05 16:41:27 +00:00
.Nd format feed data to HTML with frames
2015-01-02 13:10:48 +00:00
.Sh SYNOPSIS
.Nm
.Op Ar
2015-01-02 13:10:48 +00:00
.Sh DESCRIPTION
.Nm
2015-08-05 16:41:27 +00:00
formats feed data (TSV) from
2015-07-31 19:54:36 +00:00
.Xr sfeed 1
from stdin or for each
2015-08-05 16:41:27 +00:00
.Ar file
to HTML.
It writes HTML files for the frameset to the current directory.
2015-08-05 16:41:27 +00:00
If no
.Ar file
arguments are specified and so the data is read from stdin then the menu.html
file is not written.
.Pp
Items with a timestamp from the last day compared to the system time at the
time of formatting are counted and marked as new.
2021-07-27 09:25:02 +00:00
Items are marked as new using a bold markup.
.Pp
There is an example style.css stylesheet file included in the distribution.
2015-08-05 16:41:27 +00:00
.Sh FILES WRITTEN
2015-01-02 13:10:48 +00:00
.Bl -tag -width 13n
.It index.html
2021-07-27 09:25:02 +00:00
The main HTML file referencing the files for the frames: items.html and
menu.html.
.It items.html
2021-07-27 09:25:02 +00:00
The HTML file of the items frame which contains all the item links to the
feeds.
.It menu.html
2021-07-27 09:25:02 +00:00
The HTML file of the menu frame which contains navigation "anchor" links (like
"#feedname") to the feed names in items.html.
.El
.Sh EXIT STATUS
.Ex -std
2021-07-27 09:25:02 +00:00
.Sh EXAMPLES
.Bd -literal
sfeed_frames ~/.sfeed/feeds/*
.Ed
2015-01-02 13:10:48 +00:00
.Sh SEE ALSO
.Xr sfeed 1 ,
.Xr sfeed_html 1 ,
.Xr sfeed_plain 1 ,
.Xr sfeed 5
2015-01-02 13:10:48 +00:00
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org