fix "ActivityPub" format mention to be AS 2.0

There is no "ActivityPub JSON format", ActivityPub is a protocol and has no "formats" per se. ActivityPub uses the Activity Streams 2.0 format https://www.w3.org/TR/activitystreams-core/.

Verified that Mastodon's post export is Activity Streams 2.0 JSON: https://chat.indieweb.org/dev/2023-04-22#t1682203049226300
This commit is contained in:
Tantek Çelik 2023-04-22 15:54:16 -07:00 committed by GitHub
parent 07d7147619
commit 4e1403801e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ menu:
At any time you want, you can go to Settings > 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 > Import, where they can either be merged or overwritten.
Requesting an archive of your posts and media can be done once every 7 days, and can be downloaded in ActivityPub JSON format. Mastodon currently does not support importing posts or media due to technical limitations, but your archive can be viewed by any software that understands how to parse ActivityPub documents.
Requesting an archive of your posts and media can be done once every 7 days, and can be downloaded in Activity Streams 2.0 JSON format. Mastodon currently does not support importing posts or media due to technical limitations, but your archive can be viewed by any software that understands how to parse Activity Streams 2.0 documents.
## Redirecting or moving your profile {#migration}