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

[feature] RSS Autodiscovery #1358

Closed
kvibber opened this issue Jan 19, 2023 · 3 comments
Closed

[feature] RSS Autodiscovery #1358

kvibber opened this issue Jan 19, 2023 · 3 comments
Labels
enhancement New feature or request

Comments

@kvibber
Copy link
Contributor

kvibber commented Jan 19, 2023

Is your feature request related to a problem ?

RSS readers (and some browsers, like Vivaldi) can detect when a feed is available based on a link rel=alternate in the html page's header. GTS currently does not include this.

Describe the solution you'd like.

When a user has RSS enabled, add something like this to their profile page:

<link rel="alternate" type="application/rss+xml" href="/path/to/rss/feed" title="Username on GoToSocial" />

Describe alternatives you've considered.

none

Additional context.

I've taken a look at the template code and I'm willing to implement this myself and submit a PR if it sounds like something you'd want included.

@kvibber kvibber added the enhancement New feature or request label Jan 19, 2023
@tsmethurst
Copy link
Contributor

This sounds very reasonable! Feel free to work on a PR for this if you like :)

@kvibber
Copy link
Contributor Author

kvibber commented Jan 23, 2023

Great! I'll give it a shot!

@tsmethurst
Copy link
Contributor

closed by #1373

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants