diff options
author | 2024-06-13 23:21:41 +0200 | |
---|---|---|
committer | 2024-06-13 23:21:41 +0200 | |
commit | ee6e9b2795de378bcbf2a64d7bea579d0a43f755 (patch) | |
tree | 36791b4b6a85716079062805801cde26f9c45cee /docs/faq.md | |
parent | [chore] Silence memlimit package (#3002) (diff) | |
download | gotosocial-ee6e9b2795de378bcbf2a64d7bea579d0a43f755.tar.xz |
[docs] Rework README a bit, import into docs (#3006)
Diffstat (limited to 'docs/faq.md')
-rw-r--r-- | docs/faq.md | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/docs/faq.md b/docs/faq.md index 8645efa5e..546c2064a 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -34,18 +34,8 @@ To see posts, you have to start following people! Once you've followed a few peo ## How can I sign up for a server? -Right now the only way to create an account is by the server's admin to run a command directly on the server. A web-based signup flow is in the roadmap but not implemented yet. +We introduced a sign-up flow in v0.16.0. The server you want to sign up to must have enabled registrations/sign-ups, as detailed [right here](./admin/signups.md). ## Why's it still in alpha? -Take a look at the [list of open bugs](https://github.com/superseriousbusiness/gotosocial/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and the [roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) for a more detailed rundown, but the main missing features at the time of this writing are: - -- backfill of posts -- web-based signup -- scheduling posts -- account migration -- shared block lists across servers - -## Will you support tables in Markdown? - -Not at the moment, as most clients handle them terribly. +Take a look at the [list of open bugs](https://github.com/superseriousbusiness/gotosocial/issues?q=is%3Aissue+is%3Aopen+label%3Abug) and the [roadmap](https://github.com/superseriousbusiness/gotosocial/blob/main/ROADMAP.md) for a more detailed rundown. |