yogthos/clj-rss

Support for content:encoded

Ouverte

#17 ouverte le 20 sept. 2020

 (9 commentaires) (0 réaction) (0 personne assignée)Clojure (15 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (68 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

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 as inspiration: https://www.clojuriststogether.org/index.xml .

How can I add to the entry the full HTML content? I I tried to add a :content:encoded tag to my entry map but the validation of rss/channel-xml fails.

Thank you!

Guide contributeur