diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ - +<img src="logo.png" align="right" > # Feed-Nim A feed parsing module for [Nim](https://nim-lang.org), which parses RSS, Atom, and JSONfeed syndication formats. This has been substantially re-written and expanded from [Nim-RSS](https://github.com/achesak/nim-rss). @@ -42,4 +42,4 @@ Some Atom nodes have the Nim keyword 'type' as an attribute. These have been cha ### Limitations -Feed-Nim does not implement the full specification of any of the feed types. Notably, in Atom, the common attributes 'xml:lang' and 'xml:base' are not implemented. All three formats are extensible, but there is no support for this (extensions _should_ be ignored by Feed-Nim, but this is untested).
\ No newline at end of file +Feed-Nim does not implement the full specification of any of the feed types. Notably, in Atom, the common attributes 'xml:lang' and 'xml:base' are not implemented. All three formats are extensible, but there is no support for this (extensions _should_ be ignored by Feed-Nim, but this is untested). |
