jpmonette / feed

A RSS, Atom and JSON Feed generator for Node.js, making content syndication simple and intuitive! 🚀

Home Page:https://github.com/jpmonette/feed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipboard

gentax opened this issue · comments

Is your feature request related to a problem? Please describe.
I need to create a feed for Flipboard platform, that is a common RSS with a small difference for the author

Describe the solution you'd like
I create a new type of output, following the Frlipboard RSS guidelines: https://about.flipboard.com/rss-spec/

Additional context
I have a project based on NuxtJs, where I use the Feed Module ( https://www.npmjs.com/package/@nuxtjs/feed ) that extend
for a Nuxtjs project your feed code.
I'm ready to extend also @nuxtjs/feed module.

I just pushed a branch to manage it: https://github.com/gentax/feed/tree/task/flipbloardRss

If you think it's ok, I can do the PR

@gentax I'm not sure it makes sense to duplicate the whole RSS feed generator for 1 attribute.

Can you highlight the differences between the standard spec vs thee flipboard one?

Thanks

@jpmonette digging more in the code and examples from Flipboard, the main and only difference is the / dc:creator for the items of the feed.
And even with this difference, the last week I created and submitted many feeds and they were all accepted.
So, I guess that task #130 should be more than enough.