Update readme-de.md
This commit is contained in:
parent
fed0a8040f
commit
56be39a22f
1 changed files with 16 additions and 27 deletions
43
readme-de.md
43
readme-de.md
|
|
@ -22,39 +22,28 @@ Es gibt drei Möglichkeiten, den Import auszulösen:
|
|||
|
||||
## Einstellungen
|
||||
|
||||
Alle Einstellungen befinden sich in system/extensions/yellow-system.ini:
|
||||
Alle Einstellungen befinden sich in `system/extensions/yellow-system.ini`:
|
||||
|
||||
MastodonapiInstanceUrl = deine Mastodon Instanz-URL (z. B. https://mastodon.social)
|
||||
`MastodonapiInstanceUrl` = deine Mastodon Instanz-URL (z. B. https://mastodon.social)
|
||||
`MastodonapiAccountId` = deine Mastodon User-ID (numerisch, z. B. 1234567890)
|
||||
|
||||
MastodonapiAccountId = deine Mastodon User-ID (numerisch, z. B. 1234567890)
|
||||
*Finde die ID eines Mastodon-Accounts: Gib "https://DEINE_INSTANZ_URL/api/v1/accounts/lookup?acct=PROFILNAME" in deinen Browser ein. Finde die ID eines GoToSocial-Accounts <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-de.md">(siehe hier)</a>*
|
||||
*MastodonapiAccessToken = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-de.md">(siehe hier)</a>*
|
||||
|
||||
Finde die ID eines Mastodon-Accounts: Gib "https://DEINE_INSTANZ_URL/api/v1/accounts/lookup?acct=PROFILNAME" in deinen Browser ein. Finde die ID eines GoToSocial-Accounts <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-de.md">(siehe hier)</a>
|
||||
|
||||
MastodonapiAccessToken = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-de.md">(siehe hier)</a>
|
||||
|
||||
MastodonapiUpdateInterval = Zeitintervall zwischen automatischen Updates in Minuten (Standard: 30).
|
||||
|
||||
MastodonapiLimit = Anzahl der Toots, die pro Durchgang abgerufen werden (Standard: 20).
|
||||
|
||||
MastodonapiHashtag = leer lassen für alle Beiträge; oder mit #hashtag filtern.
|
||||
|
||||
MastodonapiAuthor = Name, unter dem die Blog-Beiträge erscheinen sollen.
|
||||
|
||||
MastodonapiTag = Tag für die Blog-Beiträge (Standard: Fediverse).
|
||||
|
||||
MastodonapiFolder = Pfad zum Blog-Ordner (Standard: content/2-blog/).
|
||||
|
||||
MastodonapiMaxAge = Alter der Toots in Stunden, die noch importiert werden sollen. 0 = alle verfügbaren Toots.
|
||||
|
||||
MastodonapiStatus = Seitenstatus, Standardwert ist public
|
||||
`MastodonapiUpdateInterval` = Zeitintervall zwischen automatischen Updates in Minuten (Standard: 30).
|
||||
`MastodonapiLimit` = Anzahl der Toots, die pro Durchgang abgerufen werden (Standard: 20).
|
||||
`MastodonapiHashtag` = leer lassen für alle Beiträge; oder mit #hashtag filtern.
|
||||
`MastodonapiAuthor` = Name, unter dem die Blog-Beiträge erscheinen sollen.
|
||||
`MastodonapiTag` = Tag für die Blog-Beiträge (Standard: Fediverse).
|
||||
`MastodonapiFolder` = Pfad zum Blog-Ordner (Standard: content/2-blog/).
|
||||
`MastodonapiMaxAge` = Alter der Toots in Stunden, die noch importiert werden sollen. 0 = alle verfügbaren Toots.
|
||||
`MastodonapiStatus` = Seitenstatus, Standardwert ist public
|
||||
|
||||
Die folgenden Status-Werte werden unterstützt:
|
||||
|
||||
public = Seite ist eine normale Seite
|
||||
|
||||
draft = Seite ist nicht sichtbar, Benutzer muss eingeloggt sein, erfordert die <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">Draft-Erweiterung</a>
|
||||
|
||||
unlisted = Seite ist nicht sichtbar, kann aber mit dem richtigen Link aufgerufen werden
|
||||
`public` = Seite ist eine normale Seite
|
||||
`draft` = Seite ist nicht sichtbar, Benutzer muss eingeloggt sein, erfordert die <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">Draft-Erweiterung</a>
|
||||
`unlisted` = Seite ist nicht sichtbar, kann aber mit dem richtigen Link aufgerufen werden
|
||||
|
||||
## Entwickler
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue