[feat] RSS Atom 1.0 and RSS 2.0 feeds should expose the same information #388
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#388
Loading…
Add table
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The idea
All the information encoded in the channel and item elements of the RSS 2.0 feed should appear in the Atom 1.0 feed and vice versa. This can be accomplished by:
Using namespaced extension elements as necessary. For example, you can embed Atom elements in RSS 2.0 and vice versa.
For compatibility with all the other templates, renaming _tag_activity.xml.eex to _tag_activity.rss.eex.
Creating the missing _tag_author.rss.eex partial template, which should be rendered in the (renamed) _tag_activity.rss.eex partial, just as the _tag_author.atom.eex partial is rendered in the _tag_activity.atom.eex partial. The elements in _tag_author.rss.eex should encode the same information as in _tag_author.atom.eex.
The reasoning
We want to have feed readers to have access to the maximum amount of information, whether the format is Atom 1.0 or RSS 2.0.
Have you searched for this feature request?