diff options
| author | John Conway <john.a.conway@gmail.com> | 2019-05-17 12:30:55 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-05-17 12:30:55 +0100 |
| commit | a0d679fecb649aa310ee18a26554826ef492b01d (patch) | |
| tree | 7e044613f2df89f122a5936a64665f4248a0ec4c | |
| parent | 2f8de1d8a7230b69be3e57e83a9b4b479aaa87a1 (diff) | |
| download | feed-nim-a0d679fecb649aa310ee18a26554826ef492b01d.tar.gz feed-nim-a0d679fecb649aa310ee18a26554826ef492b01d.zip | |
Moved logo right
| -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). |
