[docs] move federating with gotosocial documentation into single file (#1494)

This commit is contained in:
f0x52
2023-02-13 18:34:44 +01:00
committed by GitHub
parent 041c8e695e
commit 76d1b484d0
12 changed files with 216 additions and 215 deletions

View File

@@ -6,7 +6,7 @@ RSS stands for [Really Simple Syndication](https://en.wikipedia.org/wiki/RSS). I
If you like, you can configure your GoToSocial account to expose an RSS feed of your posts to the web. This allows people to get regular updates about your posts even when they don't have a Fediverse account. This is great when you're using GoToSocial to create longer-form, blog style posts, and you want anyone to be able to read them easily.
The RSS feed for GoToSocial profiles is turned off by default. You can enable it via the [User Settings Panel](./user_panel.md) at `https://[your-instance-domain]/settings`.
The RSS feed for GoToSocial profiles is turned off by default. You can enable it via the [User Settings](./settings.md) at `https://[your-instance-domain]/settings`.
When enabled, the RSS feed for your account will be available at `https://[your-instance-domain]/@[your_username]/feed.rss`. If you use an RSS reader, you can point it at this address to check that RSS is working.