sfeed_html.1 932 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. .Dd July 31, 2021
  2. .Dt SFEED_HTML 1
  3. .Os
  4. .Sh NAME
  5. .Nm sfeed_html
  6. .Nd format feed data to HTML
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Ar
  10. .Sh DESCRIPTION
  11. .Nm
  12. formats feed data (TSV) from
  13. .Xr sfeed 1
  14. from stdin or for each
  15. .Ar file
  16. to stdout in HTML.
  17. If one or more
  18. .Ar file
  19. arguments are specified then the basename of the
  20. .Ar file
  21. is used as the feed name in the output.
  22. If no
  23. .Ar file
  24. arguments are specified and so the data is read from stdin then the feed name
  25. is empty.
  26. .Pp
  27. Items with a timestamp from the last day compared to the system time at the
  28. time of formatting are counted and marked as new.
  29. Items are marked as new using a bold markup.
  30. .Pp
  31. There is an example style.css stylesheet file included in the distribution.
  32. .Sh EXIT STATUS
  33. .Ex -std
  34. .Sh EXAMPLES
  35. .Bd -literal
  36. sfeed_html ~/.sfeed/feeds/*
  37. .Ed
  38. .Sh SEE ALSO
  39. .Xr sfeed 1 ,
  40. .Xr sfeed_frames 1 ,
  41. .Xr sfeed_plain 1 ,
  42. .Xr sfeed 5
  43. .Sh AUTHORS
  44. .An Hiltjo Posthuma Aq Mt hiltjo@codemadness.org