logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sfeed_frames — format feed data to HTML with frames

Authors

       Hiltjo Posthuma <hiltjo@codemadness.org>

Debian                                            July 31, 2021                                  SFEED_FRAMES(1)

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 current 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 environment variables.

       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_frames ~/.sfeed/feeds/*

Exit Status

       The sfeed_frames utility exits 0 on success, and >0 if an error occurs.

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  navigation  "anchor"  links  (like
                      "#feedname") to the feed names in items.html.

Name

       sfeed_frames — format feed data to HTML with frames

See Also

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

Synopsis

sfeed_frames [file...]

See Also