enonic/app-rss

Support author tag in RSS

Closed this issue · 2 comments

Needs mapping to find where name of author is stored ... not very simple probably. But the RSS tags are there if we want to use them.

In the solution I'm working now, the Author follows some logic. If the Author name/email is not set on the article content, it's taken from the creator of it. We should do the same?

Perhaps, using the actual author as in XP is a good thing since that data is always available. Makes it easier to have something to fallback on. Good suggestion!