-
Notifications
You must be signed in to change notification settings - Fork 15
Superfluous titles in RSS feeds #194
Copy link
Copy link
Open
Labels
Needs clarificationIssue author should provide more information or clarification requested in comments.Issue author should provide more information or clarification requested in comments.backendRelating to the code which runs on the server and generates the siteRelating to the code which runs on the server and generates the sitebugUnexpected behaviour on client or server sideUnexpected behaviour on client or server side
Metadata
Metadata
Assignees
Labels
Needs clarificationIssue author should provide more information or clarification requested in comments.Issue author should provide more information or clarification requested in comments.backendRelating to the code which runs on the server and generates the siteRelating to the code which runs on the server and generates the sitebugUnexpected behaviour on client or server sideUnexpected behaviour on client or server side
Type
Fields
Give feedbackNo fields configured for issues without a type.
It is unconventional for RSS articles to give the site's title in the article title, as there is a separate field to indicate that (here "HackSoc News").
Since the suffix is fixed and known, a heuristic approach could be to callremovesuffix("- HackSoc - The Computer Science Society")when templating into the RSS feed.In fact, the suffix is never appended to the title variable, so it is unexpected that it should show up in the feed. Additionally, it is not every article, as the article about libera.chat is unaffected.
It is entirely possible this issue is caused by unexpected behaviour on the feed reader, further investigation is warranted.