sfeed_html — format feed data to HTML
Contents
Description
sfeed_html formats feed data (TSV) from sfeed(1) from stdin or for each file to stdout in HTML. If one
or more file arguments are specified then the basename of the file is used as the feed name in the
output. If no file arguments are specified and so the data is read from stdin then the feed name is
empty.
Items with a timestamp from the last day compared to the system time at the time of formatting are
counted and marked as new. This value might be overridden through environment variables. Items are
marked as new using a bold markup.
There is an example style.css stylesheet file included in the distribution.
Environment Variables
SFEED_NEW_AGE
Overwrite the maximum age in seconds to mark feeds as new. By default this is 86400, which
equals one day.
Examples
sfeed_html ~/.sfeed/feeds/*
Exit Status
The sfeed_html utility exits 0 on success, and >0 if an error occurs.
Name
sfeed_html — format feed data to HTML
See Also
sfeed(1), sfeed_frames(1), sfeed_plain(1), sfeed(5)
Synopsis
sfeed_html [file...]
