summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2022-01-06 12:31:03 +0100
committerHiltjo Posthuma <hiltjo@codemadness.org>2022-01-06 12:31:03 +0100
commit63f9271555aa39fb3fcc7cded124c668971c0749 (patch)
treef22f2dec59655745a81d75e6d388c12c4b3cfca9
parentf25a3e56e4b8d760469c120a22297f74961c22f3 (diff)
README: add a listing of the formats supported
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index bdfbc1f..58ece7d 100644
--- a/README
+++ b/README
@@ -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
---------