Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add twtxt support #2746

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Add twtxt support #2746

wants to merge 3 commits into from

Conversation

epif4nio
Copy link

@epif4nio epif4nio commented Jun 17, 2024

The Twtxt protocol is a plain-text based microblogging protocol. This pull request adds a /@.txt path that generates a Twtxt-compatible feed.

This pull request has contributions from:

CC/ @prologic

resolves #2745

@falsifian
Copy link

I noticed there's code here for dumping a varying number of twts, defaulting to the most recent 20.

If you want to do this in a way that's compatible with other twtxt implementations, have a look at the archive feeds extension. It allows you to serve a relatively small file but allows clients to look further back if they wish. At least, jenny and yarnd support it. It's probably more work than what you have here, but could improve interoperability with those clients.

Hope this is helpful. Just a random passer-by here.

TomCasavant added a commit to TomCasavant/mastodon that referenced this pull request Aug 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add twtxt support
2 participants