mirror of
https://github.com/friendica/friendica
synced 2024-11-10 03:02:54 +00:00
Added info about the usage of the [abstract] in AP and especially in Mastodon to the documentation
This commit is contained in:
parent
482cf1bbfe
commit
5d5933386f
2 changed files with 6 additions and 0 deletions
|
@ -602,6 +602,9 @@ While taking pictures in the woods I had a really strange encounter...</td>
|
||||||
The [abstract] element is not working with connectors where we post HTML directly, like Tumblr, Wordpress or Pump.io.
|
The [abstract] element is not working with connectors where we post HTML directly, like Tumblr, Wordpress or Pump.io.
|
||||||
For the native connections--that is to e.g. Friendica, Hubzilla, Diaspora or GNU Social--the full posting is used and the contacts instance will display the posting as desired.
|
For the native connections--that is to e.g. Friendica, Hubzilla, Diaspora or GNU Social--the full posting is used and the contacts instance will display the posting as desired.
|
||||||
|
|
||||||
|
For postings that are delivered via ActivityPub, the text from the abstract is placed in the summary field.
|
||||||
|
On Mastodon this field is used for the content warning.
|
||||||
|
|
||||||
## Special
|
## Special
|
||||||
|
|
||||||
<table class="bbcodes">
|
<table class="bbcodes">
|
||||||
|
|
|
@ -580,6 +580,9 @@ Für Verbindungen zu Netzwerken, zu denen Friendica den HTML Code postet, wi
|
||||||
Bei nativen Verbindungen; das heißt zu z.B. Friendica, Hubzilla, Diaspora oder GNU Social Kontakten; wird der ungekürzte Beitrag übertragen.
|
Bei nativen Verbindungen; das heißt zu z.B. Friendica, Hubzilla, Diaspora oder GNU Social Kontakten; wird der ungekürzte Beitrag übertragen.
|
||||||
Die Instanz des Kontakts kümmert sich um die Darstellung.
|
Die Instanz des Kontakts kümmert sich um die Darstellung.
|
||||||
|
|
||||||
|
Wird ein Beitrag über das ActivityPub Protokoll übermittelt, wird der Text des Abstracts für das "summary" (Zusammenfassung) Feld verwendet.
|
||||||
|
Dieses Feld wird von Mastodon für die Inhaltswarnung (content warning) verwendet.
|
||||||
|
|
||||||
## Special
|
## Special
|
||||||
|
|
||||||
<table class="bbcodes">
|
<table class="bbcodes">
|
||||||
|
|
Loading…
Reference in a new issue