summaryrefslogtreecommitdiff
path: root/sfeed.5
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2020-10-06 18:51:33 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2020-10-12 19:28:43 +0200
commite43b7a48b08a6bbcb4e730e80395b3257681b33e (patch)
tree85587c7e9ffcd2a01b34f8b6f4ad89d48ec73cca /sfeed.5
parent37afcf334fa1ba0b668bde08e8fcaaa9fd7dfa0d (diff)
parse categories, add multiple field values support (for categories)
Fields with multiple values are separated by '|'. In the future multiple enclosure support might be added. The categories tags are now parsed. This feature is useful for filtering and categorizing. Parsing of nested tags such as <author><name> has been improved. This code has been refactored. RSS <guid> isPermaLink is now handled differently also and will now prefer a permalink with "true" (link) over the ID. In practise multiple <guid> in an item does not happen.
Diffstat (limited to 'sfeed.5')
-rw-r--r--sfeed.52
1 files changed, 2 insertions, 0 deletions
diff --git a/sfeed.5 b/sfeed.5
index fb112ee..c37ce09 100644
--- a/sfeed.5
+++ b/sfeed.5
@@ -40,6 +40,8 @@ RSS item GUID or Atom id.
Item author.
.It enclosure
Item, first enclosure.
+.It category
+Item, categories, multiple values are separated by |.
.El
.Sh SEE ALSO
.Xr sfeed 1 ,