diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-23 16:34:13 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2021-11-23 16:34:13 +0100 |
commit | de0877aa0627315015851c6133950a814bb40a03 (patch) | |
tree | 1645509d8949c48be6e9cdc598227ba12de5f89c | |
parent | 4d565772a6403bd54fde6219c343cbdf642bee04 (diff) |
sfeed.{1,5}: the first author is parsed
The Atom RFC standard supports multiple authors, but this is usually one.
The first author is parsed.
-rw-r--r-- | sfeed.1 | 2 | ||||
-rw-r--r-- | sfeed.5 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -43,7 +43,7 @@ Content, can have plain-text or HTML code depending on the content-type field. .It 6. id RSS item GUID or Atom id. .It 7. author -Item author. +Item, first author. .It 8. enclosure Item, first enclosure. .It 9. category @@ -37,7 +37,7 @@ Content, can have plain-text or HTML code depending on the content-type field. .It 6. id RSS item GUID or Atom id. .It 7. author -Item author. +Item, first author. .It 8. enclosure Item, first enclosure. .It 9. category |