Dmitri Sotnikov

Results 647 comments of Dmitri Sotnikov

There's no support for the `guid` tag at the moment, but I'd be open for a PR to add the functionality. It looks like the tag gets generated, but doesn't...

actually, looks like [this](https://github.com/yogthos/clj-rss/commit/deab99d70f574642135d2625e1d1c939ee82ea55) should do the trick assuming isPermalink is always set to false. Might be easiest to add `:guid-permalink` as a separate tag to handle the other case...

I see, sounds like adding an additional `:url` key would be the way to go then?

Good call, I've added the feature in [this](https://github.com/yogthos/clj-rss/commit/934e92646b6b263c9a18af02f185d112fefe3cb0) commit. Let me know if that looks good on your end and I can push out a new version. I've kept the...

There isn't currently any explicit support for encoding HTML content. I'd be open to adding this as a feature. Looks like it's just a matter of wrapping content with ``...

At the moment, it should work if you preprocess HTML content by wrapping it with CDATA before passing it to clj-rss.

The `content:encoded` tag is part of RSS 1.0, with RSS 2.0 you'd use `description` instead and pass it data wrapped with ``. It doesn't look like the spec specifies any...

I'd be open to the change, but I don't have time to look at it in the near future. Would you be up for doing a PR to support this?

And `0.2.7` is up on Clojars with the fix. 🎉