getpelican / feedgenerator

Standalone version of Django's feedgenerator module
BSD 3-Clause "New" or "Revised" License
52 stars 23 forks source link

add image to rss feeds #13

Closed pseyfert closed 3 years ago

pseyfert commented 6 years ago

This is a rebased version of https://github.com/dmdm/feedgenerator-py3k/pull/8

At the moment i just concatenate the feedurl with what's in "image" w/o checking if "image" is already a full url - possibly hosted somewhere else.

(Taken from http://stackoverflow.com/questions/660836/django-way-of-specifying-channel-image-in-rss-feed)

justinmayer commented 6 years ago

Any thoughts from @getpelican/reviewers ?

pseyfert commented 6 years ago

Bump @getpelican

justinmayer commented 3 years ago

Merged manually via 9ecea92c1fc5036d91f13fb7fb3741b970c21bbe. Many thanks to @pseyfert for the enhancement and for being so patient. 😅