Compare commits
3 commits
b8cb368c27
...
3097ed4420
| Author | SHA1 | Date | |
|---|---|---|---|
| 3097ed4420 | |||
| 814ac745a5 | |||
| 6f237257d1 |
3 changed files with 5 additions and 5 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Mastodonapi extension, https://git.thepipes.ch/simon/yellow-mastodonapi
|
||||
|
||||
class YellowMastodonapi {
|
||||
const VERSION = "0.9.8";
|
||||
const VERSION = "0.9.9";
|
||||
public $yellow; // access to API
|
||||
|
||||
// Initialize extension
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<p align="right"><a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/readme-de.md">Deutsch</a> <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/readme.md">English</a></p>
|
||||
|
||||
# Mastodonapi 0.9.8
|
||||
# Mastodonapi 0.9.9
|
||||
|
||||
Importiere deine Toots in deinen Blog. Getestet mit <a href="https://comam.es/what-is-snac">Snac</a>.
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ Alle Einstellungen befinden sich in `system/extensions/yellow-system.ini`:
|
|||
`MastodonapiAccountId` = deine Mastodon User-ID (numerisch, z. B. 1234567890)
|
||||
|
||||
*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 <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-de.md">(siehe hier)</a>*
|
||||
*Finde die ID eines GoToSocial-Accounts <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/help-de.md">(siehe hier)</a>*
|
||||
|
||||
`MastodonapiAccessToken` = optional für einen Mastodon-Account, zwingend für einen GoToSocial-Account <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/help-de.md">(Wie komme ich zu einem Token?)</a>
|
||||
`MastodonapiUpdateInterval` = Zeitintervall zwischen automatischen Updates in Minuten (Standard: 30)
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<p align="right"><a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/readme-de.md">Deutsch</a> <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/readme.md">English</a></p>
|
||||
|
||||
# Mastodonapi 0.9.8
|
||||
# Mastodonapi 0.9.9
|
||||
|
||||
Import your toots into your blog. Tested with <a href="https://comam.es/what-is-snac">Snac</a>.
|
||||
|
||||
|
|
@ -28,7 +28,7 @@ All settings are in `system/extensions/yellow-system.ini`:
|
|||
`MastodonapiAccountId` = your Mastodon user ID (numeric, e.g. 1234567890)
|
||||
|
||||
*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 <a href="https://codeberg.org/simonpipe/yellow-mastodonapi/src/branch/main/help-en.md">(see here)</a>*
|
||||
*Find the ID of a GoToSocial account <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/help-en.md">(see here)</a>*
|
||||
|
||||
`MastodonapiAccessToken` = optional for a Mastodon account, mandatory for a GoToSocial account <a href="https://git.thepipes.ch/simon/yellow-mastodonapi/src/branch/main/help-en.md">(How do I get a token?)</a>
|
||||
`MastodonapiUpdateInterval` = time interval between automatic updates in minutes (default: 30)
|
||||
|
|
|
|||
Loading…
Reference in a new issue