sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit 9bc874d95e38bf3992c41fbb12f9877890f6bda5
parent cadd8ae8e6c1e5673258df9541042c74e705e518
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Thu,  4 Jun 2020 18:02:23 +0200

sfeed.{1,5}: clarify the timestamp field a bit

In particular for RSS feeds where a pubDate is optional.

Diffstat:
Msfeed.1 | 2+-
Msfeed.5 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sfeed.1 b/sfeed.1 @@ -31,7 +31,7 @@ Control characters are removed. The order and content of the fields are: .Bl -tag -width 17n .It timestamp -UNIX timestamp in UTC+0, empty on parse failure. +UNIX timestamp in UTC+0, empty if missing or on parse failure. .It title Title text, HTML code in titles is ignored and is treated as plain-text. .It link diff --git a/sfeed.5 b/sfeed.5 @@ -25,7 +25,7 @@ Control characters are removed. The order and content of the fields are: .Bl -tag -width 17n .It timestamp -UNIX timestamp in UTC+0, empty on parse failure. +UNIX timestamp in UTC+0, empty if missing or on parse failure. .It title Title text, HTML code in titles is ignored and is treated as plain-text. .It link