jacobwhall / jacobhall.net

source for my website
4 stars 0 forks source link

Add support for images in RSS <item> #23

Open jacobwhall opened 2 years ago

jacobwhall commented 2 years ago

RSS supports tags, that can include multimedia such as pictures. Especially with some of my photos being only images, it would be better if people can see the image in their reader without clicking through to the post.

This will require the database storing MIME types for each file. This will be important to keep in mind when designing a photo/file storage system.

jacobwhall commented 2 years ago

Now that I'm using splitflap, I'll have to check out how that library handles feed-items with multimedia.