Update readme.md
This commit is contained in:
parent
d6813dbdf6
commit
33aa39353c
1 changed files with 10 additions and 10 deletions
20
readme.md
20
readme.md
|
|
@ -30,17 +30,17 @@ All settings are in `system/extensions/yellow-system.ini`:
|
||||||
`MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890)
|
`MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890)
|
||||||
Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.
|
Find the ID of a Mastodon account: Enter "https://YOUR_INSTANCE_URL/api/v1/accounts/lookup?acct=PROFILNAME" in your browser.
|
||||||
Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
Find the ID of a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
||||||
`MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-gotoso-en.md">(see here)</a>
|
||||||
`MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30).
|
`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30).
|
||||||
`MastodonapiLimit` = Number of Toots retrieved per run (default: 20).
|
`MastodonapiLimit` = number of Toots retrieved per run (default: 20).
|
||||||
`MastodonapiHashtag` = Leave blank for all posts; or filter with #hashtag.
|
`MastodonapiHashtag` = leave blank for all posts; or filter with #hashtag.
|
||||||
`MastodonapiAuthor` = Name under which the blog posts should appear.
|
`MastodonapiAuthor` = name under which the blog posts should appear.
|
||||||
`MastodonapiTag` = Tag for the blog posts (default: Fediverse).
|
`MastodonapiTag` = tag for the blog posts (default: Fediverse).
|
||||||
`MastodonapiFolder` = Path to the blog folder (default: content/2-blog/).
|
`MastodonapiFolder` = path to the blog folder (default: content/2-blog/).
|
||||||
`MastodonapiMaxAge` = Age of Toots in hours that should still be imported. 0 = all available Toots.
|
`MastodonapiMaxAge` = age of Toots in hours that should still be imported. 0 = all available Toots.
|
||||||
`MastodonapiStatus` = Default value is public
|
`MastodonapiStatus` = page status, default value is public, <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/readme.md">supported status values</a>
|
||||||
|
|
||||||
The following extension status values are supported:
|
The following page status values are supported:
|
||||||
|
|
||||||
`public` = page is a normal page
|
`public` = page is a normal page
|
||||||
`draft` = page is not visible, user needs to log in, requires <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">draft extension</a>
|
`draft` = page is not visible, user needs to log in, requires <a target="blank_" href="https://github.com/annaesvensson/yellow-draft">draft extension</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue