feed-module icon indicating copy to clipboard operation
feed-module copied to clipboard

Namespace and custom attributes

Open bsor-dev opened this issue 3 years ago • 4 comments

I check most of rss feeds they got these attributes xmlns, is there way also to add this?

bsor-dev avatar May 14 '21 06:05 bsor-dev

have you resolved that ? also this issue for me

greetfish avatar Jun 26 '21 08:06 greetfish

Thirding this. It's a dealbreaker for generating a feed for a podcast, too.

I've not found another way to do it beyond hacking something together with https://github.com/dylang/node-rss or using Gridsome to generate a separate site of just RSS feeds. And that's a pretty horrific idea!

matthewbellringer avatar Sep 27 '21 15:09 matthewbellringer

I'd like to add custom attributes/tags to optimize for Feedly. They require things like:

  • <rss xmlns:content=”http://purl.org/rss/1.0/modules/content/” xmlns:webfeeds=”http://webfeeds.org/rss/1.0″ version=”2.0″>
  • <webfeeds:icon>http://feedly.com/icon.svg</webfeeds:icon>
  • <webfeeds:accentColor>00FF00</webfeeds:accentColor>

Source

aminimalanimal avatar Nov 10 '21 21:11 aminimalanimal

This is an upstream issue of feed package, https://github.com/jpmonette/feed/issues/98, which has been closed because it doesn't follow the issue template.

nozomuikuta avatar Jul 28 '22 07:07 nozomuikuta