summaryrefslogtreecommitdiff
path: root/sfeed_frames.1
blob: 8ef81dbc1bf67c2b4dc51e8ac4d787c0944ea9eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
.TH SFEED 1 sfeed\-0.9
.SH NAME
sfeed_frames \- format feeds file (TSV) from sfeed_update to HTML with frames
.SH SYNOPSIS
.B sfeed_frames
.RB [path]
.SH OPTIONS
.TP
.B [path]
path to write files to, default is feeds. On success path will contain the
files: index.html which is the main HTML file which contains the frames,
items.html which contains all the items as HTML links to the content,
menu.html which contains links of all the feednames as id to items.html so
you can jump to those items.
.SH STRUCTURE
directory for each feed category in the format: path/feedname/itemname.html
feedname and item names are normalized, whitespace characters are replaced
with a \-, multiple whitespace is replaced by a single \- and trailing
whitespace is ignored.
.SH DESCRIPTION
Format feeds file (TSV) from sfeed_update to HTML. Reads TSV data from
stdin and writes HTML to the specified directory. For the exact TSV format
see sfeed_update(1).
.SH SEE ALSO
.BR sfeed_plain(1)
.BR sfeed_update(1)
.BR sfeed(1)
.SH BUGS
Please report them!