Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SFEED_HTML(1)		    General Commands Manual		 SFEED_HTML(1)

NAME
       sfeed_html -- format feed data to HTML

SYNOPSIS
       sfeed_html [file	...]

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 distribu-
       tion.

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.

EXIT STATUS
       The sfeed_html utility exits 0 on success, and >0 if an error occurs.

EXAMPLES
       sfeed_html ~/.sfeed/feeds/*

SEE ALSO
       sfeed(1), sfeed_frames(1), sfeed_plain(1), sfeed(5)

AUTHORS
       Hiltjo Posthuma <hiltjo@codemadness.org>

FreeBSD	ports 15.0		 July 31, 2021			 SFEED_HTML(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sfeed_html&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help