BDX-town / Mangane

Alternative frontend for Akkoma
https://bdx.town
GNU Affero General Public License v3.0
140 stars 29 forks source link

Support Atom/Rss feed #152

Open bugsysop opened 1 year ago

bugsysop commented 1 year ago

With Mangane (on Pleroma but I think it's the same with Akkoma) no way to access to Atom/RSS feed.

The "normal" Pleroma/Akkoma feed URL redirect to profile page not to feed content:

Example:

https://instance.tld/users/name/feed.atom

Notes:

Cl0v1s commented 1 year ago

It's indeed a cool feature. Do you have some doc ressources about that feature ? Is it generated by the backend or the frontend ?

bugsysop commented 1 year ago

It is managed by the backend...

/lib/pleroma/web/feed

But there is a conflict with Mangane URL rewrite...

https://instance.tld/@name/feed.atom
bugsysop commented 1 year ago

This Web app manage to grab the feed over Mangane... https://github.com/matildepark/fediverse-feed-viewer

bugsysop commented 1 year ago

See similar question & discussion about Pinafore interface: https://github.com/nolanlawson/pinafore/issues/2337

Cl0v1s commented 1 year ago

Thanks a lot for your detailed entries ! It will be fixed on next release :)