Merge branch 'trunk' into improve/actor-mode

This commit is contained in:
Matthias Pfefferle 2024-10-08 18:12:38 +02:00 committed by GitHub
commit 7bd80b519a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 6 deletions

View file

@ -12,11 +12,10 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4
[{.jshintrc,*.json,*.yml}]
[*.yml]
indent_style = space
indent_size = 2
[{*.txt,wp-config-sample.php}]
end_of_line = lf
[*.md]
trim_trailing_whitespace = false

View file

@ -5,8 +5,8 @@ The WordPress plugin largely follows ActivityPub's server-to-server specificatio
## Supported federation protocols and standards
- [ActivityPub](https://www.w3.org/TR/activitypub/) (Server-to-Server)
- [WebFinger](https://webfinger.net/)
- [HTTP Signatures](https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures)
- [WebFinger](https://swicg.github.io/activitypub-http-signature/)
- [HTTP Signatures](https://www.w3.org/community/reports/socialcg/CG-FINAL-apwf-20240608/)
- [NodeInfo](https://nodeinfo.diaspora.software/)
## Supported FEPs