In the ATOM feeds (RSS) for my site created using Pelican, the URL and image with the relative path point to http://feeds.feedburner.com/blogname/whatever instead of the path of my site.
I have settings SITEURL and Relative_URLS = False in Pelican. What else can I do to get the channels to use absolute rather than relative paths?
I know there is xml: a basic parameter, but I don't know how to get Pelican to use it?
Ok, googling around there seems to be no way to do this. I will have to resort to rewriting the entire contents of the feed, hacking the author of the feed with absolute image paths and link URLs.