You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
@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.
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
The text was updated successfully, but these errors were encountered: