Switch hosting to Vercel (#1113)

* Fix URLs to work when `baseURL` is in a sub-directory

* Use `RelPermalink` to not have assets loaded from `baseUrl`

* Add `.vercel` to gitignore

* Remove deploy Github Action, we are now using Vercel
pull/1122/head
Renaud Chaput 10 months ago committed by GitHub
parent ffbe66a389
commit d356c6caac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,31 +0,0 @@
name: Pages
on:
push:
branches:
- master
jobs:
build-deploy:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v1
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
with:
hugo-version: '0.105.0'
extended: true
- name: Build
run: hugo --minify
- name: Deploy
uses: easingthemes/ssh-deploy@v2.0.7
env:
SSH_PRIVATE_KEY: ${{ secrets.ACTIONS_DEPLOY_KEY }}
ARGS: "-rltgoDzvO"
SOURCE: ./public/
REMOTE_HOST: ${{ secrets.REMOTE_HOST }}
REMOTE_USER: ${{ secrets.REMOTE_USER }}
TARGET: ${{ secrets.REMOTE_TARGET }}

1
.gitignore vendored

@ -2,3 +2,4 @@ public/
static/.sass-cache
resources/
.hugo_build.lock
.vercel

File diff suppressed because one or more lines are too long

@ -2,10 +2,10 @@
font-family: 'Roboto Mono';
src:
local('Roboto Mono'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
url('../webfonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
url('./webfonts/roboto-mono/robotomono-regular-webfont.woff2') format('woff2'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.woff') format('woff'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.ttf') format('truetype'),
url('./webfonts/roboto-mono/robotomono-regular-webfont.svg#roboto_monoregular') format('svg');
font-weight: 400;
font-display: swap;
font-style: normal;

@ -2,10 +2,10 @@
font-family: 'Roboto';
src:
local('Roboto Italic'),
url('../webfonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
url('../webfonts/roboto/roboto-italic-webfont.woff') format('woff'),
url('../webfonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
url('../webfonts/roboto/roboto-italic-webfont.svg#roboto-italic-webfont') format('svg');
url('./webfonts/roboto/roboto-italic-webfont.woff2') format('woff2'),
url('./webfonts/roboto/roboto-italic-webfont.woff') format('woff'),
url('./webfonts/roboto/roboto-italic-webfont.ttf') format('truetype'),
url('./webfonts/roboto/roboto-italic-webfont.svg#roboto-italic-webfont') format('svg');
font-weight: normal;
font-display: swap;
font-style: italic;
@ -15,10 +15,10 @@
font-family: 'Roboto';
src:
local('Roboto Bold'),
url('../webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
url('../webfonts/roboto/roboto-bold-webfont.woff') format('woff'),
url('../webfonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
url('../webfonts/roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
url('./webfonts/roboto/roboto-bold-webfont.woff2') format('woff2'),
url('./webfonts/roboto/roboto-bold-webfont.woff') format('woff'),
url('./webfonts/roboto/roboto-bold-webfont.ttf') format('truetype'),
url('./webfonts/roboto/roboto-bold-webfont.svg#roboto-bold-webfont') format('svg');
font-weight: bold;
font-display: swap;
font-style: normal;
@ -28,10 +28,10 @@
font-family: 'Roboto';
src:
local('Roboto Medium'),
url('../webfonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
url('../webfonts/roboto/roboto-medium-webfont.woff') format('woff'),
url('../webfonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
url('../webfonts/roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
url('./webfonts/roboto/roboto-medium-webfont.woff2') format('woff2'),
url('./webfonts/roboto/roboto-medium-webfont.woff') format('woff'),
url('./webfonts/roboto/roboto-medium-webfont.ttf') format('truetype'),
url('./webfonts/roboto/roboto-medium-webfont.svg#roboto-medium-webfont') format('svg');
font-weight: 500;
font-display: swap;
font-style: normal;
@ -41,10 +41,10 @@
font-family: 'Roboto';
src:
local('Roboto'),
url('../webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
url('../webfonts/roboto/roboto-regular-webfont.woff') format('woff'),
url('../webfonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
url('../webfonts/roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
url('./webfonts/roboto/roboto-regular-webfont.woff2') format('woff2'),
url('./webfonts/roboto/roboto-regular-webfont.woff') format('woff'),
url('./webfonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
url('./webfonts/roboto/roboto-regular-webfont.svg#roboto-regular-webfont') format('svg');
font-weight: normal;
font-display: swap;
font-style: normal;

@ -22,7 +22,7 @@ Similar to how blogging is the act of publishing updates to a website, **microbl
A Mastodon website can operate alone. Just like a traditional website, people sign up on it, post messages, upload pictures and talk to each other. _Unlike_ a traditional website, Mastodon websites can interoperate, letting their users communicate with each other; just like you can send an email from your Gmail account to someone from Outlook, Fastmail, Protonmail, or any other email provider, as long as you know their email address, **you can mention or message anyone on any website using their address**.
{{< figure src="/assets/network-models.jpg" caption="From left to right: Centralized, Federated, Distributed" >}}
{{< figure src="assets/network-models.jpg" caption="From left to right: Centralized, Federated, Distributed" >}}
@ -104,6 +104,3 @@ Learn how to write an app for Mastodon:
Learn about the Mastodon backend and how to contribute:
{{< page-ref page="dev/overview" >}}

@ -131,4 +131,4 @@ Please check `app/javascript/mastodon/selectors/index.js` and `app/lib/feed_mana
Server-side preview images are never cropped, to support a variety of apps and user interfaces. Therefore, the cropping must be done by those apps. To crop intelligently, focal points can be used to ensure a certain section of the image is always within the cropped viewport. See this [guide on how focal points are defined](https://github.com/jonom/jquery-focuspoint#1-calculate-your-images-focus-point). In summary, floating points range from -1.0 to 1.0, left-to-right or bottom-to-top. (0,0) is the center of the image. (0.5, 0.5) would be in the center of the upper-right quadrant. (-0.5, -0.5) would be in the center of the lower-left quadrant. For reference, thumbnails in the Mastodon frontend are most commonly 16:9.
{{< figure src="/assets/focal-points.jpg" caption="A demonstration of various focal points and their coordinates." >}}
{{< figure src="assets/focal-points.jpg" caption="A demonstration of various focal points and their coordinates." >}}

@ -174,7 +174,7 @@ Undo
### Properties used
preferredUsername
: Used for Webfinger lookup. Must be unique on the domain, and must correspond to a Webfinger `acct:` URI.
: Used for Webfinger lookup. Must be unique on the domain, and must correspond to a Webfinger `acct:` URI.
name
: Used as profile display name.
@ -420,7 +420,7 @@ Mastodon supports setting a focal point on uploaded images, so that wherever tha
}
```
{{< figure src="/assets/focal-points.jpg" caption="A demonstration of various focal points and their coordinates." >}}
{{< figure src="assets/focal-points.jpg" caption="A demonstration of various focal points and their coordinates." >}}
The focal point of (-0.55, 0.43) in the example above corresponds to a point 55% to the left of center and 43% above center. This focal point should remain visible within the cropped thumbnail, if any cropping is done.
@ -593,4 +593,4 @@ Signature: ... # a signature from an account on mastodon.social
"https://mastodon.social/users/Gargron"
]
}
```
```

@ -9,13 +9,13 @@ menu:
## Generating invites {#invites}
{{< figure src="/assets/invites.jpg" caption="Invite people from your account&apos;s settings" >}}
{{< figure src="assets/invites.jpg" caption="Invite people from your account&apos;s settings" >}}
Invite links can be generated and shared with other people, and some servers require invites in order to register for an account. When generating an invite link, you can set the max uses to limit how many times a certain link is used, or how long it has been active. Invite links can be deactivated at any time.
## Follows and followers {#relationships}
{{< figure src="/assets/relationships.jpg" caption="Mutuals who have not moved their account, sorted by last activity" >}}
{{< figure src="assets/relationships.jpg" caption="Mutuals who have not moved their account, sorted by last activity" >}}
Within settings, you can find a relationship manager that lets you filter and sort through the profiles that you are connected to, based on different criteria:
@ -27,4 +27,4 @@ You can select certain users to unfollow, or to remove from your followers, by c
## Account settings {#account}
From the account settings, you can change your email address, set a new password, revoke active sessions or authorized apps, and enable two-factor authentication.
From the account settings, you can change your email address, set a new password, revoke active sessions or authorized apps, and enable two-factor authentication.

@ -11,29 +11,28 @@ menu:
### Featured hashtags {#featured-tags}
{{< figure src="/assets/featured-tags.jpg" caption="A featured hashtag showing last usage date and total usage." >}}
{{< figure src="assets/featured-tags.jpg" caption="A featured hashtag showing last usage date and total usage." >}}
You can choose to feature certain hashtags that you use often. Go to Settings &gt; Profile &gt; Featured hashtags to manage which hashtags you are currently featuring. Once featured, a link to the hashtag will be shown on your profile, with the date of the last time it was used in a status, as well as the total number of statuses in which it was used.
### Featured profiles {#featured-profiles}
{{< figure src="/assets/featured-profiles.jpg" caption="Four randomly-selected featured profiles." >}}
{{< figure src="assets/featured-profiles.jpg" caption="Four randomly-selected featured profiles." >}}
You can choose to feature profiles of people that you are following. Go to that person's profile dropdown menu and click "Feature on profile". When you feature a profile, a link to their profile will appear on your profile, under a section titled "your choices". Up to 4 profiles will be shown at a time, and these profiles are selected randomly from your pool of featured profiles every time the page is loaded.
## Pinned posts {#pinned}
{{< figure src="/assets/pinned.jpg" caption="A pinned post by mastodon.social/@gargron" >}}
{{< figure src="assets/pinned.jpg" caption="A pinned post by mastodon.social/@gargron" >}}
You can choose to feature up to 5 of your own public posts at the top of your profile. Go to the status dropdown menu and click "Pin on profile". When you pin a post, it will appear at the top of your "posts" tab, before all other chronological status updates.
## Profile directory {#directory}
{{< figure src="/assets/directory.jpg" caption="Profile directory as seen from mastodon.social" >}}
{{< figure src="assets/directory.jpg" caption="Profile directory as seen from mastodon.social" >}}
The profile directory shows all accounts that have opted into being shown in the directory, and can be used to quickly find profiles that you may be interested in following.
The profile directory can be sorted either by recent activity (the most recently published status), or by new arrivals (the most recently created accounts). The directory can also be filtered to show only local accounts, or to show all known accounts that your website is aware of.
Profiles appear as cards that include a user's display name, address, account bio, and some brief stats such as how many posts they've published, how many followers they have, and the time of their last published status.

@ -9,13 +9,12 @@ menu:
## Remote interactions on another Mastodon site {#interact}
{{< figure src="/assets/status-permalink.jpg" caption="An example of a post&apos;s public permalink on a Mastodon site." >}}
{{< figure src="assets/status-permalink.jpg" caption="An example of a post&apos;s public permalink on a Mastodon site." >}}
When you are browsing a remote site powered by Mastodon, clicking on any of the interaction buttons will load a dialog that will redirect you to your local site.
{{< figure src="/assets/external-reply.jpg" caption="A remote interaction dialog for replying to a toot." >}}
{{< figure src="assets/external-reply.jpg" caption="A remote interaction dialog for replying to a toot." >}}
## Signing into a client app {#apps}
You can use your Mastodon account to sign into any app that implements the Mastodon API. A list of such apps can be found at [https://joinmastodon.org/apps](https://joinmastodon.org/apps).

@ -11,11 +11,11 @@ menu:
It is possible to filter statuses for specific keywords and phrases so that they can be hidden automatically.
{{< figure src="/assets/filter-list.jpg" caption="A sample of active filters for various keywords in different contexts." >}}
{{< figure src="assets/filter-list.jpg" caption="A sample of active filters for various keywords in different contexts." >}}
To create or manage your filters, go to Settings &gt; Filters. The "Add new filter" button will let you create a new filter, and existing filters can be edited or deleted. Your existing filters will be summarized in a table.
{{< figure src="/assets/filter-edit.jpg" caption="Filters can have an expiry date, specific contexts, server-side drop, and use word boundaries." >}}
{{< figure src="assets/filter-edit.jpg" caption="Filters can have an expiry date, specific contexts, server-side drop, and use word boundaries." >}}
Filters have the following settings:
@ -46,7 +46,7 @@ Filters normally apply to any status that contains the included characters, rega
## User-level actions {#blocking-and-muting}
{{< figure src="/assets/profile-dropdown.jpg" caption="The profile dropdown menu offers various actions." >}}
{{< figure src="assets/profile-dropdown.jpg" caption="The profile dropdown menu offers various actions." >}}
### Hiding boosts {#hide-boosts}
@ -54,7 +54,7 @@ If you hide boosts from someone, you wont see their boosts in your home feed.
### Muting {#mute}
{{< figure src="/assets/muted.jpg" caption="Sample of muted accounts." >}}
{{< figure src="assets/muted.jpg" caption="Sample of muted accounts." >}}
When muting, you have the option to mute notifications from them or not. Muting without muting notifications hides the user from your view:
@ -71,7 +71,7 @@ The user has no way of knowing they have been muted.
### Blocking {#block}
{{< figure src="/assets/blocked.jpg" caption="Sample of blocked accounts." >}}
{{< figure src="assets/blocked.jpg" caption="Sample of blocked accounts." >}}
Blocking hides a user from your view:
@ -92,7 +92,7 @@ If you and the blocked user are on the same server, the blocked user will not be
### Hiding an entire server {#block-domain}
![](/assets/block-domain.png)
![]({{relURL "assets/block-domain.png" }})
If you block an entire server:
@ -103,6 +103,6 @@ If you block an entire server:
## Reporting problematic content to moderators {#report}
{{< figure src="/assets/report-modal.jpg" caption="The report modal allows selecting example statuses, adding a note, and forwarding reports." >}}
{{< figure src="assets/report-modal.jpg" caption="The report modal allows selecting example statuses, adding a note, and forwarding reports." >}}
If you see a status or user that is violating the rules of your website, you can report that user to your site's moderators. Clicking the "report" option on the user dropdown or status dropdown will open the report modal. Here, you can (and should) add a note about why you are reporting this account. You can attach certain problematic statuses for additional context on why you are reporting the account, and if their conduct is violating the rules of the remote website, you can also choose to forward the report to their site's moderators.

@ -9,7 +9,7 @@ menu:
## Exporting your information {#export}
{{< figure src="/assets/export.jpg" caption="The data export page in settings" >}}
{{< figure src="assets/export.jpg" caption="The data export page in settings" >}}
At any time you want, you can go to Settings &gt; Export and download a CSV file for your current followed accounts, your currently created lists, your currently blocked accounts, your currently muted accounts, and your currently blocked domains. Your following, blocking, muting, and domain-blocking lists can be imported at Settings &gt; Import, where they can either be merged or overwritten.
@ -21,25 +21,24 @@ From the bottom of Settings &gt; Account, you can find options related to accoun
### Profile redirect {#redirect}
{{< figure src="/assets/account-redirect.jpg" caption="Profile redirect form" >}}
{{< figure src="assets/account-redirect.jpg" caption="Profile redirect form" >}}
Redirecting your account disables posting from that account and displays a "profile moved" notice indicating your new account. Anyone viewing your profile can see this notice and will know to follow you at your new account. Following redirected accounts is not possible. The redirect can be canceled at any time.
### Profile move {#move}
{{< figure src="/assets/account-move.jpg" caption="Profile move form" >}}
{{< figure src="assets/account-move.jpg" caption="Profile move form" >}}
Moving your account is the same as redirecting your account, but it will also irreversibly force everyone to unfollow your current account and follow your new account, if their software supports the Move activity. Your posts will not be moved, due to technical limitations. There is also a 30 day cooldown period in which you cannot migrate again, so be very careful before using this option!
### Account aliases {#aliases}
{{< figure src="/assets/account-aliases.jpg" caption="Alias management screen" >}}
{{< figure src="assets/account-aliases.jpg" caption="Alias management screen" >}}
Profile moves can only be initiated when your two accounts have been aliased. Account aliases are currently not used for anything other than profile moves, where you will need to set your old account as an alias of your new account before initiating the move. Setting aliases is harmless and reversible on its own.
## Deleting your account {#delete}
{{< figure src="/assets/account-delete.jpg" caption="Account deletion form" >}}
{{< figure src="assets/account-delete.jpg" caption="Account deletion form" >}}
From the bottom of Settings &gt; Account, you can find the form to delete your account. Deleting your account is irreversible, and will cause both your profile and username to become forever unusable.

@ -9,7 +9,7 @@ menu:
## Browsing content through public timelines {#timelines}
{{< figure src="/assets/timeline.jpg" caption="Posts within a public timeline" >}}
{{< figure src="assets/timeline.jpg" caption="Posts within a public timeline" >}}
To allow you to discover potentially interesting content, Mastodon provides a way to browse all public posts. Well, there is no global shared state between all servers, so there is no way to browse _all_ public posts. When you browse the **federated timeline**, you see all public posts that the server you are on knows about. There are various ways your server may discover posts, but the bulk of them will be from people that other users on your server follow.
@ -17,7 +17,7 @@ There is a way to filter the federated timeline to view only public posts create
## Interacting with people's posts {#actions}
{{< figure src="/assets/status.jpg" caption="An expanded view can be loaded by clicking a status in the timeline." >}}
{{< figure src="assets/status.jpg" caption="An expanded view can be loaded by clicking a status in the timeline." >}}
You can perform quick actions on a post directly from the timeline, or you can click on the post to load an expanded view that shows extra information, such as a full timestamp, interaction counts, and threaded replies, if any. The following actions can be performed on a post:
@ -29,7 +29,7 @@ You can perform quick actions on a post directly from the timeline, or you can c
## Notifications {#notifications}
{{< figure src="/assets/notifications.jpg" caption="Notifications column" >}}
{{< figure src="assets/notifications.jpg" caption="Notifications column" >}}
When other people interact with you or your posts, you will receive a notification depending on the type of the event. Your notifications column allows you to view all notifications in the same stream, or to filter for specific types of notifications:
@ -44,7 +44,7 @@ When unread notifications are present, a checkmark will appear in the column hea
## Following profiles {#follow}
![](/assets/profile.jpg)
![]({{ relUrl "/assets/profile.jpg" }})
As long as you encounter a person within your apps user interface, e.g. the web interface on your home server, or your mobile app, you can just click “follow” and you wont notice a difference if that person is on your server or not.
@ -54,21 +54,21 @@ If you are visiting a public page on another Mastodon site, see [Using Mastodon
## Enabling notifications {#bell}
![](/assets/bell.jpg)
![]({{ relUrl "/assets/bell.jpg" }})
If you are following someone, you also have the option to receive a notification every time they post. To opt into this functionality, click the bell icon.
## Search {#search}
{{< figure src="/assets/search.jpg" caption="The search function can be accessed from the sidebar." >}}
{{< figure src="assets/search.jpg" caption="The search function can be accessed from the sidebar." >}}
Mastodon's basic search allows logged-in users to find posts containing a specific hashtag, or to load a user or status directly if they know the URL or address. Searching for a term will show profiles whose username or display name contains that term, as well as hashtags that match or contain that term.
{{< figure src="/assets/direct-url.jpg" caption="An example of a post being loaded directly by its URL." >}}
{{< figure src="assets/direct-url.jpg" caption="An example of a post being loaded directly by its URL." >}}
{{< figure src="/assets/search-accounts.jpg" caption="An example of accounts returned when searching for &quot;cats&quot;." >}}
{{< figure src="assets/search-accounts.jpg" caption="An example of accounts returned when searching for &quot;cats&quot;." >}}
{{< figure src="/assets/search-hashtags.jpg" caption="An example of hashtags returned when searching for &quot;cats&quot;." >}}
{{< figure src="assets/search-hashtags.jpg" caption="An example of hashtags returned when searching for &quot;cats&quot;." >}}
Admins may optionally install full-text search. Mastodons full-text search allows logged-in users to find results from their own posts, their favourites, their bookmarks and their mentions. It deliberately does not allow searching for arbitrary strings in the entire database, in order to reduce the risk of abuse by people searching for controversial terms to find people to dogpile.
@ -80,19 +80,18 @@ The following operators are supported:
## Direct conversations {#direct}
{{< figure src="/assets/dm-column.jpg" caption="A list of conversations containing direct messages." >}}
{{< figure src="assets/dm-column.jpg" caption="A list of conversations containing direct messages." >}}
In Mastodon, direct messages are just posts that have the "direct" visibility selected. Visibility can be selected per-post, which allows changing the privacy level later in a thread. The direct messages column currently shows a list of all conversations containing a direct post. Clicking on a conversation will load the associated thread.
{{< figure src="/assets/dm-thread.jpg" caption="A direct message in a thread." >}}
{{< figure src="assets/dm-thread.jpg" caption="A direct message in a thread." >}}
## List timelines {#lists}
Lists are subsets of your home timeline. You can create a list, give it a name, and add users that you follow to that list.
![](/assets/lists.jpg)
![]({{ relUrl "/assets/lists.jpg" }})
Opening a list will load that list's timeline. List timelines contain only posts by members of that list, as well as replies to you or to other members of the list. This can be changed to show replies to all people you follow, or to no one.
{{< figure src="/assets/list.jpg" caption="A list timeline" >}}
{{< figure src="assets/list.jpg" caption="A list timeline" >}}

@ -7,7 +7,7 @@ menu:
parent: user
---
{{< figure src="/assets/compose-with-cw.jpg" caption="Compose form with CW enabled" >}}
{{< figure src="assets/compose-with-cw.jpg" caption="Compose form with CW enabled" >}}
## Text {#text}
@ -15,25 +15,25 @@ The main body of each status update can be composed using the text field. The de
### Links {#links}
{{< figure src="/assets/compose-links.jpg" caption="Links must start with http(s):// and are counted as 23 characters regardless of length." >}}
{{< figure src="assets/compose-links.jpg" caption="Links must start with http(s):// and are counted as 23 characters regardless of length." >}}
If you include links in your post, they must begin with `http://` or `https://`. All links are counted as 23 characters, no matter how long they actually are, so there is no need to use a link shortener to save characters. In fact, using a link shortener is actively discouraged.
### Mentions {#mentions}
{{< figure src="/assets/compose-mentions.jpg" caption="Suggested mentions for both local and remote users." >}}
{{< figure src="assets/compose-mentions.jpg" caption="Suggested mentions for both local and remote users." >}}
You can mention users by typing out their full address, e.g. `@alice@example.com`. Note that any usage of`@word` will be interpreted as mentioning the local user with the username `word`, if that user exists. Only the username part will count against your character limit -- the domain is not counted.
### Hashtags {#hashtags}
{{< figure src="/assets/compose-hashtags.jpg" caption="Hashtags are autosuggested by usage frequency." >}}
{{< figure src="assets/compose-hashtags.jpg" caption="Hashtags are autosuggested by usage frequency." >}}
You can use a `#hashtag` to make your post discoverable to anyone searching for that hashtag. Hashtags can contain alphanumeric characters and underscores, but cannot contain numbers only.
### Custom emoji {#emoji}
{{< figure src="/assets/compose-custom-emoji.jpg" caption="An array of custom emoji are available in the selector." >}}
{{< figure src="assets/compose-custom-emoji.jpg" caption="An array of custom emoji are available in the selector." >}}
Each server offers a set of custom emoji you can use, like on Discord. You can use an emoji using its shortcode like `:thounking:`, or by clicking the emoji face in the compose box and browsing through the "Custom" category. You can also browse through and search for standard unicode emoji.
@ -43,7 +43,7 @@ You can attach either files or a poll to your status.
### Files {#media}
{{< figure src="/assets/compose-media-attachment.jpg" caption="Thumbnail for attached media, with options to delete, edit, or mark as sensitive" >}}
{{< figure src="assets/compose-media-attachment.jpg" caption="Thumbnail for attached media, with options to delete, edit, or mark as sensitive" >}}
Click the paper clip to attach a file to your post. You can attach the following:
@ -54,13 +54,13 @@ Click the paper clip to attach a file to your post. You can attach the following
#### Editing media {#edit}
{{< figure src="/assets/edit-media.jpg" caption="Edit media to add a media description or choose a focal point for the preview thumbnail." >}}
{{< figure src="assets/edit-media.jpg" caption="Edit media to add a media description or choose a focal point for the preview thumbnail." >}}
By clicking the "Edit" link on the attachment thumbnail, you can load a modal which will allow adding a media description or changing the focal point. Although optional, it is a good idea to add media descriptions that briefly describe what is in contained in the media. These descriptions will be shown when the media fails to load for any reason, or when accessed by screen readers and other assistive technology. Setting the focal point is also optional, but can make preview thumbnails looks better when they are not shown in a 16:9 aspect ratio.
### Polls {#polls}
{{< figure src="/assets/compose-polls.jpg" caption="A poll with 2 one-of choices, expiring in 1 day" >}}
{{< figure src="assets/compose-polls.jpg" caption="A poll with 2 one-of choices, expiring in 1 day" >}}
Click the bar graph icon to attach a poll to your post.
@ -77,7 +77,7 @@ Click the bar graph icon to attach a poll to your post.
| Followers-only | No | Logged in on the same site | In-app or logged in | Yes |
| Direct | No | Logged in and mentioned | In-app or logged in | No |
Posts can be published with one of four different privacy levels, as described below. You can [set a default privacy level for your posts](../preferences#posting), and you can change the privacy level for a draft post by selecting the "Change Post Privacy" icon beneath the text of the post.
Posts can be published with one of four different privacy levels, as described below. You can [set a default privacy level for your posts](../preferences#posting), and you can change the privacy level for a draft post by selecting the "Change Post Privacy" icon beneath the text of the post.
### Public {#public}
@ -126,9 +126,8 @@ Send your post only to mentioned users.
## Content warnings and sensitive content {#cw}
{{< figure src="/assets/status-cw.jpg" caption="A status with a CW that is marked as sensitive content." >}}
{{< figure src="assets/status-cw.jpg" caption="A status with a CW that is marked as sensitive content." >}}
One feature that Mastodon provides that you may not have seen on other social networks is the option to attach a content warning to your posts. When a content warning is included, the status content will be collapsed by default, and only the CW will be shown, similarly to an email subject line or a "read more" break. This can be used to add a summary or subject for your post, to collapse long posts, or to otherwise provide context or setup for the body of the post.
When media is attached, a checkbox appears to allow you to "mark media as sensitive". This hides the full media behind a blurred thumbnail by default. Adding a CW to a post automatically marks the media as sensitive as well.

@ -13,13 +13,13 @@ menu:
Mastodon defaults to a dark theme, but a light or high-contrast theme can be selected.
{{< figure src="/assets/light-theme.jpg" caption="Mastodon light theme" >}}
{{< figure src="assets/light-theme.jpg" caption="Mastodon light theme" >}}
### Choose your layout {#layout}
Mastodon defaults to a simple, one-column layout with a compose box on the left and a column switcher on the right. You can choose to enable the advanced web interface, which allows you view and pin multiple columns at the same time.
{{< figure src="/assets/advanced-web-ui.jpg" caption="The advanced web interface" >}}
{{< figure src="assets/advanced-web-ui.jpg" caption="The advanced web interface" >}}
In either interface, updates will load automatically as new posts are available. You can enable Slow Mode to instead show a banner at the top of the column indicating the number of new items available, which will be loaded only when you click the banner.
@ -41,7 +41,7 @@ By default, any media marked as sensitive is hidden behind a click-through overl
Hidden and unloaded media uses a colorful gradient provided by the BlurHash algorithm, which uses the colors of the image but blurs the details. These gradients can be disabled.
{{< figure src="/assets/blurhash.jpg" caption="An example blurhash thumbnail" >}}
{{< figure src="assets/blurhash.jpg" caption="An example blurhash thumbnail" >}}
Posts with content warnings are collapsed by default, but you can choose to always expand the warnings so that the full post is displayed.
@ -71,7 +71,7 @@ If you opt out of search engine indexing, a `noindex` flag will be added to your
You can choose to hide your network, which will make your following and follower lists private to you only.
{{< figure src="/assets/hidden-network.jpg" caption="A profile that has opted to hide its network" >}}
{{< figure src="assets/hidden-network.jpg" caption="A profile that has opted to hide its network" >}}
If you want to see posts that are boosted multiple times be reinserted into your feed at the top, you can disable boost grouping in timelines.
@ -86,4 +86,3 @@ If you often post sensitive media, you can choose to always mark your media as s
### Filtering languages on public timelines {#languages}
You can choose to only show posts in certain detected languages while browsing the public timelines. However, note that language detection can be very imprecise, so you may still see some posts in a disabled language, or miss some posts from enabled languages.

@ -9,7 +9,7 @@ menu:
## Your appearance {#appearance}
{{< figure src="/assets/profile-cards.jpg" caption="Profile cards showing display name, avatar, and header" >}}
{{< figure src="assets/profile-cards.jpg" caption="Profile cards showing display name, avatar, and header" >}}
You can change how your profile appears to others by navigating to Settings &gt; Profile &gt; Appearance.
@ -33,7 +33,7 @@ Your header is a banner image shown at the top of your profile, as well as in pr
You can set certain flags on your profile to let others know how you use Mastodon.
![](/assets/bot-flag.jpg)
![]({{ relUrl "/assets/bot-flag.jpg" }})
### Locked account {#locked}
@ -88,4 +88,4 @@ Alternatively, validation will occur if the resolved page's *first* link has an
{{< hint style="info" >}}
Make sure to save your profile *after* adding the rel-me link to your web page! The verification process is triggered when you save your profile, and may take some time before completing. If you have added the rel-me link and verification is not working, then try deleting the link, saving, re-adding the link, and saving again.
{{< /hint >}}
{{< /hint >}}

@ -22,7 +22,7 @@ menu:
Mastodonのウェブサイトは単独で運用できます。従来のウェブサイトとまるっきり同じように、人々は、Mastodonのウェブサイトの一つに登録してメッセージを投稿したり写真をアップロードしたりすることで互いにおしゃべりします。そして従来のウェブサイトとは*異なり*、Mastodonのウェブサイトは相互運用できるため、それぞれのMastodonの間でユーザーは相互に通信できます。つまり、あなたのGmailにあるアカウントからOutlookやFastmail、Protonmail、またはその他のメールプロバイダーにあるアカウントの誰かに、その宛先の電子メールアドレスを知ってさえいれば電子メールを送信できるように、**そういったアドレスを使ってあなたはどのウェブサイトにいるどんなユーザーに対してもメンションやメッセージを送ることができるのです**。
{{< figure src="/assets/image%20%289%29.png" caption="中央型(左)、連合型(中央)、分散型(右)" >}}
{{< figure src="assets/image%20%289%29.png" caption="中央型(左)、連合型(中央)、分散型(右)" >}}
## ActivityPubとは {#fediverse}

@ -9,13 +9,13 @@ menu:
## 招待リンクの作成 {#invites}
{{< figure src="/assets/image%20%2862%29.png" caption="設定で、人を招待するリンクを作成できる" >}}
{{< figure src="assets/image%20%2862%29.png" caption="設定で、人を招待するリンクを作成できる" >}}
招待リンクを作成して他の人に配ることができます。一部のサーバーではアカウンを登録するために招待を必要とします。招待リンクを作成するときに、そのリンクの使用回数の最大値や有効期限を設定できます。招待リンクはいつでも無効にできます。
## フォローとフォロワー {#relationships}
{{< figure src="/assets/image%20%2849%29.png" caption="相互にフォローしているアカウントのうち、引っ越ししていな人を「最後の活動」で並び替えたところ" >}}
{{< figure src="assets/image%20%2849%29.png" caption="相互にフォローしているアカウントのうち、引っ越ししていな人を「最後の活動」で並び替えたところ" >}}
設定では、繋がりを管理できます。次に挙げるさまざまな基準に基づいて、あなたが繋がっているプロフィールをフィルターしたり並び替えて表示できます。
@ -35,7 +35,7 @@ menu:
### Keybaseを使ったID検証 {#keybase}
{{< figure src="/assets/image%20%2860%29.png" caption="プロフィールにおける本人証明" >}}
{{< figure src="assets/image%20%2860%29.png" caption="プロフィールにおける本人証明" >}}
はじめに、Keybaseに登録し、Keybaseアカウント上でGPG公開鍵を生成するかアップロードするかします。次に、「prove more identities他のIDを証明する」に進みます。そして、動ているあなたのサーバーを見つけてください。もし見つからない場合はKeybaseにその内容を問い合わせてください。Mastodonのドメインを選択し、ユーザー名を入力します。Mastodonアカウントで認可し、証明メッセージを投稿することで、あなたのIDを証明できます。これを一度行うと本人証明が確立され、KeybaseがIDを証明したことをプロフィールに表示します。

@ -11,25 +11,25 @@ menu:
### 注目のハッシュタグ {#featured-tags}
{{< figure src="/assets/image%20%2858%29.png" caption="注目のハッシュタグでは、最終更新日時と使用数も表示される" >}}
{{< figure src="assets/image%20%2858%29.png" caption="注目のハッシュタグでは、最終更新日時と使用数も表示される" >}}
あなたがよく使う特定のハッシュタグを目立たさせられます。いまの時点でどんなハッシュタグを目立たせたいかを管理するためには、設定から「プロフィール」-「注目のハッシュタグ」に移動してください。そうして目立たせると、そのハッシュタグへのリンクが、最後に使った更新日時とどの程度使われたかを示す使用数とともに、あなたのプロフィールに表示されるでしょう。
### おすすめプロフィール {#featured-profiles}
{{< figure src="/assets/image%20%2833%29.png" caption="ランダムに選択される、4つのおすすめプロフィール" >}}
{{< figure src="assets/image%20%2833%29.png" caption="ランダムに選択される、4つのおすすめプロフィール" >}}
フォローしているユーザーのプロフィールを目立たせられます。そのユーザーのプロフィールに移動して、ドロップダウンメニューにある「プロフィールで紹介する」をクリックします。プロフィールを目立たせると、自分のプロフィールにある「あなたのおすすめ」という見出しの下の領域に、そのプロフィールへのリンクが表示されるでしょう。4つまでのプロフィールが一度に表示されます。これらのプロフィールは、ページが読み込まれる度に、あなたがおすすめするプロフィールの中からランダムに選択されます。
## 固定された投稿 {#pinned}
{{< figure src="/assets/image%20%2837%29.png" caption="mastodon.social/@gargronにおける固定されたトゥート" >}}
{{< figure src="assets/image%20%2837%29.png" caption="mastodon.social/@gargronにおける固定されたトゥート" >}}
プロフィールの上部に、自分の公開投稿を5つまで目立たせられます。該当ステータスのドロップダウンメニューから「プロフィールに固定表示ピン留め」をクリックします。トゥートを固定すると、すべての時系列ステータスの更新の前、つまりトゥート欄の上部に、固定したトゥートが表示されます。
## ディレクトリ {#directory}
{{< figure src="/assets/image%20%2831%29.png" caption="mastodon.socialにおけるディレクトリ" >}}
{{< figure src="assets/image%20%2831%29.png" caption="mastodon.socialにおけるディレクトリ" >}}
ディレクトリ(=プロフィールディレクトリ)では、ディレクトリに表示することを選択したすべてのアカウントが表示されます。これを使うことで、フォローを検討できそうなプロフィールを簡単に見つけるのに役立ちます。

@ -9,11 +9,11 @@ menu:
## 別のMastodonサイト上での遠隔操作 {#interact}
{{< figure src="/assets/image%20%2863%29.png" caption="Mastodonサイトにおける公開投稿のパーマリンクの例" >}}
{{< figure src="assets/image%20%2863%29.png" caption="Mastodonサイトにおける公開投稿のパーマリンクの例" >}}
Mastodonが動いている別のサイトを閲覧しているときに操作ボタンをクリックすると、あなたの所属するサイトにリダイレクトするダイアログが読み込まれます。
{{< figure src="/assets/image%20%288%29.png" caption="トゥートに返信するための遠隔操作のダイアログ" >}}
{{< figure src="assets/image%20%288%29.png" caption="トゥートに返信するための遠隔操作のダイアログ" >}}
## クライアントアプリでのログイン {#apps}

@ -11,11 +11,11 @@ menu:
特定のキーワードやフレーズがあるステータスをフィルターすることが可能です。フィルターすることで、それらは自動的に見えなくなります。
{{< figure src="/assets/image%20%2848%29.png" caption="異なる場所で、さまざまなキーワードをフィルターしている例" >}}
{{< figure src="assets/image%20%2848%29.png" caption="異なる場所で、さまざまなキーワードをフィルターしている例" >}}
フィルターを作成または管理するには、設定から「フィルター」を選択します。「新規フィルターを追加」ボタンを押して新しいフィルターを作成できますし、すでに登録しているフィルターを編集したり削除できたりします。登録済みのフィルターは表にまとめられます。
{{< figure src="/assets/image%20%2814%29.png" caption="フィルターは、有効期限、除外対象、サーバーからの配信削除、および指定した単語全体での一致を指定できる" >}}
{{< figure src="assets/image%20%2814%29.png" caption="フィルターは、有効期限、除外対象、サーバーからの配信削除、および指定した単語全体での一致を指定できる" >}}
フィルターには次の設定があります。
@ -46,7 +46,7 @@ menu:
## ユーザーレベルで実行できること {#blocking-and-muting}
{{< figure src="/assets/image%20%2824%29.png" caption="ユーザープロフィールにあるドロップダウンメニューでは、さまざまなことを設定できる" >}}
{{< figure src="assets/image%20%2824%29.png" caption="ユーザープロフィールにあるドロップダウンメニューでは、さまざまなことを設定できる" >}}
### ブーストを非表示 {#hide-boosts}
@ -54,7 +54,7 @@ menu:
### ミュート {#mute}
{{< figure src="/assets/image%20%2852%29.png" caption="ミュートされたアカウントの例" >}}
{{< figure src="assets/image%20%2852%29.png" caption="ミュートされたアカウントの例" >}}
ミュートするときは、通知をミュートするかどうかを選択できます。通知をミュートしないミュートは、次の場面でそのユーザーを隠します。
@ -69,7 +69,7 @@ menu:
### ブロック {#block}
{{< figure src="/assets/image%20%2836%29.png" caption="ブロックされたアカウントの例" >}}
{{< figure src="assets/image%20%2836%29.png" caption="ブロックされたアカウントの例" >}}
ブロックは、次の場面でユーザーを隠します。
@ -90,7 +90,7 @@ menu:
### サーバー全体をブロック {#hide-domain}
![](/assets/image%20%2861%29.png)
![]({{ relUrl "/assets/image%20%2861%29.png" }})
サーバー全体をブロックする場合:
@ -101,6 +101,6 @@ menu:
## 問題のあるコンテンツをモデレーターに通報する {#report}
{{< figure src="/assets/image%20%283%29.png" caption="通報のモーダル画面では、具体的なステータスの選択、コメントの追加、レポートの転送ができる" >}}
{{< figure src="assets/image%20%283%29.png" caption="通報のモーダル画面では、具体的なステータスの選択、コメントの追加、レポートの転送ができる" >}}
あなたのウェブサイトのルールに違反しているステータスまたはユーザーを見つけた場合、あなたのサイトのモデレーターにそのユーザーを通報できます。ユーザープロフィールのドロップダウンメニューまたはステータのスドロップダウンメニューから「通報」の選択肢をクリックすると、通報のモーダル画面が開きます。ここでは、このアカウントを通報する理由についてのコメントを追加できます(追加するべきです)。アカウントを通報する理由について追加の文脈を示すために、はっきりと問題のあるステータスを指定できます。また、その行為がリモートのウェブサイトのルールに違反している場合、そのサイトのモデレーターに通報を転送することもできます。

@ -9,7 +9,7 @@ menu:
## 自分の情報のエクスポート {#export}
{{< figure src="/assets/image%20%2835%29.png" caption="設定における「データのエクスポート」ページ" >}}
{{< figure src="assets/image%20%2835%29.png" caption="設定における「データのエクスポート」ページ" >}}
設定から「データのエクスポート」に移動して、現在フォローしているアカウント、現在作成しているリスト、現在ブロックしているアカウント、現在ミュートしているアカウント、および現在ブロックしているドメインを、CSVファイルとしていつでもダウンロードできます。フォロー、ブロック、ミュート、ドメインブロックの一覧は、設定から「データのインポート」で追加できます。この追加は、結合または上書きのいずれかで実行できます。
@ -21,24 +21,24 @@ menu:
### プロフィールのリダイレクト {#redirect}
{{< figure src="/assets/image%20%2853%29.png" caption="プロフィールのリダイレクトのための設定欄" >}}
{{< figure src="assets/image%20%2853%29.png" caption="プロフィールのリダイレクトのための設定欄" >}}
アカウントをリダイレクトすると、そのアカウントからの投稿が無効になります。そのとき、新しいアカウントを示して「引っ越ししました」という案内を表示します。あなたのプロフィールを見ている誰もがこの案内を見ることができ、新しいアカウントであなたをフォローできることに気づくでしょう。リダイレクトを設定したアカウントはフォローできません。リダイレクトはいつでもキャンセルできます。
### プロフィールの引っ越し {#move}
{{< figure src="/assets/image%20%2847%29.png" caption="プロフィールを引っ越しするための設定欄" >}}
{{< figure src="assets/image%20%2847%29.png" caption="プロフィールを引っ越しするための設定欄" >}}
アカウントを引っ越しすることは、アカウントをリダイレクトすることと同じです。ただしソフトウェアがMoveアクティビティに対応している場合、現在のあなたのアカウントをフォローしている人は、そのフォローが解除され、新しいアカウントをフォローし直すことを不可逆的に実行します。技術的な制限のためトゥートは引っ越しされません。また、再度引っ越しようとしてもできない、とても重いクールダウン期間があるため、この引っ越し機能を使う前に十分に注意してください。
### アカウントエイリアス {#aliases}
{{< figure src="/assets/image%20%2840%29.png" caption="エイリアス管理画面" >}}
{{< figure src="assets/image%20%2840%29.png" caption="エイリアス管理画面" >}}
プロフィールの引っ越しは、2つのアカウントがエイリアスを設定している場合のみに実行できます。現在、アカウントエイリアスはプロフィールの引っ越し以外に使われません。引っ越しを始める前に、新しいアカウントのエイリアスとして古いアカウントを設定する必要があります。エイリアスの設定は特に何かを起こすことはなく、そのエイリアス自体を元に戻せます。
## アカウントの削除 {#delete}
{{< figure src="/assets/image%20%2816%29.png" caption="アカウント削除の設定欄。" >}}
{{< figure src="assets/image%20%2816%29.png" caption="アカウント削除の設定欄。" >}}
設定の「アカウント」の下部に、アカウントを削除するための設定欄を見つけられます。アカウントを削除すると元に戻せず、プロフィールとユーザー名の両方が永久に使えなくなります。

@ -9,7 +9,7 @@ menu:
## 公開タイムラインに流れるコン​​テンツの閲覧 {#timelines}
{{< figure src="/assets/image%20%2830%29.png" caption="公開タイムラインを流れる投稿" >}}
{{< figure src="assets/image%20%2830%29.png" caption="公開タイムラインを流れる投稿" >}}
興味のありそうなコンテンツを発見できるように、Mastodonはすべての公開投稿を見る手段を提供しています。とはいっても、全部のサーバー間で包括的にステータスが共有されているわけではないため、*すべての*公開投稿を見る方法はありません。**連合タイムライン**を閲覧すると、あなたのいるサーバーが認識しているすべての公開投稿を表示できます。サーバーが投稿を認識する方法はさまざまですが、その大部分は、同じサーバー上にいる他のユーザーがフォローしている人々の投稿でしょう。
@ -17,7 +17,7 @@ menu:
## 投稿への関わり {#actions}
{{< figure src="/assets/image%20%2821%29.png" caption="タイムラインにおける各ステータスをクリックすることで、トゥートの詳細が表示される" >}}
{{< figure src="assets/image%20%2821%29.png" caption="タイムラインにおける各ステータスをクリックすることで、トゥートの詳細が表示される" >}}
タイムラインを流れている投稿に対して直接クイックアクションを実行できます。また投稿をクリックすることで、トゥートの詳細を表示できます。ここでは正確な投稿日時、ブーストやお気に入りの数、そしてもし返信が付いていれば連なって表示されます。投稿に対して次の操作を実行できます。
@ -29,7 +29,7 @@ menu:
## 通知 {#notifications}
{{< figure src="/assets/image%20%2850%29.png" caption="通知欄" >}}
{{< figure src="assets/image%20%2850%29.png" caption="通知欄" >}}
他の人々があなた自身やあなたの投稿に関わるとき、その関わり方の種類に応じて通知が届きます。通知欄では、そのアカウントに関わるすべての通知を表示したり、次のように特定の種類の通知をフィルターして表示できます。
@ -41,7 +41,7 @@ menu:
## プロフィールのフォロー {#follow}
![](/assets/image%20%2811%29.png)
![]({{ relUrl "/assets/image%20%2811%29.png" }})
あなたがいるサーバーのウェブインターフェース、またはモバイルアプリなど、そのアプリのユーザーインターフェース内で人に出会いさえすれば「フォロー」ボタンをクリックするだけです。その人があなたのサーバー上にいるかいないかについての違いには気づかないでしょう。
@ -51,15 +51,15 @@ menu:
## 検索 {#search}
{{< figure src="/assets/image%20%2819%29.png" caption="検索機能はサイドバーから使える" >}}
{{< figure src="assets/image%20%2819%29.png" caption="検索機能はサイドバーから使える" >}}
Mastodonにおける基本的な検索は、特定のハッシュタグを含むトゥートを見つけたり、URLやアドレスを知っている場合にユーザーやステータスを直接読み込んだりすることを、ログインしたユーザーに可能にさせます。ある用語を検索することで、そのユーザー名または表示名にその用語が含まれているプロフィールと、その用語に一致または含んだハッシュタグを表示します。
{{< figure src="/assets/image%20%2839%29.png" caption="トゥートのURLから直接その投稿が読み込まれる例" >}}
{{< figure src="assets/image%20%2839%29.png" caption="トゥートのURLから直接その投稿が読み込まれる例" >}}
{{< figure src="/assets/image%20%2823%29.png" caption="「cats」を検索したときに表示されるアカウントの例" >}}
{{< figure src="assets/image%20%2823%29.png" caption="「cats」を検索したときに表示されるアカウントの例" >}}
{{< figure src="/assets/image%20%2827%29.png" caption="「cats」を検索したときに表示されるハッシュタグの例" >}}
{{< figure src="assets/image%20%2827%29.png" caption="「cats」を検索したときに表示されるハッシュタグの例" >}}
管理者は全文検索のインストールを選択することもできます。Mastodonの全文検索は、自分の投稿、お気に入り、ブックマーク、自分宛のメンションから検索結果を返すことをログインしたユーザーに可能にさせます。データベース全体から任意の文字列を検索することは意図的にできないようにしています。これは、論争の的になる用語を検索して言い争いしている人々を見つけ、誹謗するような機会を減らすためです。
@ -71,18 +71,18 @@ Mastodonにおける基本的な検索は、特定のハッシュタグを含む
## 直接かわされる会話のやり取り {#direct}
{{< figure src="/assets/image%20%2812%29.png" caption="ダイレクトメッセージにおける、会話のやり取りの一覧" >}}
{{< figure src="assets/image%20%2812%29.png" caption="ダイレクトメッセージにおける、会話のやり取りの一覧" >}}
Mastodonにおけるダイレクトメッセージは、「ダイレクト」の公開範囲が選択された単なるトゥートです。公開範囲は投稿ごとに選択できるため、会話のやり取りにおいて後からプライバシーレベルを変更できます。ダイレクトメッセージの欄では現在、ダイレクトの投稿を含んだすべての会話の一覧が表示されます。会話の一つをクリックすると、関連するやり取りが読み込まれます。
{{< figure src="/assets/image%20%2857%29.png" caption="あるダイレクトメッセージ。会話のやり取りが表示される" >}}
{{< figure src="assets/image%20%2857%29.png" caption="あるダイレクトメッセージ。会話のやり取りが表示される" >}}
## リストタイムライン {#lists}
リストは、ホームタイムラインの部分集合です。リストを作って名前を付け、そのリストにフォローしているユーザーを追加できます。
![](/assets/image%20%2828%29.png)
![]({{ relUrl "/assets/image%20%2828%29.png" }})
特定のリストを開くと、そのリストのタイムラインが読み込まれます。リストタイムラインには、そのリストのメンバーによる投稿と、あなたまたはリストの他のメンバーへの返信のみが含まれます。
{{< figure src="/assets/image%20%285%29.png" caption="リストタイムライン" >}}
{{< figure src="assets/image%20%285%29.png" caption="リストタイムライン" >}}

@ -7,7 +7,7 @@ menu:
parent: user
---
{{< figure src="/assets/image%20%2859%29.png" caption="CWコンテンツ警告の記入欄を伴った投稿欄" >}}
{{< figure src="assets/image%20%2859%29.png" caption="CWコンテンツ警告の記入欄を伴った投稿欄" >}}
## テキスト {#text}
@ -15,19 +15,19 @@ menu:
### リンク {#links}
{{< figure src="/assets/image%20%287%29.png" caption="リンクはhttp(s)://で始まる必要があり、長さに関係なく23文字として数えられる" >}}
{{< figure src="assets/image%20%287%29.png" caption="リンクはhttp(s)://で始まる必要があり、長さに関係なく23文字として数えられる" >}}
投稿にリンクを含めるなら、それは`http://`または`https://`で始まる必要があります。すべてのリンクは実際の長さに関係なく23文字として数えられるので、文字を失わないようにするためのリンク短縮サービスを使う必要はありません。実際、リンク短縮サービスを使うことは積極的に思い留まらせるでしょう。
### メンション {#mentions}
{{< figure src="/assets/image%20%2820%29.png" caption="メンションするとき、ローカルユーザーとリモートユーザーの両方が候補に挙がる" >}}
{{< figure src="assets/image%20%2820%29.png" caption="メンションするとき、ローカルユーザーとリモートユーザーの両方が候補に挙がる" >}}
ユーザーの完全なアドレス(たとえば`@alice@example.com`)を入力することで、メンションできます。注意点は、ユーザー名が`word`であるローカルユーザーが存在した場合、`@word`のみの使用でそのユーザーへのメンションとして解釈されることです。なお、ユーザー名の部分のみが文字数制限の文字数に数えられ、ドメインは数えられません。
### ハッシュタグ {#hashtags}
{{< figure src="/assets/image%20%2825%29.png" caption="ハッシュタグは、使用頻度をもとに自動的に提案される" >}}
{{< figure src="assets/image%20%2825%29.png" caption="ハッシュタグは、使用頻度をもとに自動的に提案される" >}}
`#hashtag` のようなハッシュタグを使えます。そのハッシュタグを検索する人は誰でも、あなたの投稿を見つけられるようになります。ハッシュタグには英数字とアンダースコアを含められますが、数字のみでは構成できません。
@ -35,7 +35,7 @@ menu:
### カスタム絵文字 {#emoji}
{{< figure src="/assets/image%20%2838%29.png" caption="この一画ではカスタム絵文字が並べられている" >}}
{{< figure src="assets/image%20%2838%29.png" caption="この一画ではカスタム絵文字が並べられている" >}}
それぞれのサーバーはDiscordのように、カスタム絵文字を一揃い提供していて、この絵文字を使うことができます。 `:thounking:` などのショートコードを書くか、または投稿欄にある顔の絵文字「絵文字を追加」をクリックして「カスタム」カテゴリから見つけることで、カスタム絵文字を使うことができます。「絵文字を追加」では、Unicodeで規定されている絵文字を見つけたり検索したりもできます。
@ -45,7 +45,7 @@ menu:
### ファイル {#media}
{{< figure src="/assets/image%20%2844%29.png" caption="メディアを添付する際のサムネイル。削除、編集、そして閲覧注意とする選択肢も表示される" >}}
{{< figure src="assets/image%20%2844%29.png" caption="メディアを添付する際のサムネイル。削除、編集、そして閲覧注意とする選択肢も表示される" >}}
投稿にファイルを添付するには、ペーパークリップのアイコンをクリックします。次のファイルを添付できます。
@ -56,13 +56,13 @@ menu:
#### メディアの編集 {#edit}
{{< figure src="/assets/image%20%2826%29.png" caption="「メディアを編集」では、メディアの説明文を加えたり、プレビューサムネイルの焦点を選択できる" >}}
{{< figure src="assets/image%20%2826%29.png" caption="「メディアを編集」では、メディアの説明文を加えたり、プレビューサムネイルの焦点を選択できる" >}}
添付サムネイルの「編集」リンクをクリックすることで、メディアに説明を追加したり、焦点を変更したりするためのモーダル画面を表示できます。必須ではありませんが、メディアの内容を簡潔に説明した文章を追加することは良い考えです。これらの説明文は、何らかの理由でメディアを表示できなかったとき、またはスクリーンリーダーやその他の支援技術によってアクセスしたときに表示されます。また、焦点の設定も選択できます。プレビューサムネイルのアスペクト比が169で表示されていないときに、そのサムネイルの見栄えをより良くできます。
### 投票 {#polls}
{{< figure src="/assets/image%20%2841%29.png" caption="2つの選択肢のどちらかを選び、期限が1日の投票" >}}
{{< figure src="assets/image%20%2841%29.png" caption="2つの選択肢のどちらかを選び、期限が1日の投票" >}}
棒グラフのアイコンをクリックすることで、投稿に投票を添付できます。
@ -128,7 +128,7 @@ menu:
## コンテンツ警告と閲覧注意 {#cw}
{{< figure src="/assets/image.png" caption="「閲覧注意」としてマークされていて、「コンテンツ警告」を伴っているステータス" >}}
{{< figure src="assets/image.png" caption="「閲覧注意」としてマークされていて、「コンテンツ警告」を伴っているステータス" >}}
Mastodon以外のソーシャルネットワークでは見たことのないと思われる機能の1つとして、投稿にコンテンツ警告CWContent Warningを付ける機能を持っています。コンテンツ警告が設定されているとき、ステータスのコンテンツは初期設定で折りたたまれ、「もっと見る」というラベルが付いたボタンのみが表示されます。これは、電子メールの件名や「続きを読む」の区切りと同じです。投稿の概要や件名を追加したり、長い投稿を折りたたむためだったり、そのほか投稿の本文に前後関係やネタを含んだりするときに使えます。

@ -13,7 +13,7 @@ menu:
Mastodonのデフォルトはダークテーマですが、ライトまたはハイコントラストのテーマも選択できます。
{{< figure src="/assets/image%20%2834%29.png" caption="Mastodonのライトテーマ" >}}
{{< figure src="assets/image%20%2834%29.png" caption="Mastodonのライトテーマ" >}}
### レイアウトの選択 {#layout}
@ -21,7 +21,7 @@ Mastodonは初期設定で、単純なシングルカラム1つの縦列
上級者向けウェブインターフェース上級者向けUIを有効にすることも選択できます。これを有効にすると、複数のカラムを同時に固定して表示できます。
{{< figure src="/assets/image%20%2832%29.png" caption="上級者向けウェブインターフェース" >}}
{{< figure src="assets/image%20%2832%29.png" caption="上級者向けウェブインターフェース" >}}
どちらのインターフェースでも、新しい投稿がされると、その更新が自動的に読み込まれます。新着件数をカラムの一番上にバナー状のボタンとして表示する、手動更新モードスローモードSlow Modeを有効にすることもできます。このときは、そのバナーをクリックしたときのみ読み込まれるでしょう。
@ -43,7 +43,7 @@ Mastodonは初期設定で、単純なシングルカラム1つの縦列
隠されたメディアや読み込むことができなかったメディアに、BlurHashアルゴリズムによって処理された色付きの階調を使います。画像の色を使っていますが、詳細をぼかすわけです。この階調を使うことを無効にもできます。
{{< figure src="/assets/image%20%286%29.png" caption="ぼかしたサムネイルの例" >}}
{{< figure src="assets/image%20%286%29.png" caption="ぼかしたサムネイルの例" >}}
コンテンツ警告を伴う投稿は初期設定で折りたたまれますが、その警告を常に展開して完全な投稿を表示することも選択できます。
@ -73,7 +73,7 @@ Mastodonは初期設定で、単純なシングルカラム1つの縦列
繋がり(=あなたのネットワーク)を隠すと、フォローリストとフォロワーリストが非公開になります。
{{< figure src="/assets/image%20%284%29.png" caption="繋がりを非表示にすることを選択したプロフィール" >}}
{{< figure src="assets/image%20%284%29.png" caption="繋がりを非表示にすることを選択したプロフィール" >}}
複数回ブーストされた投稿をフィードの上部に再度表示したい場合は、タイムラインにおける「ブーストをまとめる」を無効にすることで可能になります。

@ -9,7 +9,7 @@ menu:
## あなたの外観 {#appearance}
{{< figure src="/assets/image%20%2829%29.png" caption="プロフィールカードでは表示名、アイコン、ヘッダーが表示される" >}}
{{< figure src="assets/image%20%2829%29.png" caption="プロフィールカードでは表示名、アイコン、ヘッダーが表示される" >}}
設定の「プロフィール」を選択して「外観」に移動し、あなたのプロフィールが他の人にどのように見られるかを変更できます。
@ -33,7 +33,7 @@ menu:
プロフィールに関するフラグを設定することで、どのようにマストドンを使っているかを、他の人に知らせることができます。
![](/assets/image%20%281%29.png)
![]({{ relUrl "/assets/image%20%281%29.png" }})
### 承認制アカウント {#locked}

@ -22,7 +22,7 @@ Tak jak blogowaniem nazwiemy publikowanie aktualności na stronie, **mikroblogow
Serwer Mastodona może funkcjonować samodzielnie. Tak jak na tradycyjnej stronie, ludzie mogą się zarejestrować, publikować tam wiadomości i rozmawiać z innymi. W przeciwieństwie do tradycyjnej strony, serwery Mastodona wzajemnie komunikują się ze sobą, pozwalając swoim użytkownikom na wzajemną komunikację tak, jak mając konto na Gmailu, możesz napisać mail do kogoś na Outlooku, Fastmail, Protonmail czy serwerze dowolnego dostawcy, tak długo, jak znasz jego e-mail, **możesz wspomnieć lub napisać wiadomość do użytkownika dowolnego serwera, jeśli znasz jego adres**.
{{< figure src="/assets/network-models.jpg" caption="Od lewej do prawej: Scentralizowana, Sfederowana, Dystrybuowana" >}}
{{< figure src="assets/network-models.jpg" caption="Od lewej do prawej: Scentralizowana, Sfederowana, Dystrybuowana" >}}
@ -104,6 +104,3 @@ Naucz się tworzyć aplikacje dla Mastodona:
Naucz się o back-endzie Mastodona i dowiedz się jak wnieść swój wkład:
{{< page-ref page="dev/overview" >}}

@ -9,13 +9,13 @@ menu:
## Tworzenie zaproszeń {#invites}
{{< figure src="/assets/invites.jpg" caption="Zaproś ludzi z ustawień swojego konta" >}}
{{< figure src="assets/invites.jpg" caption="Zaproś ludzi z ustawień swojego konta" >}}
Zaproszenia mogą być generowane, aby udostępniać je innym osobom, a niektóre serwery mogą wymagać zaproszenia do założenia konta. Przy generowaniu odnośnika zapraszającego, możesz określić maksymalną liczbę użyć odnośnika lub jak długo będzie on aktywny. Odnośniki z zaproszeniami mogą być dezaktywowane w każdym momencie.
## Obserwacje i obserwujący {#relationships}
{{< figure src="/assets/relationships.jpg" caption="Wzajemni obserwujący, którzy nie przenieśli konta, sortowani według daty ostatniej aktywności" >}}
{{< figure src="assets/relationships.jpg" caption="Wzajemni obserwujący, którzy nie przenieśli konta, sortowani według daty ostatniej aktywności" >}}
W ustawieniach możesz znaleźć stronę zarządzania relacjami, pozwalającą na filtrowanie i sortowanie profili, z którymi jesteś połączony(-a), według różnych kryteriów:
@ -35,11 +35,10 @@ Z ustawień konta możesz zmienić swój adres e-mail, ustawić nowe hasło, uni
### Weryfikacja tożsamości przez Keybase {#keybase}
{{< figure src="/assets/keybase.jpg" caption="Dowód tożsamości na profilu" >}}
{{< figure src="assets/keybase.jpg" caption="Dowód tożsamości na profilu" >}}
Na początek, zarejestruj się na Keybase i wygeneruj lub prześlij publiczny klucz GPG na swoje konto Keybase. Następnie, przejdź do „prove more identities”. Odnajdź swój serwer, jeśli jest dostępny, a jeśli nie, skontaktuj się z Keybase aby uzyskać pomoc. Wybierz swoją domenę Mastodona i wprowadź nazwę użytkownika. Możesz udowodnić swoją tożsamość, autoryzując swoje konto na Mastodonie i publikując wiadomość z dowodem. Gdy to zrobisz, zostanie utworzony dowód tożsamości, a Twój profil będzie pokazywał Keybase jako udowodnioną tożsamość.
{{< hint style="danger" >}}
**Weryfikacja Keybase jest nieodwracalna.** Keybase używa niemodyfikowalnego łańcucha podpisów dla dowodów tożsamości, więc po zweryfikowaniu tożsamości na Keybase, nie możesz jej usunąć. Możesz tylko unieważnić dowód, podpisując wiadomość unieważniającą używajac powiązanego klucza prywatnego.
{{< /hint >}}

@ -11,29 +11,28 @@ menu:
### Wyróżnione hashtagi {#featured-tags}
{{< figure src="/assets/featured-tags.jpg" caption="Wyróżniony hashtag wraz z datą ostatniego użycia i całkowitym użyciem." >}}
{{< figure src="assets/featured-tags.jpg" caption="Wyróżniony hashtag wraz z datą ostatniego użycia i całkowitym użyciem." >}}
Możesz wyróżnić hashtagi, których używasz najczęściej. Przejdź do Preferencje &gt; Profil &gt; Wyróżnione hashtagi, aby wybrać, które hashtagi obecnie wyróżniasz. Po wybraniu odnośnik do tego hashtagu wraz z datą ostatniego użycia przez Ciebie oraz łączną liczbą jego wystąpień pojawi się na Twoim profilu.
### Wyróżnione profile {#featured-profiles}
{{< figure src="/assets/featured-profiles.jpg" caption="Cztery losowo wybrane wyróżnione profile." >}}
{{< figure src="assets/featured-profiles.jpg" caption="Cztery losowo wybrane wyróżnione profile." >}}
Możesz wyróżnić profile osób, które obserwujesz. Wybierz menu opcji na profilu tej osoby i naciśnij „Polecaj na profilu”. Kiedy wyróżnisz jakiś profil, odnośnik do tego profilu pojawi się na Twoim profilu, w sekcji nazwanej „Polecani przez…”. Jednocześnie może tam pojawiać się do czterech profilów, które są wybierane losowo spośród wyróżnionych profilów za każdym razem, gdy strona jest ładowana.
## Przypięte wpisy {#pinned}
{{< figure src="/assets/pinned.jpg" caption="Wpis przypięty przez mastodon.social/@gargron" >}}
{{< figure src="assets/pinned.jpg" caption="Wpis przypięty przez mastodon.social/@gargron" >}}
Możesz wybrać maksymalnie 5 spośród swoich publicznych wpisów do wyróżnienia na górze profilu. Przejdź w okno opcji wpisu i wybierz „Przypnij do profilu”. Gdy przypniesz wpis, pojawi się na górze Twojej zakładki „wpisy”, przed pozostałymi wpisami, występującymi w kolejności chronologicznej.
## Katalog profilów {#directory}
{{< figure src="/assets/directory.jpg" caption="Katalog profilów na mastodon.social" >}}
{{< figure src="assets/directory.jpg" caption="Katalog profilów na mastodon.social" >}}
Katalog profilów pokazuje wszystkie konta, które zgodziły się być pokazywane w katalogu i może służyć szybkiemu wyszukiwaniu profilów, którymi możesz być zainteresowany(-a).
Katalog profilów może być posortowany według ostatniej aktywności (ostatnio opublikowane wpisy) lub od najnowszych użytkowników (ostatnio założone konto). Katalog może wyświetlać tylko lokalne konta lub wszystkie znane przez serwer.
Profile są przedstawiane jako karty zawierające nazwę wyświetlaną użytkownika, adres, biogram i kilka podstawowych statystyk jak liczba opublikowanych wpisów, liczba obserwujących i kiedy opublikowali ostatni wpis.

@ -9,13 +9,12 @@ menu:
## Zdalne interakcje z innym serwerem Mastodona {#interact}
{{< figure src="/assets/status-permalink.jpg" caption="Przykład odnośnika bezpośredniego do wpisu na serwerze Mastodona" >}}
{{< figure src="assets/status-permalink.jpg" caption="Przykład odnośnika bezpośredniego do wpisu na serwerze Mastodona" >}}
Kiedy odwiedzasz zdalny serwer oparty na Mastodonie, kliknięcie dowolnego z przycisków interakcji przeniesie Cię do okna dialogowego, które przekieruje Cię na Twój lokalny serwer.
{{< figure src="/assets/external-reply.jpg" caption="Ekran zdalnej interakcji przy odpowiadaniu na wpis" >}}
{{< figure src="assets/external-reply.jpg" caption="Ekran zdalnej interakcji przy odpowiadaniu na wpis" >}}
## Logowanie się do aplikacji klienckiej {#apps}
Możesz użyć swojego konta na Mastodonie, aby zalogować się w dowolnej aplikacji obsługującej API Mastodona. Listę takich aplikacji znajdziesz na [https://joinmastodon.org/apps](https://joinmastodon.org/apps).

@ -11,11 +11,11 @@ menu:
Możliwe jest filtrowanie wpisów według określonych słów kluczowych lub fraz, aby były automatycznie ukrywane.
{{< figure src="/assets/filter-list.jpg" caption="Przykład aktywnych filtrów dla różnych słów kluczowych w różnych kontekstach." >}}
{{< figure src="assets/filter-list.jpg" caption="Przykład aktywnych filtrów dla różnych słów kluczowych w różnych kontekstach." >}}
Aby utworzyć i zarządzać filtrami, odwiedź Preferencje &gt; Filtry. Przycisk „Dodaj nowy filtr” pozwoli na utworzenie nowego filtru, a istniejące filtry mogą zostać edytowane lub usunięte. Istniejące filtry są podsumowane w tabeli.
{{< figure src="/assets/filter-edit.jpg" caption="Filtry mogą mieć datę wyczerpania, określone konteksty, usuwanie po stronie serwera lub używać granic słów." >}}
{{< figure src="assets/filter-edit.jpg" caption="Filtry mogą mieć datę wyczerpania, określone konteksty, usuwanie po stronie serwera lub używać granic słów." >}}
Filtry mają następujące opcje:
@ -45,7 +45,7 @@ Filtry zwykle są stosowane we wpisach zawierających wskazane znaki, niezależn
## Działania po stronie użytkownika {#blocking-and-muting}
{{< figure src="/assets/profile-dropdown.jpg" caption="Menu wyboru profilu oferuje różnorodne działania." >}}
{{< figure src="assets/profile-dropdown.jpg" caption="Menu wyboru profilu oferuje różnorodne działania." >}}
### Ukrywanie udostępnień {#hide-boosts}
@ -53,7 +53,7 @@ Jeżeli ukryjesz czyjeś udostępnienia, nie zobaczysz ich udostępnień na stro
### Wyciszanie {#mute}
{{< figure src="/assets/muted.jpg" caption="Przykład wyciszonych kont." >}}
{{< figure src="assets/muted.jpg" caption="Przykład wyciszonych kont." >}}
Przy wyciszeniu możesz zadecydować czy wyciszysz powiadomienia od tej osoby. Wyciszenie bez wyciszania powiadomień sprawi, że:
@ -70,7 +70,7 @@ Użytkownik nie może się dowiedzieć, że został wyciszony.
### Blokowanie {#block}
{{< figure src="/assets/blocked.jpg" caption="Przykład zablokowanych kont." >}}
{{< figure src="assets/blocked.jpg" caption="Przykład zablokowanych kont." >}}
Blokowanie ukrywa użytkownika z Twojego widoku:
@ -91,7 +91,7 @@ Jeżeli jesteś na tym samym serwerze, na którym jest zablokowana osoba, ta oso
### Ukrywanie całego serwera {#block-domain}
![](/assets/block-domain.png)
![]({{ relUrl "/assets/block-domain.png" }})
Jeżeli zablokujesz cały serwer:
@ -102,7 +102,6 @@ Jeżeli zablokujesz cały serwer:
## Zgłaszanie nieodpowiedniej treści moderatorom {#report}
{{< figure src="/assets/report-modal.jpg" caption="Okno zgłaszania pozwalające na wybór przykładowych wpisów, dodanie notatki czy przekierowanie zgłoszeń." >}}
{{< figure src="assets/report-modal.jpg" caption="Okno zgłaszania pozwalające na wybór przykładowych wpisów, dodanie notatki czy przekierowanie zgłoszeń." >}}
Jeżeli zobaczysz wpis lub użytkownika naruszającego zasady Twojego serwera, możesz zgłosić użytkownika moderatorom swojego serwera. Wybranie opcji „Zgłoś” otworzy okno zgłaszania. Tam możesz (jest to wskazane) dodać notatkę, w której napiszesz, dlaczego zgłaszasz to konto. Możesz załączyć nieodpowiednie wpisy dla dodatkowego kontekstu zgłoszenia, a jeżeli naruszają one zasady zdalnego serwera, możesz przekierować zgłoszenie również do jego moderatorów.

@ -9,7 +9,7 @@ menu:
## Eksportuj informacje {#export}
{{< figure src="/assets/export.jpg" caption="Strona eksportu danych w ustawieniach" >}}
{{< figure src="assets/export.jpg" caption="Strona eksportu danych w ustawieniach" >}}
W każdym momencie możesz odwiedzić Preferencje &gt; Eksportowanie danych i pobrać plik CSV zawierający obecnie obserwowane konta, Twoje obecne listy, blokowanych lub wyciszonych użytkowników, zablokowane domeny. Twoja lista obserwowanych, blokowanych, wyciszonych lub zablokowanych domen może zostać zaimportowana w Preferencje &gt; Importowanie danych, gdzie mogą one zostać połączone lub nadpisane.
@ -21,25 +21,24 @@ W dolnej części Preferencje &gt; Profil możesz znaleźć opcje powiązane z p
### Przekierowanie profilu {#redirect}
{{< figure src="/assets/account-redirect.jpg" caption="Formularz przekierowania profilu" >}}
{{< figure src="assets/account-redirect.jpg" caption="Formularz przekierowania profilu" >}}
Przekierowanie konta wyłączy możliwość tworzenia z niego wpisów i wyświetli komunikat „przeniesiono profil”, wskazując na Twoje nowe konto. Każdy wyświetlający Twój nowy profil zobaczy tę informację i będzie wiedział, aby zaobserwować Twoje nowe konto. Obserwowanie przekierowanych kont nie jest możliwe. Przekierowanie może być anulowane w dowolnym momencie.
### Przenoszenie profilu {#move}
{{< figure src="/assets/account-move.jpg" caption="Formularz przenoszenia profilu" >}}
{{< figure src="assets/account-move.jpg" caption="Formularz przenoszenia profilu" >}}
Przenoszenie konta działa tak jak przekierowanie konta, ale również nieodwracalnie wymusi na obserwujących Twoje konto cofnięcie tej obserwacji i zaobserwowanie nowego konta, jeżeli oprogramowanie ich serwerów obsługuje aktywność Move. Twoje wpisy nie zostaną przeniesione z uwagi na ograniczenia techniczne. Istnieje też okres, w którego trakcie nie możesz ponownie migrować konta, więc uważaj, zanim użyjesz tej opcji!
### Aliasy konta {#aliases}
{{< figure src="/assets/account-aliases.jpg" caption="Ekran zarządzania aliasami" >}}
{{< figure src="assets/account-aliases.jpg" caption="Ekran zarządzania aliasami" >}}
Przeniesienie konta jest tylko możliwe, jeżeli powstał alias między dwoma kontami. Aliasy kont nie są obecnie używane w innych sytuacjach niż przeniesienie konta, gdzie musisz ustawić stare konto jako alias dla nowego konta przed rozpoczęciem przenoszenia. Samo ustawianie aliasu nie przynosi szkód i może być odwrócone.
## Usuwanie konta {#delete}
{{< figure src="/assets/account-delete.jpg" caption="Formularz usunięcia konta" >}}
{{< figure src="assets/account-delete.jpg" caption="Formularz usunięcia konta" >}}
Na dole Preferencje &gt; Profil możesz znaleźć formularz usunięcia konta. Usunięcie konta jest nieodwracalne i sprawi, że zarówno Twój profil, jak i nazwa użytkownika nie będą mogły zostać później użyte.

@ -9,7 +9,7 @@ menu:
## Przeglądanie zawartości z publicznych osi czasu {#timelines}
{{< figure src="/assets/timeline.jpg" caption="Wpisy na publicznej osi czasu" >}}
{{< figure src="assets/timeline.jpg" caption="Wpisy na publicznej osi czasu" >}}
Aby pozwolić na poznanie potencjalnie interesującej treści, Mastodon pozwala na przeglądanie wszystkich publicznych wpisów. Ponieważ nie ma tu danych współdzielonych między wszystkimi serwerami, nie możesz przeglądać _wszystkich_ publicznych wpisów. Kiedy przeglądasz **oś czasu federacji**, zobaczysz wszystkie wpisy, o których wie serwer. Istnieje wiele sposobów, aby Twój serwer dowiadywał się o wpisach, ale ogromna część z nich to po prostu wpisy osób śledzonych przez użytkowników Twojego serwera.
@ -18,7 +18,7 @@ Istnieje sposób na filtrowane osi czasu federacji, aby wyświetlać tylko wpisy
## Interakcje z wpisami użytkowników {#actions}
{{< figure src="/assets/status.jpg" caption="Rozszerzony widok może zostać załadowany po kliknięciu wpisu w osi czasu." >}}
{{< figure src="assets/status.jpg" caption="Rozszerzony widok może zostać załadowany po kliknięciu wpisu w osi czasu." >}}
Możesz dokonywać szybkich działań na wpisach bezpośrednio z osi czasu lub kliknąć wpis, aby zobaczyć rozszerzony widok zawierający szczegółowe informacje o nim, takie jak pełen czas dodania, liczba interakcji czy odpowiedzi w wątku, jeśli takie istnieją. Na wpisie można dokonać następujących działań:
@ -30,7 +30,7 @@ Możesz dokonywać szybkich działań na wpisach bezpośrednio z osi czasu lub k
## Powiadomienia {#notifications}
{{< figure src="/assets/notifications.jpg" caption="Kolumna powiadomień" >}}
{{< figure src="assets/notifications.jpg" caption="Kolumna powiadomień" >}}
Jeżeli inne osoby wejdą w interakcje z jednym z Twoich wpisów, otrzymasz powiadomienie zależące od rodzaju działania. Twoja kolumna powiadomień pozwala wyświetlić wszystkie powiadomienia, lub przefiltrować określone rodzaje powiadomień:
@ -45,7 +45,7 @@ Kiedy są dostępne nieprzeczytanie powiadomienia, w kolumnie powiadomień pojaw
## Obserwowanie profilów {#follow}
![](/assets/profile.jpg)
![]({{ relUrl "/assets/profile.jpg" }})