feed icon indicating copy to clipboard operation
feed copied to clipboard

Flipboard

Open gentax opened this issue 3 years ago • 2 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 avatar Nov 12 '20 16:11 gentax

@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 avatar Nov 20 '20 18:11 jpmonette

@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.

gentax avatar Nov 23 '20 05:11 gentax