miniflux / v2

Minimalist and opinionated feed reader
https://miniflux.app
Apache License 2.0
6.73k stars 711 forks source link

Maybe we should add the feed's subtitle to the feed information #2605

Open rebron1900 opened 5 months ago

rebron1900 commented 5 months ago

Typically this section holds the introductory information about the site, which gives you an idea of what the general content of the site is.

xfzv commented 5 months ago

What do you mean by "feed's subtitle?"

Feed title + site URL + category name already give enough information in my opinion.

rebron1900 commented 5 months ago

I mean the rss profile field, for example in my site the subtitile is the introductory info for my subscription

<feed xmlns="http://www.w3.org/2005/Atom">
<title>只是玩玩</title>
<subtitle>All work and no play makes Jack a dull boy</subtitle>
<link href="https://1900.live" rel="self"/>
<link href="https://1900.live"/>
<updated>2024-04-09T00:46:07.000+08:00</updated>
<id>https://1900.live/</id>
</feed>
xfzv commented 5 months ago

I see. I'm no expert but it seems that not all feeds provide a <subtitle> tag though. GitHub / Invidious feeds don't have one for instance.

rebron1900 commented 5 months ago

I see. I'm no expert but it seems that not all feeds provide a <subtitle> tag though. GitHub / Invidious feeds don't have one for instance.

Thanks for the heads up, I went and checked my rss subscription list and it's true that I don't use subtitle as an intro field, almost all my subscriptions use the description field.

But if it's a description field, it would also like to be displayed in miniflux