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

FreeBSD Manual Pages

  
 
  

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

NAME
       sfeed_frames -- format feed data	to HTML	with frames

SYNOPSIS
       sfeed_frames [file ...]

DESCRIPTION
       sfeed_frames  formats  feed  data (TSV) from sfeed(1) from stdin	or for
       each file to HTML.  It writes HTML files	for the	frameset to  the  cur-
       rent  directory.	 If no file arguments are specified and	so the data is
       read from stdin then the	menu.html file is not written.

       Items with a timestamp from the last day	compared to the	system time at
       the time	of formatting are counted and marked as	new.  Items are	marked
       as new using a bold markup.  This value might be	overridden through en-
       vironment variables.

       There is	an example style.css stylesheet	file included in the distribu-
       tion.

FILES WRITTEN
       index.html     The main HTML file referencing the files for the frames:
		      items.html and menu.html.

       items.html     The HTML file of the items frame which contains all  the
		      item links to the	feeds.

       menu.html      The  HTML	 file of the menu frame	which contains naviga-
		      tion "anchor" links (like	"#feedname") to	the feed names
		      in items.html.

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_frames	utility	exits 0	on success, and	>0 if an error occurs.

EXAMPLES
       sfeed_frames ~/.sfeed/feeds/*

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

AUTHORS
       Hiltjo Posthuma <hiltjo@codemadness.org>

FreeBSD	ports 15.0		 July 31, 2021		       SFEED_FRAMES(1)

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

home | help