mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-11-10 11:47:28 -06:00
Merge remote-tracking branch 'origin/main' into HEAD
This commit is contained in:
commit
0e137c0f2d
1759 changed files with 864109 additions and 314186 deletions
|
|
@ -14,7 +14,7 @@ This allows you to customize the appearance of your GoToSocial profile for users
|
|||
|
||||
Here's a standard GoToSocial profile page:
|
||||
|
||||

|
||||

|
||||
|
||||
Let's say we want the background color to be black instead of grey.
|
||||
|
||||
|
|
@ -30,7 +30,7 @@ We then click on Save Profile Info.
|
|||
|
||||
If we go back to our profile page and refresh the page, it now looks like this:
|
||||
|
||||

|
||||

|
||||
|
||||
If we want to get really fancy, we can add an ombre effect to the background, by using the following CSS code instead:
|
||||
|
||||
|
|
@ -42,7 +42,7 @@ If we want to get really fancy, we can add an ombre effect to the background, by
|
|||
|
||||
After saving the css and refreshing the profile page, the profile now looks like this:
|
||||
|
||||

|
||||

|
||||
|
||||
## Accessibility
|
||||
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ To do this, you must first log in to the GoToSocial settings panel with your GoT
|
|||
|
||||
From there, go to the "Migration" section, and look at the "Alias Account" subsection:
|
||||
|
||||

|
||||

|
||||
|
||||
In the first free account alias box, enter the URL of the account you wish to move **from**. This indicates that the account you wish to move from belongs to you, ie., you are "also known as" the account.
|
||||
|
||||
|
|
@ -65,7 +65,7 @@ Once you have created the account alias from your GoToSocial account, pointing b
|
|||
|
||||
On Mastodon, the "Account migration" settings section looks something like this:
|
||||
|
||||

|
||||

|
||||
|
||||
If you were moving to a GoToSocial account from a Mastodon account, you would fill in the "Handle of the new account" field with the `@[username]@[domain]` value of your GoToSocial account. For example, if your GoToSocial account has username "@someone" and it's on the instance "example.org", you would enter `@someone@example.org` here.
|
||||
|
||||
|
|
|
|||
|
|
@ -36,6 +36,9 @@ Direct posts are **not** accessible via a web URL on your GoToSocial instance.
|
|||
|
||||
### Mutuals-only
|
||||
|
||||
!!! warning
|
||||
Mutuals-only posts are not currently functional.
|
||||
|
||||
Posts with a visibility of `mutuals_only` will only appear to the post author, and to *mutual follows* of the post author. In other words, they can only be seen by others if two conditions are met:
|
||||
|
||||
1. The other account follows the post author.
|
||||
|
|
@ -282,6 +285,9 @@ For accessibility reasons, it is considerate to use upper camel case when you're
|
|||
|
||||
You can include as many hashtags as you like within a GoToSocial post, and each hashtag has a length limit of 100 characters.
|
||||
|
||||
!!! tip
|
||||
To end a hashtag, you can simply use a space, for example in the text `this #soup rules`, the hashtag is terminated by a space so `#soup` becomes the hashtag. However, you can also use a pipe character `|`, or the unicode characters `\u200B` (zero-width no-break space) or `\uFEFF` (zero-width space), to create "partial-word" hashtags. For example, with input text `this #so|up rules`, only the `#so` part becomes the hashtag. Likewise, with the input text `this #soup rules`, which contains an invisible zero-width space after the o and before the u, only the `#so` part becomes the hashtag. See here for more information on zero-width spaces: https://en.wikipedia.org/wiki/Zero-width_space.
|
||||
|
||||
## Input Sanitization
|
||||
|
||||
In order not to spread scripts, vulnerabilities, and glitchy HTML all over the place, GoToSocial performs the following types of input sanitization:
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
RSS stands for [Really Simple Syndication](https://en.wikipedia.org/wiki/RSS). It's a very well established standard for sharing content on the web. You might recognize the jolly orange RSS logo from your favorite news websites and blogs:
|
||||
|
||||

|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ You will be prompted to log in with your email address and password after provid
|
|||
|
||||
## Profile
|
||||
|
||||

|
||||

|
||||
|
||||
In the profile section you can change your display name, avatar and header images. You can also choose to enable manually approving follow requests, and opt-in to providing a public RSS feed of your posts.
|
||||
|
||||
|
|
@ -78,11 +78,13 @@ Some examples:
|
|||
|
||||
#### Visibility Level of Posts to Show on Your Profile
|
||||
|
||||
Using this dropdown, you can choose what visibility level(s) of posts should be shown on the public web view of your profile, and served in your RSS feed (if you have enabled RSS).
|
||||
Using this dropdown, you can choose what visibility level(s) of posts should be shown on the public web views of your profile, of your statuses, and in your RSS feed (if you have enabled RSS).
|
||||
|
||||
**By default, GoToSocial shows only Public visibility posts on the web view of your profile, not Unlisted.** You can adjust this setting to also show Unlisted visibility posts on your profile, which is similar to the default for other ActivityPub softwares like Mastodon etc.
|
||||
**By default, GoToSocial shows only Public visibility posts on its web views, not Unlisted.** You can adjust this setting to also show Unlisted visibility posts, which is similar to the default for other ActivityPub softwares like Mastodon etc.
|
||||
|
||||
You can also choose to show no posts at all on the web view of your profile. This allows you to write posts without having to worry about scrapers, rubberneckers, and other nosy parkers visiting your web profile and looking at your posts.
|
||||
You can also choose to show no posts at all on GoToSocial's web views. This allows you to write posts without having to worry about scrapers, rubberneckers, and other nosy parkers visiting your web profile and looking at your posts.
|
||||
|
||||
This setting only applies to the visibility of your own posts. Other user's Unlisted posts are never shown.
|
||||
|
||||
This setting does not affect visibility of your posts over the ActivityPub protocol, so even if you choose to show no posts on your public web profile, others will be able to see your posts in their client if they follow you, and/or have your posts boosted onto their timeline, use a link to search a post of yours, etc.
|
||||
|
||||
|
|
@ -187,7 +189,7 @@ This allows you to do things like:
|
|||
|
||||
For example, the below image shows a policy for Public visibility posts that allows anyone to like or boost, but only allows followers, and people you follow, to reply.
|
||||
|
||||

|
||||

|
||||
|
||||
Bear in mind that policies do not apply retroactively. Posts created after you've applied a default interaction policy will use that policy, but any post created before then will use whatever policy was the default when the post was created.
|
||||
|
||||
|
|
@ -234,7 +236,7 @@ Please see the [migration document](./migration.md) for more information on movi
|
|||
|
||||
In the export & import section, you can export data from your GoToSocial account, or import data into it.
|
||||
|
||||

|
||||

|
||||
|
||||
### Export
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue