clj-rss icon indicating copy to clipboard operation
clj-rss copied to clipboard

a library for generating RSS feeds

Results 3 clj-rss issues
Sort by recently updated
recently updated
newest added

I was just looking at this feed, [https://hnrss.org/newest](https://hnrss.org/newest). There's an attribute to their `guid` tag called `isPermaLink`. I'd like to replicate that on my feed but it seems like the...

enhancement
help wanted

The link field in RSS is the link of the website, but this library also uses it to set this atom attribute https://github.com/yogthos/clj-rss/blob/master/src/clj_rss/core.clj#L137 which is supposed to be the URL...

I'd like to add my blog feed to http://planet.clojure.in/ . I learned what an RSS feed is and found this great library to create one. I used this xml file...

enhancement
help wanted