sfeed/sfeed_frames.1

38 lines
883 B
Groff
Raw Normal View History

.Dd August 16, 2018
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
2015-08-05 16:41:27 +00:00
.Op Ar file...
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
to HTML.
It reads TSV data from stdin or
2015-08-05 16:41:27 +00:00
.Ar file
and writes HTML files for the frameset to the current directory.
2015-08-05 16:41:27 +00:00
If no
.Ar file
parameters are specified and therefore the data is read from stdin then the
menu.html file is not written.
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
The main HTML file referencing to the frames items.html and menu.html.
.It items.html
The items frame contains all the item HTML links to the remote content.
.It menu.html
The menu frame which contains navigation "anchor" links to the feed names in
items.html.
.El
2015-01-02 13:10:48 +00:00
.Sh SEE ALSO
.Xr sfeed 1 ,
.Xr sfeed_html 1 ,
2015-07-31 19:54:36 +00:00
.Xr sfeed_plain 1
2015-01-02 13:10:48 +00:00
.Sh AUTHORS
.An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org