sneakers-the-rat / paper-feeds

A FastAPI web server for creating RSS feeds for scholarly journals with the magic of adversarial interoperability
GNU General Public License v3.0
60 stars 4 forks source link

Support fedilinks #10

Open sneakers-the-rat opened 6 months ago

sneakers-the-rat commented 6 months ago

Context

https://chaos.social/@SoniEx2/111691866484662475

so the main thing a website/host can do here is provide some sort of (atom) feed viewer for folks clicking web+feed links, as per https://fedilinks.org/2

(note that web+feed is atom-only. but anyway.)

another thing to consider is supporting web+feed throughout the software stack, so if someone types web+feed://soniex2.autistic.space/index.atom it should be able to parse that as a link, if it would also parse https as a link.

Should be straightforward - i assume FastAPI should support protocol handlers. if not then it's time for some PRs.