ansible-community / rss-feed-aggregator

GNU General Public License v3.0
3 stars 1 forks source link

speaking titles #3

Open rockaut opened 3 years ago

rockaut commented 3 years ago

It would be great, if the package/collection name would be in the title too. Currently it is not really easy to see at a quick glance whats the content.

image

dmsimard commented 3 years ago

o/ @rockaut,

It looks like you are browsing the feed via a RSS reader ?

The source repository of each event is displayed prominently on the website: https://rss.community.eng.ansible.com/

Is there a way to customize the way your reader displays items in the feed ?

rockaut commented 3 years ago

Hmm... ok i see. And as I use a feed-read it depends how this displays the actual source.

For example feedly displays the title with the feed source beneath it. In the source detail view this works ...

image

... but in the daily/all view it replaces it with the feed source. Bummer - not an issue then.

dmsimard commented 3 years ago

@rockaut that's not to say we can't improve the titles but it may require some tinkering so it displays nicely on the website and various readers.

I can't look into this today but if we leave the issue opened we can eventually check.

rockaut commented 3 years ago

Oh nice. Just hit me if I can help.

dmsimard commented 3 years ago

This came up again in the Matrix ansible-social channel and it reminded me about this issue.

The way it works is that we build an aggregate feed of all the feeds that ends up here: https://rss.community.eng.ansible.com/atom.xml This is generated via a template file here: https://github.com/ansible-community/rss-feed-aggregator-template/blob/master/atom.xml.erb

We could try to adjust the template so that the title contains a little bit more info.