diff --git a/LICENSE b/LICENSE
index 54ceed6..22e2c0c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -24,4 +24,4 @@ ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.
For more information, please refer to
-and licensed under GPL version 2, unless stated otherwise.
\ No newline at end of file
+and licensed under GPL version 2, unless stated otherwise.
diff --git a/extension.ini b/extension.ini
index 54bc1c0..a959761 100644
--- a/extension.ini
+++ b/extension.ini
@@ -1,14 +1,14 @@
# Datenstrom Yellow extension settings
Extension: Mastodonapi
-Version: 0.9.8
+Version: 0.9.9
Description: Import your toots into your blog.
Developer: Simon Rohr
Tag: feature
-DownloadUrl: https://codeberg.org/simonpipe/yellow-mastodonapi/archive/main.zip
-DocumentationUrl: https://codeberg.org/simonpipe/yellow-mastodonapi
+DownloadUrl: https://git.thepipes.ch/simon/yellow-mastodonapi/archive/main.zip
+DocumentationUrl: https://git.thepipes.ch/simon/yellow-mastodonapi
DocumentationLanguage: en, de
-Published: 2026-05-27 14:20:00
+Published: 2026-07-28 15:41:00
Status: experimental
system/workers/mastodonapi.php: mastodonapi.php, create, update
-system/workers/mastodonapi.status: mastodonapi.status, create, update, careful
\ No newline at end of file
+system/workers/mastodonapi.status: mastodonapi.status, create, update, careful
diff --git a/help-de.md b/help-de.md
index b2ca068..21bfb72 100644
--- a/help-de.md
+++ b/help-de.md
@@ -51,4 +51,4 @@
7. Führe den Befehl im **Terminal** aus.
→ Du erhältst dein **User-Token**.
8. Trage den Token in Yellow in der `yellow-system.ini` unter
- `MastodonapiAccessToken` ein.
\ No newline at end of file
+ `MastodonapiAccessToken` ein.
diff --git a/help-en.md b/help-en.md
index 5efcee1..13048e1 100644
--- a/help-en.md
+++ b/help-en.md
@@ -40,4 +40,4 @@
-d "code=DER_CODE_AUS_SCHRITT_4" \
-d "redirect_uri=urn:ietf:wg:oauth:2.0:oob"
```
-6. Copy this code into your **terminal** and press Enter. You will now receive your **user token**, which you can enter in Yellow's `yellow-system.ini`.
\ No newline at end of file
+6. Copy this code into your **terminal** and press Enter. You will now receive your **user token**, which you can enter in Yellow's `yellow-system.ini`.
diff --git a/mastodonapi.php b/mastodonapi.php
index 6fd9d79..90c8106 100644
--- a/mastodonapi.php
+++ b/mastodonapi.php
@@ -1,5 +1,5 @@
yellow->system->get("coreWorkerDirectory") . "mastodonapi.status";
}
-}
\ No newline at end of file
+}
diff --git a/readme-de.md b/readme-de.md
index fd2a2ca..39a94ad 100644
--- a/readme-de.md
+++ b/readme-de.md
@@ -1,4 +1,4 @@
-
Deutsch English
+Deutsch English
# Mastodonapi 0.9.8
@@ -6,7 +6,7 @@ Importiere deine Toots in deinen Blog. Getestet mit Lade die ZIP-Datei herunter und kopiere sie in deinen system/extensions Ordner. Erfahre mehr über Erweiterungen.
+Lade die ZIP-Datei herunter und kopiere sie in deinen system/extensions Ordner. Erfahre mehr über Erweiterungen.
## Funktionsweise
@@ -30,7 +30,7 @@ Alle Einstellungen befinden sich in `system/extensions/yellow-system.ini`:
*Finde die ID eines Snac oder Mastodon Accounts: Gib "https://DEINE_INSTANZ_URL/api/v1/accounts/lookup?acct=PROFILNAME" in deinen Browser ein.*
*Finde die ID eines GoToSocial-Accounts (siehe hier)*
-`MastodonapiAccessToken` = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account (Wie komme ich zu einem Token?)
+`MastodonapiAccessToken` = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account (Wie komme ich zu einem Token?)
`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
@@ -49,4 +49,4 @@ Die folgenden Status-Werte werden unterstützt:
## Entwickler
Simon Rohr
-*Fediverse: @simon@snac.thepipes.ch*
\ No newline at end of file
+*Fediverse: @simon@snac.thepipes.ch*
diff --git a/readme.md b/readme.md
index 66eff25..dfacdec 100644
--- a/readme.md
+++ b/readme.md
@@ -1,4 +1,4 @@
-Deutsch English
+Deutsch English
# Mastodonapi 0.9.8
@@ -6,7 +6,7 @@ Import your toots into your blog. Tested with Download ZIP file and copy it into your `system/extensions` folder. Learn more about extensions.
+Download ZIP file and copy it into your `system/extensions` folder. Learn more about extensions.
## How to
@@ -30,7 +30,7 @@ All settings are in `system/extensions/yellow-system.ini`:
*Find the ID of a Snac or 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 (How do I get a token?)
+`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account (How do I get a token?)
`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
@@ -49,4 +49,4 @@ The following status values are supported:
## Developer
Simon Rohr
-*Fediverse: @simon@snac.thepipes.ch*
\ No newline at end of file
+*Fediverse: @simon@snac.thepipes.ch*