From 33aa39353c9b68840899d810ba8fbc359302b88c Mon Sep 17 00:00:00 2001 From: simonpipe Date: Wed, 7 Jan 2026 14:57:46 +0100 Subject: [PATCH] Update readme.md --- readme.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/readme.md b/readme.md index eb705d6..23a0163 100644 --- a/readme.md +++ b/readme.md @@ -30,17 +30,17 @@ All settings are in `system/extensions/yellow-system.ini`: `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 GoToSocial account (see here) -`MastodonapiAccessToken` = Optional for a Mastodon account, mandatory for a GoToSocial account (see here) -`MastodonapiUpdateInterval` = Time interval between automatic updates in minutes (default: 30). -`MastodonapiLimit` = Number of Toots retrieved per run (default: 20). -`MastodonapiHashtag` = Leave blank for all posts; or filter with #hashtag. -`MastodonapiAuthor` = Name under which the blog posts should appear. -`MastodonapiTag` = Tag for the blog posts (default: Fediverse). -`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. -`MastodonapiStatus` = Default value is public +`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account (see here) +`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30). +`MastodonapiLimit` = number of Toots retrieved per run (default: 20). +`MastodonapiHashtag` = leave blank for all posts; or filter with #hashtag. +`MastodonapiAuthor` = name under which the blog posts should appear. +`MastodonapiTag` = tag for the blog posts (default: Fediverse). +`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. +`MastodonapiStatus` = page status, default value is public, supported status values -The following extension status values are supported: +The following page status values are supported: `public` = page is a normal page `draft` = page is not visible, user needs to log in, requires draft extension