diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-06 12:31:03 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-01-06 12:31:03 +0100 |
commit | 63f9271555aa39fb3fcc7cded124c668971c0749 (patch) | |
tree | f22f2dec59655745a81d75e6d388c12c4b3cfca9 /README | |
parent | f25a3e56e4b8d760469c120a22297f74961c22f3 (diff) |
README: add a listing of the formats supported
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -133,6 +133,22 @@ Optional run-time dependencies for sfeed_curses See the ENVIRONMENT VARIABLES section in the man page to change it. +Formats supported +----------------- + +sfeed supports a subset of XML 1.0 and a subset of: + +- Atom 1.0 (RFC 4287): https://datatracker.ietf.org/doc/html/rfc4287 +- Atom 0.3 (draft, historic). +- RSS 0.91+. +- RDF (when used with RSS). +- MediaRSS extensions (media:). +- Dublin Core extensions (dc:). + +Other formats like JSONfeed, twtxt or certain RSS/Atom extensions can be +supported by converting them to RSS/Atom or to the sfeed(5) format directly. + + OS tested --------- |