rrrene / elixirstatus-web

Community site for Elixir project/blog post/version updates
http://elixirstatus.com
MIT License
281 stars 44 forks source link

Slack-friendly (RSS) feed? #45

Closed asaaki closed 5 years ago

asaaki commented 7 years ago

Currently when setting up a simple RSS feed integration in a Slack channel, this is how it looks like for each entry:

screenshot 2016-10-24 um 15 47 00

This is most likely due to the HTML used in the RSS template and Slack not being able to display it in a user-friendly way.

Question would be: Can we have a simplified feed (e.g. text only description, or even just the titles only) as an alternative to the current HTML version? WDYT?

rrrene commented 7 years ago

Several ElixirStatus users include HTML (formatting, images) in their posts and stripping that would likely lead to an inferior presentation.

I'd accept a PR for a titles-only RSS feed. I think that would be the easiest solution. :+1:

davearonson commented 6 years ago

Even in Feedly, the current RSS feed is not very readable. It is HTML-formatted, apparently as a two-cell table, with usually a large picture on the left, and just whatever tiny space is left on the right for any text. If this has lists with sublists and such, it gets squished down to the point of being unreadable. At the very least, the formatting needs to be changed to let the textual part use the full width, such as by changing it from a table to a simple line-break between the picture and text.

asaaki commented 5 years ago

Not too relevant for me anymore.