README: RSS 0.90+ is supported, not 0.91+ - sfeed - RSS and Atom parser | |
git clone git://git.codemadness.org/sfeed | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 6245c2866bd38dcad51833f39677f99fb25fd0ef | |
parent bb89b1e4dbfc63857adb829c4fe31c63e9ca1b14 | |
Author: Hiltjo Posthuma <[email protected]> | |
Date: Tue, 16 May 2023 18:30:09 +0200 | |
README: RSS 0.90+ is supported, not 0.91+ | |
See also: | |
https://www.rssboard.org/rss-0-9-0 | |
Diffstat: | |
M README | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/README b/README | |
@@ -141,7 +141,7 @@ 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+. | |
+- RSS 0.90+. | |
- RDF (when used with RSS). | |
- MediaRSS extensions (media:). | |
- Dublin Core extensions (dc:). |