diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-06-04 18:02:23 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2020-06-04 18:02:23 +0200 |
commit | 9bc874d95e38bf3992c41fbb12f9877890f6bda5 (patch) | |
tree | 13404f0a4db77ce8132756583b31ce32a793e1ae | |
parent | cadd8ae8e6c1e5673258df9541042c74e705e518 (diff) |
sfeed.{1,5}: clarify the timestamp field a bit
In particular for RSS feeds where a pubDate is optional.
-rw-r--r-- | sfeed.1 | 2 | ||||
-rw-r--r-- | sfeed.5 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 @@ -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 |